Adding a fallback system so that you own implementer module can define its default template

--HG--
branch : odoo8
This commit is contained in:
Florent Aide
2015-06-02 09:51:15 +02:00
parent 2c47a47082
commit ef01166fdf
3 changed files with 78 additions and 4 deletions

View File

@@ -16,6 +16,8 @@
<group>
<field name="py3o_fusion_filetype" />
<field name="py3o_template_id" />
<field name="module" />
<field name="py3o_template_fallback" />
</group>
</page>