Hi,
there is an issue I've encountered in our custom Odoo module. I've created a new HTML field within our model to store formatted content for quotations:
condition = fields.Html(string='Condition on the Quotation', translate=True)
I use Odoo's built-in HTML editor to format the content of this field,
and it displays correctly when viewed in the odoo view like below:
Standard Assumptions, exceptions, and notes on scope of work:
- Site and/or staging area(s) access must be suitable for unassisted standard pickup truck with long trailer
- Non-winter conditions have been assumed (unless otherwise stated). Weather days are site dependent, general guidelines are: no tower...
- Tower orientation with respect to magnetic north as dermined in the field
- Painting, lighting, fencing, are not included in this quote (unless otherwise stated). Pricing assumes that all materials and options are awarded at the same time as the main portion of work.
- It is the customer's responsibility to be aware of the limitations of tower designs for the intended site
While the report renders as expected in HTML format, I've noticed that the right column is not fully visible in the PDF output—it appears to be clipped off.
I have explored several solutions suggested in the forum, but none have resolved the issue.
Any guidance or recommendations you could offer would be greatly appreciated.
Best Regards