odoo/odoo#147557
Created by fw-bot
Merged
at e17023ddea0c5505fafb7f3ea226e8571f862a52
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-15.2-15.0-opw-3349082-fix_report_checklist_blockquote_style-pta-VJZG-fw
- head
- f0f2608d21ee528ee5e8d595840869fc58140744
- merged
- 2 years ago by Bugfix, Anh Thao Pham (pta)
| odoo/odoo | |
|---|---|
| 15.0 | #145540 |
| saas-15.2 | #147557 |
| 16.0 | #147560 |
| saas-16.1 | #147564 |
| saas-16.2 | #147599 |
| saas-16.3 | #147604 |
| saas-16.4 | #147610 |
| 17.0 | #147619 |
| 18.0 | |
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| saas-19.1 | |
| saas-19.2 | |
| master | #147628 |
[FW][FIX] web: fix checklist and blockquote style in report
Steps to reproduce:
- Go to Sales and create a quotation
- In "Terms and conditions" field, add a Checklist and a Quote, using "/" command
- Print the quotation
=> Checkboxes are replaced by bullets and blockquote has no style.
Solution:
For blockquote in reports, use the same style than web_editor: https://github.com/odoo/odoo/blob/b2fa69202c6b3ab677973643711ccd561a2edaea/addons/web_editor/static/src/scss/web_editor.common.scss#L648-L654
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #145540