Product Pricelist Revision

product_pricelist_revision
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/19.0/product_pricelist_revision
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - 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.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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 %'
Public methods (0)

No public methods.

New fields (3)
  • date_end Datetime
  • date_start Datetime
    required=True
  • variation_percent Float
    digits='Product Price' string='Variation %'
Public methods (1)
  • action_apply(self)
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/18.0/product_pricelist_revision
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Carlos Roca, Bhavesh Heliconia, Heliconia Solutions
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - 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.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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 %'
Public methods (0)

No public methods.

New fields (3)
  • date_end Datetime
  • date_start Datetime
    required=True
  • variation_percent Float
    digits='Product Price' string='Variation %'
Public methods (1)
  • action_apply(self)
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/17.0/product_pricelist_revision
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, mario
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - 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.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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 %'
Public methods (0)

No public methods.

New fields (3)
  • date_end Datetime
  • date_start Datetime
    required=True
  • variation_percent Float
    digits='Product Price' string='Variation %'
Public methods (1)
  • action_apply(self)
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/16.0/product_pricelist_revision
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, josep-tecnativa, Yadier A. De Quesada
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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 %'
Public methods (0)

No public methods.

New fields (3)
  • date_end Datetime
  • date_start Datetime
    required=True
  • variation_percent Float
    digits='Product Price' string='Variation %'
Public methods (1)
  • action_apply(self)
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/15.0/product_pricelist_revision
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, CarlosRoca13, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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 %'
Public methods (0)

No public methods.

New fields (3)
  • date_end Datetime
  • date_start Datetime
    required=True
  • variation_percent Float
    digits='Product Price' string='Variation %'
Public methods (1)
  • action_apply(self)
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/14.0/product_pricelist_revision
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, Víctor Martínez, Sébastien Alix, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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 %'
Public methods (0)

No public methods.

New fields (3)
  • date_end Datetime
  • date_start Datetime
    required=True
  • variation_percent Float
    digits='Product Price' string='Variation %'
Public methods (1)
  • action_apply(self)
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/13.0/product_pricelist_revision
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Carlos Dauden, OCA Transbot, João Marques, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, Carlos Roca
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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 %'
Public methods (0)

No public methods.

New fields (3)
  • date_end Date
  • date_start Date
    required=True
  • variation_percent Float
    digits='Product Price' string='Variation %'
Public methods (1)
  • action_apply(self)
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/12.0/product_pricelist_revision
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Carlos Dauden, OCA Transbot, oca-travis, Weblate, OCA-git-bot, ernesto, Héctor Villarreal Ortega
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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 %'
Public methods (0)

No public methods.

New fields (3)
  • date_end Date
  • date_start Date
    required=True
  • variation_percent Float
    digits=dp.get_precision('Product Price') string='Variation %'
Public methods (1)
  • action_apply(self)
    @api.multi