TIP: You can type at any time to perform a new search.
Products Customer Code
product_customer_code · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0
- Category
- Generic Modules/Product
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.vauxoo.com/
- Last tracking update
- 2026-08-07 07:17:47
- Authors
- Vauxoo, Odoo Community Association (OCA)
- Maintainers
- Vauxoo, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Customer' codes in product ========================== This module does just like the product.supplierinfo but for customers instead. For instance it allows to have different references for the same product according to the customer. .. image:: product_customer_code/static/src/img/screenshot1.png .. tip:: You will need install some of the Apps which enable the product menu to see this module in action, like Sales, Purchase or Warehouse Management
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_inh_product_customer_code_01 |
product.normal.form.inh.product.customer.code.01 | product.product | form | Inherits product.product_normal_form_view |
view_product_customer_code_form |
view.product.customer.code.form | product.customer.code | form | New |
view_product_customer_code_search |
view.product.customer.code.certificate.search | product.customer.code | search | New |
view_product_customer_code_tree |
view.product.customer.code.tree | product.customer.code | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (2)-
copy(self, cr, uid, id, default=None, context=None) -
name_search(self, cr, user, name='', args=None, operator='ilike', context=None, limit=80)
Loading…
Loading…
Loading…