Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 892 Bytes

File metadata and controls

34 lines (23 loc) · 892 Bytes

Product Title Bold - Odoo 19 Module

This Odoo 19 module modifies Sale Order PDF reports and Portal HTML previews to display:

  • Product title (first line of product description) in bold
  • Product description (subsequent lines) in normal font

Installation

  1. Download the module as a ZIP file
  2. Go to AppsImport Module
  3. Upload the ZIP file
  4. Install the module

Live Demo

View this module in action: HelpCode Odoo Apps

Features

  • Inherits sale.report_saleorder_document for PDF reports
  • Inherits sale.sale_order_portal_content for HTML portal preview
  • Splits line.name by newline character
  • First line rendered as bold title
  • Remaining lines rendered as normal description
  • Does not affect section or note lines

Dependencies

  • sale
  • account

License

LGPL-3