Repository
OCA/odoo-pim · module folder · Try on Runboat
Module version
1.0.1
Category
PIM
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/odoo-pim
Last tracking update
2026-08-07 09:06:36
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Jordi Ballester Alomar, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/odoo-pim:
odoo/odoo:
- web
- bus
- uom
Python dependencies
unidecode
System dependencies
None
Required by
pim, website_attribute_set
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 form Inherits product.product_category_form_view
product_template_form_view attributes.product.normal.form product.template form Inherits product.product_template_form_view
product_template_search_view product.template search Inherits product.product_template_search_view
product_variant_easy_edit_view product.product.view.form.easy - product_attribute_set product.product form Inherits product.product_variant_easy_edit_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…