mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
10 lines
268 B
XML
10 lines
268 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_notes')]"/>
|
||
|
|
</function>
|
||
|
|
|
||
|
|
</odoo>
|