-
-
Notifications
You must be signed in to change notification settings - Fork 788
[18.0][MIG] product_exception #2161
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
base: 18.0
Are you sure you want to change the base?
Conversation
Currently translated at 17.6% (3 of 17 strings) Translation: product-attribute-13.0/product-attribute-13.0-product_exception Translate-URL: https://translation.odoo-community.org/projects/product-attribute-13-0/product-attribute-13-0-product_exception/it/
Currently translated at 100.0% (17 of 17 strings) Translation: product-attribute-13.0/product-attribute-13.0-product_exception Translate-URL: https://translation.odoo-community.org/projects/product-attribute-13-0/product-attribute-13-0-product_exception/it/
Currently translated at 100.0% (17 of 17 strings) Translation: product-attribute-13.0/product-attribute-13.0-product_exception Translate-URL: https://translation.odoo-community.org/projects/product-attribute-13-0/product-attribute-13-0-product_exception/it/
Currently translated at 100.0% (17 of 17 strings) Translation: product-attribute-13.0/product-attribute-13.0-product_exception Translate-URL: https://translation.odoo-community.org/projects/product-attribute-13-0/product-attribute-13-0-product_exception/it/
- Raise Validation Error on Creation/Write if there is one Exception for the Product Template/Variant. - Adapt tests to include new cases - Rename Exception Rules view file and improve structure + namings - Remove `test_button` method which was pointless to have, and replace it with button to manually trigger the Exceptions detection
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-13.0/product-attribute-13.0-product_exception Translate-URL: https://translation.odoo-community.org/projects/product-attribute-13-0/product-attribute-13-0-product_exception/
Currently translated at 88.2% (15 of 17 strings) Translation: product-attribute-13.0/product-attribute-13.0-product_exception Translate-URL: https://translation.odoo-community.org/projects/product-attribute-13-0/product-attribute-13-0-product_exception/it/
e8e0a3a to
3736cf3
Compare
3736cf3 to
f6c3efa
Compare
|
@ROBBYHOOD9 Why this PR change |
hparfr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this migration.
I have a minor question about the tests
| prods.detect_exceptions() | ||
| self.assertTrue(len(p_succ.exception_ids) == 0) | ||
| self.assertTrue(len(p_fail.exception_ids) == 1) | ||
| self.assertTrue(len(p_fail.exception_ids) > 0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change ?
No description provided.