Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 09:06:25
Authors
OpenERP SA, Odoo Community Association (OCA)
Maintainers
OpenERP SA, Odoo Community Association (OCA)
Committers
Weblate, Franco Leyes, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description
A module that adds manufacturers and attributes on the product form.

## You can now define the following for a product

- Manufacturer
- Manufacturer Product Name
- Manufacturer Product Code
- Manufacturer Product URL

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_product_view_form_easy_inherit_product_manufacturer product.product.view.form.easy.inherit.product.manufacturer product.product form Inherits product.product_variant_easy_edit_view
product_template_manufacturer_form_view product.template.form - product_manufacturer product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (4)
  • manufacturer_id Many2one → res.partner
    comodel_name='res.partner'
  • manufacturer_pname Char
    string='Manufacturer Product Name'
  • manufacturer_pref Char
    string='Manufacturer Product Code'
  • manufacturer_purl Char
    string='Manufacturer Product URL'
Public methods (0)

No public methods.

New fields (4)
  • manufacturer_id Many2one → res.partner
    comodel_name='res.partner' compute='_compute_manufacturer_info' inverse='_inverse_manufacturer_info' store=True
  • manufacturer_pname Char
    compute='_compute_manufacturer_info' inverse='_inverse_manufacturer_info' store=True string='Manufacturer Product Name'
  • manufacturer_pref Char
    compute='_compute_manufacturer_info' inverse='_inverse_manufacturer_info' store=True string='Manufacturer Product Code'
  • manufacturer_purl Char
    compute='_compute_manufacturer_info' inverse='_inverse_manufacturer_info' store=True string='Manufacturer Product URL'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…