odoo/odoo#147560
Created by fw-bot
Merged
at cf78dace392be242a184c6e05eac3aa58f76bf9e
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:16.0-15.0-opw-3349082-fix_report_checklist_blockquote_style-pta-KMaw-fw
- head
- 88cc8f35fd642a84e3625b2b3fb44a989acd4615
- 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