[19.0][ADD] product_pricelist_item_uom_standard - #2364
Conversation
Add a backport of Odoo 19.3's native pricelist-rule-by-UoM feature (odoo/odoo@d2648b1d9839), restricting pricelist item rules to a specific product packaging. OCA/product-attribute already ships product_pricelist_item_uom, but it defines uom_id on product.pricelist.item as a computed field always defaulted to the product's base UoM, and it never filters rule selection. The two modules are declared mutually exclusive via the manifest excludes key.
ivantodorovich
left a comment
There was a problem hiding this comment.
Thanks!
I'm not sure we want to keep both product_pricelist_item_uom and this one.
I'd be more inclined to have this one replace the existing product_pricelist_item_uom, consuming its name, given it's essentially the same feature -- but this one is aligned to what's implemented in standard in 19.3 (and future 20.0)
I agree it's better to avoid
I'd rather go with the |
Thanks for the follow-up on this! I like the option of pushing a REF commit ([REF] product_pricelist_item_uom: backport from odoo 19.3) on top of I will rebase my work on |
Add a backport of Odoo 19.3's native pricelist-rule-by-UoM feature (odoo/odoo@d2648b1d9839), restricting pricelist item rules to a specific product packaging.
OCA/product-attribute already ships product_pricelist_item_uom, but it defines uom_id on product.pricelist.item as a computed field always defaulted to the product's base UoM, and it never filters rule selection. The two modules are declared mutually exclusive via the manifest excludes key.