Odoo18-Base/addons/theme_default/data/generate_primary_template.xml
2025-01-06 10:57:38 +07:00

10 lines
270 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Generate primary snippet templates that are not predefined -->
<function model="ir.module.module" name="_generate_primary_snippet_templates">
<value eval="[ref('base.module_theme_default')]"/>
</function>
</odoo>