odoo/documentation#12108
Created by fw-bot
Merged
at 6af369fb93971070a6015b40c5c036e524cbfa1e
Statuses:
- ci/documentation: (runtime 798s)
- ci/codeowner_coverage: (runtime 3s)
- label
- odoo-dev:saas-18.1-patch-3-417054-fw
- head
- 0cf189a8455229c7b9a49a78472ae4954fe45418
- 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