-
-
Notifications
You must be signed in to change notification settings - Fork 148
[16.0][IMP/ADD] shipment_advice*: Add action on shipment advice to print delivery slip and cash on delivery invoices #129
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: 16.0
Are you sure you want to change the base?
Conversation
|
DRAFT: working on failed test |
e705865 to
6031fd3
Compare
|
|
||
|
|
||
| class TestShipmentAdviceCashOnDelivery(Common): | ||
| @classmethod | ||
| def setUpClass(cls): | ||
| super().setUpClass() |
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.
| class TestShipmentAdviceCashOnDelivery(Common): | |
| @classmethod | |
| def setUpClass(cls): | |
| super().setUpClass() | |
| from odoo.addons.base.tests.common import DISABLED_MAIL_CONTEXT | |
| class TestShipmentAdviceCashOnDelivery(Common): | |
| @classmethod | |
| def setUpClass(cls): | |
| super().setUpClass() | |
| cls.env = cls.env["base"].with_context(**DISABLED_MAIL_CONTEXT).env | |
cyrilmanuel
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.
pre-approval after fixing test
6031fd3 to
c7499c6
Compare
|
@trisdoan would you be so kind to rebase? |
|
This PR has the |
… to print cash on delivery invoices
…mode_cash_on_delivery
c7499c6 to
e384cdd
Compare
Note
This changes
This PR includes: