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] base_substate: Migration to 17.0 #885

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

Conversation

achulii
Copy link

@achulii achulii commented May 16, 2024

No description provided.

mourad-ehm and others added 26 commits May 16, 2024 12:44
Currently translated at 100.0% (34 of 34 strings)

Translation: server-ux-16.0/server-ux-16.0-base_substate
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_substate/es/
Currently translated at 100.0% (34 of 34 strings)

Translation: server-ux-16.0/server-ux-16.0-base_substate
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_substate/it/
@achulii achulii mentioned this pull request May 16, 2024
22 tasks
@MohamedOsman7
Copy link

@achulii Code review LGTM, however there are some warnings in the tests that need to be addressed. Additionally some commits need to be squashed, so i will be also able to test the functionality through the runboat.
(check documentation: https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests#mergesquash-the-commits-generated-by-bots-or-weblate)

2024-07-10 13_43_00-

Copy link
Contributor

@bosd bosd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work on this!
LGTM, some minor comments:

Can you please check this warning?

2024-05-16 11:00:30,502 249 WARNING odoo odoo_test_helper.fake_model_loader: Wrong Import in module base_substate, the class <class 'odoo.addons.base_substate.tests.sale_test.SaleTest'> have been already imported.
Please take a look to the README on how to import test class 
2024-05-16 11:00:30,502 249 WARNING odoo odoo_test_helper.fake_model_loader: Wrong Import in module base_substate, the class <class 'odoo.addons.base_substate.tests.sale_test.SaleTest'> have been already imported.
Please take a look to the README on how to import test class 
2024-05-16 11:00:30,502 249 WARNING odoo odoo_test_helper.fake_model_loader: Wrong Import in module base_substate, the class <class 'odoo.addons.base_substate.tests.sale_test.LineTest'> have been already imported.
Please take a look to the README on how to import test class 

2024-05-16 11:00:39,253 249 WARNING odoo odoo.fields: Field base.substate.test.sale.substate_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it 
2024-05-16 11:00:39,444 249 WARNING odoo odoo.fields: Translated stored related field (date.range.type_name) will not be computed correctly in all languages 
2024-05-16 11:00:39,445 249 WARNING odoo odoo.fields: Field base.substate.test.sale.substate_id: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it 

As discovered in:
OCA/account-invoicing#1595 (comment)
This module uses wrong spelling and is inconsistent.
It occurs at multiple places. Can you please add a separate commit, to correct Sub State to Substate.

@CRogos
Copy link
Contributor

CRogos commented Aug 5, 2024

Is this a followup of #855 ?

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.

None yet