Syncing from upstream OCA/product-attribute (18.0)#1559
Merged
bt-admin merged 13 commits intobrain-tec:18.0from Apr 22, 2026
Merged
Syncing from upstream OCA/product-attribute (18.0)#1559bt-admin merged 13 commits intobrain-tec:18.0from
bt-admin merged 13 commits intobrain-tec:18.0from
Conversation
TT50471 [UPD] Update product_readonly_security.pot [BOT] post-merge updates
TT52176 [UPD] Update product_readonly_security.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-14.0/product-attribute-14.0-product_readonly_security Translate-URL: https://translation.odoo-community.org/projects/product-attribute-14-0/product-attribute-14-0-product_readonly_security/
[UPD] Update product_readonly_security.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-17.0/product-attribute-17.0-product_readonly_security Translate-URL: https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_readonly_security/
Currently translated at 100.0% (5 of 5 strings) Translation: product-attribute-17.0/product-attribute-17.0-product_readonly_security Translate-URL: https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_readonly_security/it/ Translated using Weblate (Italian) Currently translated at 100.0% (5 of 5 strings) Translation: product-attribute-17.0/product-attribute-17.0-product_readonly_security Translate-URL: https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_readonly_security/it/
…doo 18 In Odoo 18, _compute_base_price() parameter was renamed from 'target_currency' to 'currency'. The old signature causes: TypeError: ProductPricelist._compute_base_price() got an unexpected keyword argument 'currency' Fix: rename parameter to 'currency' to match parent method signature. Closes: #1831
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 18.0 #1559 +/- ##
==========================================
+ Coverage 92.97% 93.04% +0.06%
==========================================
Files 558 565 +7
Lines 8817 8898 +81
Branches 741 742 +1
==========================================
+ Hits 8198 8279 +81
Misses 432 432
Partials 187 187 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
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