Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:42:54
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Weblate, Florian Mounier, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description
Adds two fields: short and long (html) sale description on products.

Example of use case: need to publish the produts on external services
like an e-commerce or marketplace.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_view_form product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • description_sale_long Html
    help='A long description of the Product that you want to communicate to your customers. ' translate=True args: 'Sales Description Long'
  • description_sale_short Text
    help='A short description of the Product that you want to communicate to your customers. ' translate=True args: 'Sales Description Short'
Public methods (0)

No public methods.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
91 days ago
Last activity
71 days ago
Repository
OCA/product-attribute
Pull request
[19.0][MIG] product_sale_description: Migration to 19.0 (#2302)