TIP: You can type at any time to perform a new search.
product_custom_attributes
product_custom_attributes · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 0.2.1
- Category
- Generic Modules/Others
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.akretion.com/
- Last tracking update
- 2026-08-07 07:17:47
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- product_categ_attributes
- Description
This module adds the possibility to easily create custom fields on products. Each product can be linked to an attribute set (like camera, fridge...). Each attribute has custom fields (for example, you don't need the same field for a frigde and a camera). In particular it's used by the Magento Magentoerpconnect module to match the EAV flexibility of Magento.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
open_product_by_attribute_set_view |
open.product.by.attribute.set.view | open.product.by.attribute.set | form | New |
product_attributes_form_view |
product.attributes.normal.wizard | product.product | form | New |
product_product_form_view_set_button |
attributes.product.normal.form | product.product | form | Inherits product.product_normal_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
open_product_by_attribute(self, cr, uid, ids, context=None)Opens Product by attributes @param cr: the current row, from the database cursor, @param uid: the current user’s ID for security checks, @param ids: List of account chart’s IDs @return: dictionary of Product list window for a given attributes set
New fields (0)
No new fields.
Public methods (3)-
fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False) -
open_attributes(self, cr, uid, ids, context=None) -
save_and_close_product_attributes(self, cr, uid, ids, context=None)
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…