| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/18.0/product_pricelist_alternative |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Vincent Van Rossem |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - html_editor - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | It allows you to define alternative price lists to a reference price list. As a general rule, the price of a given product is obtained from the minimum between its reference price list and the alternative price lists. However, if the product's reference price has been calculated on the basis of a price rule in which the "Alternative Pricelist Policy = Ignore" field is selected, the alternative price lists will not be taken into account. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_pricelist_item_tree_view_from_product |
product.pricelist.item.list | product.pricelist.item | xpath | Inherits product.product_pricelist_item_tree_view_from_product |
product_pricelist_item_view_form |
product.pricelist.item.form | product.pricelist.item | xpath | Inherits product.product_pricelist_item_form_view |
product_pricelist_item_view_tree |
product.pricelist.item.list | product.pricelist.item | xpath | Inherits product.product_pricelist_item_tree_view |
product_pricelist_view |
product.pricelist.form | product.pricelist | widget | Inherits product.product_pricelist_view |
alternative_pricelist_ids
Many2many → product.pricelist
column1='origin_id'
column2='alternative_id'
comodel_name='product.pricelist'
domain="[('id', '!=', id)]"
relation='product_pricelist_alternative_rel'
string='Alternative pricelists'
is_alternative_to_pricelist_count
Integer
compute='_compute_is_alternative_to_pricelist_count'
is_alternative_to_pricelist_ids
Many2many → product.pricelist
column1='alternative_id'
column2='origin_id'
comodel_name='product.pricelist'
relation='product_pricelist_alternative_rel'
string='Is alternative to pricelists'
action_view_is_alternative_to_pricelist(self)
alternative_pricelist_policy
Selection
default='use_lower_price'
required=True
selection=[('use_lower_price', 'Use lower price'), ('ignore', 'Ignore alternatives')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/16.0/product_pricelist_alternative |
| VERSION | |
| VERSION | 1.2.1 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Weblate, OCA-git-bot, oca-ci, Telmo Santos |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_pricelist_item_tree_view_from_product |
product.pricelist.item.tree | product.pricelist.item | xpath | Inherits product.product_pricelist_item_tree_view_from_product |
product_pricelist_item_view_form |
product.pricelist.item.form | product.pricelist.item | xpath | Inherits product.product_pricelist_item_form_view |
product_pricelist_item_view_tree |
product.pricelist.item.tree | product.pricelist.item | xpath | Inherits product.product_pricelist_item_tree_view |
product_pricelist_view |
product.pricelist.form | product.pricelist | widget | Inherits product.product_pricelist_view |
alternative_pricelist_ids
Many2many → product.pricelist
column1='origin_id'
column2='alternative_id'
comodel_name='product.pricelist'
domain="[('id', '!=', id)]"
relation='product_pricelist_alternative_rel'
string='Alternative pricelists'
is_alternative_to_pricelist_count
Integer
compute='_compute_is_alternative_to_pricelist_count'
is_alternative_to_pricelist_ids
Many2many → product.pricelist
column1='alternative_id'
column2='origin_id'
comodel_name='product.pricelist'
relation='product_pricelist_alternative_rel'
string='Is alternative to pricelists'
action_view_is_alternative_to_pricelist(self)
alternative_pricelist_policy
Selection
default='use_lower_price'
required=True
selection=[('use_lower_price', 'Use lower price'), ('ignore', 'Ignore alternatives')]
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/product-attribute |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] product_pricelist_alternative: Migration to 19.0 (#2294) |