odoo/documentation#12110
Created by fw-bot
Merged
at 606b56ccda9a3cbb7efd66f28ce8c5e70cbfbd33
Statuses:
- ci/documentation: (runtime 876s)
- ci/codeowner_coverage: (runtime 4s)
- label
- odoo-dev:master-patch-3-417158-fw
- head
- 8cd3a389fb2cd381a6da49bb2d32ef2d248f9be9
- 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