-
-
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
[17.0][MIG] sale_order_line_price_history: Migration to 17.0 #3543
[17.0][MIG] sale_order_line_price_history: Migration to 17.0 #3543
Conversation
App price history of a product from a sale order line and set one of this old prices in the sale order line.
Currently translated at 100.0% (29 of 29 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-sale_order_line_price_history Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_order_line_price_history/es/
This way, the user doesn't have to save the line first to see the customer prices. TT29630
Co-authored-by: Ruchir Shukla <[email protected]>
Migrate the SaleOrderLinePriceHistoryWidget to PriceHistoryWidget using the new OWL 16
Currently translated at 100.0% (32 of 32 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_price_history Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_price_history/es/
- Set history price from wizard tree lines with a new widget: Apply changes in place the value of price_unit and discount - Parameter to limit order lines displayed: Limit the number of sale order lines displayed on the wizard by system parameter - Improved UX: Rearrange buttons, small icons, added tooltips, removed statusbar button from line form Co-authored-by: Carlos Roca <[email protected]>
Fixed owl error "Invalid props for component 'PriceHistoryWidget': 'value' is undefined (should be a value)" when order lines are created by onchange.
Currently translated at 100.0% (33 of 33 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_price_history Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_price_history/it/
Currently translated at 100.0% (33 of 33 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_price_history Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_price_history/es/
Currently translated at 100.0% (33 of 33 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_price_history Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_price_history/it/
Currently translated at 100.0% (33 of 33 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_price_history Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_price_history/pt_BR/
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.
working fine 👍
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.
/ocabot migration sale_order_line_price_history
/ocabot merge nobump
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 83fa5f1. Thanks a lot for contributing to OCA. ❤️ |
cc @Tecnativa
This PR superseds #3293 It has been done to address the comment of @pedrobaeza to set the version correctly. Regarding the
column_invisible
attribute, it is working correctly. The authorship of the commit is respected since it is a minor change.ping @pedrobaeza @chienandalu