Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0] [MIG] agreement_legal: Migration to 17.0 #53

Open
wants to merge 76 commits into
base: 17.0
Choose a base branch
from

Conversation

luisDIXMIT
Copy link

@luisDIXMIT luisDIXMIT commented Jan 14, 2025

Superseded of #40

I managed to list the old versions of the agreement templates by removing the default_order attribute from the tree view of the previous_version_agreements_ids field in agreement_legal/views/agreement_appendix.xml. I can't understand why this conflicts with the active_test parameter in the context, nor do I know how to resolve it. Therefore, I have considered removing it to proceed with the migration, as I do not consider it necessary.

ygol and others added 30 commits January 7, 2025 13:30
[UPD] README.rst
[UPD] Update agreement_legal.pot
Translated using Weblate (French)

Currently translated at 100.0% (301 of 301 strings)

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/fr/

[UPD] Update agreement_legal.pot
[UPD] Update agreement_legal.pot
[UPD] Update agreement_legal.pot

Added translation using Weblate (Portuguese (Portugal))
Translated using Weblate (Portuguese (Portugal))

Currently translated at 2.7% (7 of 260 strings)

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/pt_PT/

Translated using Weblate (Portuguese (Portugal))

Currently translated at 21.9% (57 of 260 strings)

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/pt_PT/
Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/
[UPD] Update agreement_legal.pot

[UPD] Update agreement_legal.pot
Co-Authored-By: Maxime Chambreuil <mchambreuil@opensourceintegrators.com>

[UPD] README.rst

[UPD] Update agreement_legal.pot
Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/

Translated using Weblate (French)

Currently translated at 100.0% (260 of 260 strings)

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/fr/

[UPD] README.rst
- Add stage_type to agreement.stage
- Track stage of service profile
- Add Kanban view for service profiles to the dashboard
- Add product_id field to service profile

[UPD] Update agreement_legal.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/

Added translation using Weblate (Chinese (Simplified))

Translated using Weblate (Chinese (Simplified))

Currently translated at 4.5% (13 of 287 strings)

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/zh_CN/

Translated using Weblate (Chinese (Simplified))

Currently translated at 39.4% (113 of 287 strings)

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/zh_CN/

Translated using Weblate (Chinese (Simplified))

Currently translated at 53.0% (152 of 287 strings)

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/zh_CN/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (287 of 287 strings)

Translation: contract-12.0/contract-12.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_legal/zh_CN/
etobella and others added 25 commits January 7, 2025 13:30
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: agreement-16.0/agreement-16.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/agreement-16-0/agreement-16-0-agreement_legal/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: agreement-16.0/agreement-16.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/agreement-16-0/agreement-16-0-agreement_legal/
Currently translated at 100.0% (265 of 265 strings)

Translation: agreement-16.0/agreement-16.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/agreement-16-0/agreement-16-0-agreement_legal/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: agreement-16.0/agreement-16.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/agreement-16-0/agreement-16-0-agreement_legal/
Currently translated at 87.9% (233 of 265 strings)

Translation: agreement-16.0/agreement-16.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/agreement-16-0/agreement-16-0-agreement_legal/fr/
Currently translated at 85.2% (226 of 265 strings)

Translation: agreement-16.0/agreement-16.0-agreement_legal
Translate-URL: https://translation.odoo-community.org/projects/agreement-16-0/agreement-16-0-agreement_legal/pt_BR/
@luisDIXMIT luisDIXMIT changed the title [17.0] [MIG] agreement_legal [17.0] [MIG] agreement_legal: Migration to 17.0 Jan 14, 2025
@luisDIXMIT
Copy link
Author

@ygol Can you check my PR? Please look at the description to see how I resolved the problem with the list of older versions. Thanks.

@luisDIXMIT
Copy link
Author

@etobella

@etobella
Copy link
Member

@luisDIXMIT The issue is fixed if odoo applies odoo/odoo#194311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.