Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-11 17:30:51
Authors
Odoo Community Association (OCA), Quartile
Maintainers
Odoo Community Association (OCA), Quartile
Committers
Weblate, OCA-git-bot, oca-ci, kalpeshgajera-uncannycs
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds an option to display the product description without the reference code in the
sale order line.

Note: The standard behavior removes duplicate product display names from the product
description in the Product column only on the user interface. However, since the product
code has been removed from the description, the product name will still appear in the
Product column description because it is not identical to the product display name.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit res.config.settings form Inherits sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • get_product_multiline_description_sale(self)

New fields (1)
  • no_product_code_in_sale_line_name Boolean
Public methods (0)

No public methods.

New fields (1)
  • no_product_code_in_sale_line_name Boolean
    readonly=False related='company_id.no_product_code_in_sale_line_name'
Public methods (0)

No public methods.

Loading…