-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[MIG] sale_exception: Migration to 18.0 #3359
base: 18.0
Are you sure you want to change the base?
Conversation
2253491
to
e2092d0
Compare
@matiasperalta1 Thanks for this. Don't forget to point to the depending PR in this description. Moreover, you can embed that PR here following: https://github.com/OCA/maintainer-tools/wiki/Use-temporary-reference%28s%29-to-another-pull-request%28s%29 This allows to run the tests and runboat to allow functional testing. Thanks |
/ocabot migration sale_exception |
32b16c3
to
8cc6b57
Compare
@rousseldenis Thank you! I embed the base exception model in order to test sale exception module |
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.
Functional review OK
@matiasperalta1 Could you check tests ? |
Rule should only count available stock from selected warehouse from sale order. Without warehouse in context, it currently sums all stock available in all warehouses.
The previous parent menu has an action attached, and with these modules, it can't be clicked.
* [FIX] sale_exception confirm wizard * [FIX] add test of test_all_draft_orders & flake8 & readme.rst * [FIX] improve codecov test * [FIX] delete odl translation * [FIX] add Camptocamp to author * [FIX] readme.rst
Raise SingletonError when you have a recordset with multiple sale order. This restore the capability to write on multiple sale.order
Currently, it's located at the root menu because. It's a migration bug because the old menu was removed from 11.0.
…eptions with "is blocking" checked
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-16.0/sale-workflow-16.0-sale_exception Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_exception/
Currently translated at 83.7% (36 of 43 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_exception Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_exception/fr/
Currently translated at 100.0% (43 of 43 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_exception Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_exception/es/
Currently translated at 100.0% (43 of 43 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_exception Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_exception/es/
Currently translated at 100.0% (43 of 43 strings) Translation: sale-workflow-17.0/sale-workflow-17.0-sale_exception Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_exception/it/
Currently translated at 100.0% (43 of 43 strings) Translation: sale-workflow-17.0/sale-workflow-17.0-sale_exception Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_exception/sv/
Currently translated at 100.0% (43 of 43 strings) Translation: sale-workflow-17.0/sale-workflow-17.0-sale_exception Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_exception/it/
644e443
to
e536671
Compare
@rousseldenis The errors in the tests come from the base_exception module, could it be? |
# together at the end even if we update the exception_ids many times. | ||
# On previous versions, this could be unoptimized. | ||
(self - records).exception_ids = [(3, rule.id)] | ||
records.exception_ids = [(4, rule.id)] |
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.
Please use the appropriate command from fields.Command
rather than literal 3
, 4
etc.
e5d3416
to
b44e26b
Compare
b44e26b
to
488de35
Compare
@rousseldenis Is it ready to merge? |
@matiasperalta1 Please check #3359 (comment). I see you tried replacing 4 with |
No description provided.