Product Attribute Set

product_attribute_set
REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/19.0/product_attribute_set
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPIM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSJordi Ballester Alomar, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to display product's Attributes in product form views
thanks to the
[attribute_set](https://github.com/akretion/odoo-pim/tree/12.0/attribute_set)
module. It also adds a suggested link between product's Category and
product's Attribute Set.

However this module **does not provide an Attribute menu** to easily
manage product's Attribute as this feature is covered by the
[pim_attribute_set](https://github.com/akretion/odoo-pim/tree/12.0/pim_attribute_set)
module in the PIM (Product Information Management) application developed
by [Akretion](https://akretion.com/)

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
product_category_form_view product.category.form product.category field Inherits product.product_category_form_view
product_template_form_view attributes.product.normal.form product.template xpath Inherits product.product_template_form_view
product_template_search_view product.template xpath Inherits product.product_template_search_view
product_variant_easy_edit_view product.product.view.form.easy - product_attribute_set product.product xpath Inherits product.product_variant_easy_edit_view
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • attribute_set_id Many2one → attribute.set
    context={'default_model_id': 'product.template'} args: 'attribute.set', 'Default Attribute Set'
Public methods (1)
  • write(self, vals)

New fields (1)
  • attribute_set_id Many2one
    related='product_tmpl_id.attribute_set_id' store=True
Public methods (0)

No public methods.

New fields (1)
  • attribute_set_id Many2one → attribute.set
    default=<expr> args: 'attribute.set', 'Attribute Set'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/18.0/product_attribute_set
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPIM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, kobros-tech
WEBSITE
WEBSITEhttps://github.com/OCA/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to display product's Attributes in product form views
thanks to the
[attribute_set](https://github.com/akretion/odoo-pim/tree/12.0/attribute_set)
module. It also adds a suggested link between product's Category and
product's Attribute Set.

However this module **does not provide an Attribute menu** to easily
manage product's Attribute as this feature is covered by the
[pim_attribute_set](https://github.com/akretion/odoo-pim/tree/12.0/pim_attribute_set)
module in the PIM (Product Information Management) application developed
by [Akretion](https://akretion.com/)

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
product_category_form_view product.category.form product.category field Inherits product.product_category_form_view
product_template_form_view attributes.product.normal.form product.template xpath Inherits product.product_template_form_view
product_template_search_view product.template xpath Inherits product.product_template_search_view
product_variant_easy_edit_view product.product.view.form.easy - product_attribute_set product.product xpath Inherits product.product_variant_easy_edit_view
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • attribute_set_id Many2one → attribute.set
    context={'default_model_id': 'product.template'} args: 'attribute.set', 'Default Attribute Set'
Public methods (1)
  • write(self, vals)

New fields (1)
  • attribute_set_id Many2one
    related='product_tmpl_id.attribute_set_id' store=True
Public methods (0)

No public methods.

New fields (1)
  • attribute_set_id Many2one → attribute.set
    default=<expr> args: 'attribute.set', 'Attribute Set'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/16.0/product_attribute_set
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYPIM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
product_category_form_view product.category.form product.category field Inherits product.product_category_form_view
product_template_form_view attributes.product.normal.form product.template xpath Inherits product.product_template_form_view
product_template_search_view product.template xpath Inherits product.product_template_search_view
product_variant_easy_edit_view product.product.view.form.easy - product_attribute_set product.product xpath Inherits product.product_variant_easy_edit_view
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • attribute_set_id Many2one → attribute.set
    context={'default_model_id': 'product.template'} args: 'attribute.set', 'Default Attribute Set'
Public methods (1)
  • write(self, vals)

New fields (1)
  • attribute_set_id Many2one
    related='product_tmpl_id.attribute_set_id' store=True
Public methods (0)

No public methods.

New fields (1)
  • attribute_set_id Many2one → attribute.set
    default=<expr> args: 'attribute.set', 'Attribute Set'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/14.0/product_attribute_set
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, OCA Transbot, Weblate, OCA-git-bot, Pierrick Brun, shopinvader-git-bot, oca-ci, GuillemCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_category_form_view product.category.form product.category field Inherits product.product_category_form_view
product_template_form_view attributes.product.normal.form product.template xpath Inherits product.product_template_form_view
product_template_search_view product.template xpath Inherits product.product_template_search_view
Models touched (2)

New fields (1)
  • attribute_set_id Many2one → attribute.set
    context={'default_model_id': 'product.template'} args: 'attribute.set', 'Default Attribute Set'
Public methods (1)
  • write(self, vals)
    Fill Category's products with Category's default attribute_set_id if empty

New fields (1)
  • attribute_set_id Many2one → attribute.set
    default=<expr> args: 'attribute.set', 'Attribute Set'
Public methods (3)
  • create(self, vals)
    @api.model
  • update_att_set_onchange_categ_id(self)
    @api.onchange('categ_id')
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/13.0/product_attribute_set
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, Denis Roussel, david, OCA-git-bot, shopinvader-git-bot, oca-ci, GuillemCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_category_form_view product.category.form product.category field Inherits product.product_category_form_view
product_template_form_view attributes.product.normal.form product.template xpath Inherits product.product_template_form_view
product_template_search_view product.template xpath Inherits product.product_template_search_view
Models touched (2)

New fields (1)
  • attribute_set_id Many2one → attribute.set
    context={'default_model_id': 'product.template'} args: 'attribute.set', 'Default Attribute Set'
Public methods (1)
  • write(self, vals)
    Fill Category's products with Category's default attribute_set_id if empty

New fields (1)
  • attribute_set_id Many2one → attribute.set
    default=<expr> args: 'attribute.set', 'Attribute Set'
Public methods (3)
  • create(self, vals)
    @api.model
  • update_att_set_onchange_categ_id(self)
    @api.onchange('categ_id')
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/12.0/product_attribute_set
VERSION
VERSION 2.1.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, OCA-git-bot, Simone Orsi, clementmbr, shopinvader-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_category_form_view product.category.form product.category field Inherits product.product_category_form_view
product_template_form_view attributes.product.normal.form product.template xpath Inherits product.product_template_form_view
product_template_search_view product.template xpath Inherits product.product_template_search_view
Models touched (3)

New fields (1)
  • attribute_set_id Many2one → attribute.set
    context={'default_model_id': 'product.template'} args: 'attribute.set', 'Default Attribute Set'
Public methods (1)
  • write(self, vals)
    Fill Category's products with Category's default attribute_set_id if empty

New fields (1)
  • attribute_set_id Many2one → attribute.set
    default=<expr> args: 'attribute.set', 'Attribute Set'
Public methods (3)
  • create(self, vals)
    @api.model
  • update_att_set_onchange_categ_id(self)
    @api.onchange('categ_id')
  • write(self, vals)

New fields (1)
  • product_default_attribute_set_id Many2one → attribute.set
    comodel_name='attribute.set' help='Set the default attribute set that will be used as default fornew products.' string='Default Product Attribute Set'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/odoo-pim
GIT
GIThttps://github.com/OCA/odoo-pim.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/odoo-pim/tree/10.0/product_attribute_set
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSAkretion
MAINTAINERS
MAINTAINERSAkretion
COMMITTERS
COMMITTERSStéphane Bidoul, Denis Roussel, OCA-git-bot, shopinvader-git-bot
WEBSITE
WEBSITEhttps://github.com/shopinvader/odoo-pim
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/odoo-pim:
    - attribute_set
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_category_form_view product.category.form product.category field Inherits product.product_category_form_view
product_template_form_view attributes.product.normal.form product.template xpath Inherits product.product_template_form_view
product_template_search_view product.template xpath Inherits product.product_template_search_view
Models touched (3)

New fields (1)
  • attribute_set_id Many2one → attribute.set
    context={'default_model_id': 'product.template'} args: 'attribute.set', 'Default Attribute Set'
Public methods (1)
  • write(self, vals)
    Fill Category's products with Category's default attribute_set_id if empty

New fields (1)
  • attribute_set_id Many2one → attribute.set
    default=<expr> args: 'attribute.set', 'Attribute Set'
Public methods (3)
  • create(self, vals)
    @api.model
  • update_att_set_onchange_categ_id(self)
    @api.onchange('categ_id')
  • write(self, vals)
    @api.multi

New fields (1)
  • product_default_attribute_set_id Many2one → attribute.set
    comodel_name='attribute.set' help='Set the default attribute set that will be used as default fornew products.' string='Default Product Attribute Set'
Public methods (0)

No public methods.