forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Syncing from upstream OCA/sale-workflow (18.0) #2279
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-18.0/sale-workflow-18.0-sale_order_line_price_history Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_order_line_price_history/
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #2279 +/- ##
==========================================
+ Coverage 90.86% 91.35% +0.49%
==========================================
Files 102 109 +7
Lines 1860 1990 +130
Branches 140 145 +5
==========================================
+ Hits 1690 1818 +128
- Misses 130 131 +1
- Partials 40 41 +1 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
bt_gitbot