-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
[14.0][BPRT] edi_sale_oca: Backport from v16.0 #1023
Conversation
Lines w/ no qty must not be excluded a priori
…env_ctx The configurations here are values for the wizard and whatever we need
|
||
@classmethod | ||
def _setup_order(cls, **kw): | ||
cls.product_a = cls.env.ref("product.product_product_4") |
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, create products instead of using odoo demo ones, we want to have control about their configuration.
It also help with understanding during reviews, no one can guess what's their sale_delay
for instance, without having to check odoo demo data.
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.
We can do this in a 2nd iteration
|
||
@classmethod | ||
def _setup_order(cls, **kw): | ||
cls.product_a = cls.env.ref("product.product_product_4") |
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.
We can do this in a 2nd iteration
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 222e606. Thanks a lot for contributing to OCA. ❤️ |
Description:
Context:
Changes: