-
-
Notifications
You must be signed in to change notification settings - Fork 714
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
[9.0][IMP] product_pricelist_direct_print: Add order option #290
[9.0][IMP] product_pricelist_direct_print: Add order option #290
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.
Please add Spanish translation as well
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.
Tested functionally in runbot 👍 Thanks!
<t t-if="o.order_field == 'default_code'"> | ||
<t t-set="category_products" | ||
t-value="category_products.sorted(lambda x: x.default_code)"/> | ||
</t> |
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.
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.
Tested on runbot
@rafaelbn Changes done |
27647f2
to
dda9c99
Compare
@pedrobaeza Changes done |
dda9c99
to
8877313
Compare
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
…t for pricelist (OCA#290)
@Tecnativa