odoo/documentation#12109
Created by fw-bot
Merged
at fa0938ed429ad380e77fc1d7db594add53465198
Statuses:
- ci/documentation: (runtime 779s)
- ci/codeowner_coverage: (runtime 4s)
- label
- odoo-dev:saas-18.2-patch-3-417146-fw
- head
- 6e3d9b2adb42ef8fe66317ad22fe15a454453e2a
- merged
- 9 months ago by Sales, Antoine Vandevenne (anv)
| odoo/documentation | |
|---|---|
| 18.0 | #12106 |
| saas-18.1 | #12108 |
| saas-18.2 | #12109 |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| master | #12110 |
[FW][FIX] Use chatter tag instead of the usual div tag
This pull request includes a change to the content/developer/reference/backend/mixins.rst file to update the XML structure for the form view of "Business Trip". The most important change is the replacement of the <div class="oe_chatter"> element with the <chatter> element to align with the updated XML schema.
Changes in XML structure:
content/developer/reference/backend/mixins.rst: Replaced<div class="oe_chatter">with<chatter>for the "Business Trip" form view.
Forward-Port-Of: #12106