-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
[18.0][MIG] purchase_exception: Migration to 18.0 #2506
base: 18.0
Are you sure you want to change the base?
Conversation
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.
missing update of the version into the manifest
file
…dify tests and check new functionality
Currently translated at 74.1% (23 of 31 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_exception Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_exception/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_exception Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_exception/
Currently translated at 100.0% (30 of 30 strings) Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_exception Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_exception/it/
5c7a4b4
to
27ba6ad
Compare
This PR has the |
from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT | ||
|
||
|
||
class TestPurchaseException(TransactionCase): |
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 BaseCommon
as base class to reduce overhead from tracking.
Should be done in a separated commit so that we can backport it to 17 and 16.
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.
PR is updated
…head from tracking
No description provided.