| 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/19.0/product_pricelist_revision |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds a 'Pricelist items' list view that allows to select several elements to version them and also to see the percentage 'fixed price' variation between a version and the previous one. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pricelist_item_duplicate_wizard_view |
Pricelist Item Duplicate | product.pricelist.item.duplicate.wizard | form | New |
product_pricelist_item_revision_tree_view |
product.pricelist.item | list | Inherits product.product_pricelist_item_tree_view | |
product_pricelist_item_view_search |
product.pricelist.item | filter | Inherits product.product_pricelist_item_view_search |
name
Char
store=True
previous_item_id
Many2one → product.pricelist.item
comodel_name='product.pricelist.item'
help='Relation with previous item when duplicate line'
string='Previous Item'
previous_price
Float
related='previous_item_id.fixed_price'
string='Previous Fixed Price'
variation_percent
Float
compute='_compute_variation_percent'
digits='Product Price'
store=True
string='Variation %'
No public methods.
date_end
Datetime
date_start
Datetime
required=True
variation_percent
Float
digits='Product Price'
string='Variation %'
action_apply(self)
| 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_revision |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Carlos Roca, Bhavesh Heliconia, Heliconia Solutions |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds a 'Pricelist items' list view that allows to select several elements to version them and also to see the percentage 'fixed price' variation between a version and the previous one. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pricelist_item_duplicate_wizard_view |
Pricelist Item Duplicate | product.pricelist.item.duplicate.wizard | form | New |
product_pricelist_item_revision_tree_view |
product.pricelist.item | list | Inherits product.product_pricelist_item_tree_view | |
product_pricelist_item_view_search |
product.pricelist.item | filter | Inherits product.product_pricelist_item_view_search |
name
Char
store=True
previous_item_id
Many2one → product.pricelist.item
comodel_name='product.pricelist.item'
help='Relation with previous item when duplicate line'
string='Previous Item'
previous_price
Float
related='previous_item_id.fixed_price'
string='Previous Fixed Price'
variation_percent
Float
compute='_compute_variation_percent'
digits='Product Price'
store=True
string='Variation %'
No public methods.
date_end
Datetime
date_start
Datetime
required=True
variation_percent
Float
digits='Product Price'
string='Variation %'
action_apply(self)
| 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/17.0/product_pricelist_revision |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, mario |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds a 'Pricelist items' tree view that allows to select several elements to version them and also to see the percentage 'fixed price' variation between a version and the previous one. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pricelist_item_duplicate_wizard_view |
Pricelist Item Duplicate | product.pricelist.item.duplicate.wizard | form | New |
product_pricelist_item_revision_tree_view |
product.pricelist.item | tree | Inherits product.product_pricelist_item_tree_view | |
product_pricelist_item_view_search |
product.pricelist.item | filter | Inherits product.product_pricelist_item_view_search |
name
Char
store=True
previous_item_id
Many2one → product.pricelist.item
comodel_name='product.pricelist.item'
help='Relation with previous item when duplicate line'
string='Previous Item'
previous_price
Float
related='previous_item_id.fixed_price'
string='Previous Fixed Price'
variation_percent
Float
compute='_compute_variation_percent'
digits='Product Price'
store=True
string='Variation %'
No public methods.
date_end
Datetime
date_start
Datetime
required=True
variation_percent
Float
digits='Product Price'
string='Variation %'
action_apply(self)
| 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_revision |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, josep-tecnativa, Yadier A. De Quesada |
| 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: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pricelist_item_duplicate_wizard_view |
Pricelist Item Duplicate | product.pricelist.item.duplicate.wizard | form | New |
product_pricelist_item_revision_tree_view |
product.pricelist.item | tree | Inherits product.product_pricelist_item_tree_view | |
product_pricelist_item_view_search |
product.pricelist.item | filter | Inherits product.product_pricelist_item_view_search |
name
Char
store=True
previous_item_id
Many2one → product.pricelist.item
comodel_name='product.pricelist.item'
help='Relation with previous item when duplicate line'
string='Previous Item'
previous_price
Float
related='previous_item_id.fixed_price'
string='Previous Fixed Price'
variation_percent
Float
compute='_compute_variation_percent'
digits='Product Price'
store=True
string='Variation %'
No public methods.
date_end
Datetime
date_start
Datetime
required=True
variation_percent
Float
digits='Product Price'
string='Variation %'
action_apply(self)
| 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/15.0/product_pricelist_revision |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, CarlosRoca13, josep-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:35 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pricelist_item_duplicate_wizard_view |
Pricelist Item Duplicate | product.pricelist.item.duplicate.wizard | form | New |
product_pricelist_item_revision_tree_view |
product.pricelist.item | tree | Inherits product.product_pricelist_item_tree_view | |
product_pricelist_item_view_search |
product.pricelist.item | filter | Inherits product.product_pricelist_item_view_search |
name
Char
search='_search_name'
previous_item_id
Many2one → product.pricelist.item
comodel_name='product.pricelist.item'
help='Relation with previous item when duplicate line'
string='Previous Item'
previous_price
Float
related='previous_item_id.fixed_price'
string='Previous Fixed Price'
variation_percent
Float
compute='_compute_variation_percent'
digits='Product Price'
store=True
string='Variation %'
No public methods.
date_end
Datetime
date_start
Datetime
required=True
variation_percent
Float
digits='Product Price'
string='Variation %'
action_apply(self)
| 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/14.0/product_pricelist_revision |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Víctor Martínez, Sébastien Alix, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pricelist_item_duplicate_wizard_view |
Pricelist Item Duplicate | product.pricelist.item.duplicate.wizard | form | New |
product_pricelist_item_revision_tree_view |
product.pricelist.item | tree | Inherits product.product_pricelist_item_tree_view | |
product_pricelist_item_view_search |
product.pricelist.item | filter | Inherits product.product_pricelist_item_view_search |
name
Char
search='_search_name'
previous_item_id
Many2one → product.pricelist.item
comodel_name='product.pricelist.item'
help='Relation with previous item when duplicate line'
string='Previous Item'
previous_price
Float
related='previous_item_id.fixed_price'
string='Previous Fixed Price'
variation_percent
Float
compute='_compute_variation_percent'
digits='Product Price'
store=True
string='Variation %'
No public methods.
date_end
Datetime
date_start
Datetime
required=True
variation_percent
Float
digits='Product Price'
string='Variation %'
action_apply(self)
| 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/13.0/product_pricelist_revision |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Carlos Dauden, OCA Transbot, João Marques, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, Carlos Roca |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pricelist_item_duplicate_wizard_view |
Pricelist Item Duplicate | product.pricelist.item.duplicate.wizard | form | New |
product_pricelist_item_revision_tree_view |
product.pricelist.item | tree | Inherits product.product_pricelist_item_tree_view | |
product_pricelist_item_view_search |
product.pricelist.item | filter | Inherits product.product_pricelist_item_view_search |
name
Char
search='_search_name'
previous_item_id
Many2one → product.pricelist.item
comodel_name='product.pricelist.item'
help='Relation with previous item when duplicate line'
string='Previous Item'
previous_price
Float
related='previous_item_id.fixed_price'
string='Previous Fixed Price'
variation_percent
Float
compute='_compute_variation_percent'
digits='Product Price'
store=True
string='Variation %'
No public methods.
date_end
Date
date_start
Date
required=True
variation_percent
Float
digits='Product Price'
string='Variation %'
action_apply(self)
| 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/12.0/product_pricelist_revision |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Carlos Dauden, OCA Transbot, oca-travis, Weblate, OCA-git-bot, ernesto, Héctor Villarreal Ortega |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - decimal_precision - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pricelist_item_duplicate_wizard_view |
Pricelist Item Duplicate | product.pricelist.item.duplicate.wizard | form | New |
product_pricelist_item_revision_tree_view |
product.pricelist.item | tree | Inherits product.product_pricelist_item_tree_view | |
product_pricelist_item_view_search |
product.pricelist.item.search | product.pricelist.item | search | New |
name
Char
search='_search_name'
previous_item_id
Many2one → product.pricelist.item
comodel_name='product.pricelist.item'
help='Relation with previous item when duplicate line'
string='Previous Item'
previous_price
Float
readonly=True
related='previous_item_id.fixed_price'
string='Previous Fixed Price'
variation_percent
Float
compute='_compute_variation_percent'
digits=dp.get_precision('Product Price')
store=True
string='Variation %'
No public methods.
date_end
Date
date_start
Date
required=True
variation_percent
Float
digits=dp.get_precision('Product Price')
string='Variation %'
action_apply(self)