mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
The suggested folder structure does not comply with guidelines: https://www.odoo.com/documentation/15.0/developer/misc/other/guidelines.html#file-naming > Concerning printable reports which contain mainly data preparation and Qweb templates naming is the following : addons/plant_nursery/ |-- report/ | |-- plant_order_reports.xml (report actions, paperformat, ...) | |-- plant_order_templates.xml (xml report templates) closes odoo/documentation#1426 Forward-port-of: odoo/documentation#1350 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>