odoo/industry#2257
Created by Ayush Chavda (aycha)
Blocked
- Merge method
- Review
-
CI
- ci/industry: (runtime 4848s)
- label
- odoo-dev:19.0-textile-manufacturing-knowledge-article-fix
- head
- ac0fb668e95ebaaff64e4af9ad4d60b9da693c9a
| odoo/industry | |
|---|---|
| 19.0 | #2257 missing statuses missing r+ |
| saas-19.1 | |
| saas-19.2 | |
| saas-19.3 | |
| master |
[IMP] textile_manufacturing: make knowledge demo data portable
-
The article bodies had hardcoded database IDs in their embedded view props, which would break on any fresh install since those IDs are auto-assigned by Postgres and differ every time.
-
Switch body fields to type=html and use %(module.xml_id)d so Odoo resolves the correct IDs at install time.
-
Reorder records so children exist before parent bodies reference them.
-
Also add the two design images as proper module attachments instead of URLs.