This module unifies the product and name into a single column, making it more user-friendly and space-saving.
Table of contents
To extend this functionality to other modules (for example, Purchase), in a new module, it is necessary to create an inherited view to change the widget for these fields:
- one2many field with widget="product_label_section_and_note_field_o2m".
- product_id or product_tmpl_id field with widget="product_label_section_and_note_field".
- name field with widget="section_and_note_text".
- Go to the Invoicing > Customers > Invoices and add a new line.
- The product label must be displayed just after the product name.
- If the product does not have a description, a button must be displayed to add one.
- Add compatibility with sale_product_configurator module
- Add compatibility with purchase_product_matrix module
- When this module is installed, the PDF report will always display the column name as a combination of the product code, product name, and description. This behavior may differ from the expected behavior, where only the column name is displayed and can be customized independently.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- Tecnativa
- Odoo S.A.
-
- Pedro M. Baeza
- Carlos Lopez
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/web project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.