[ADD] fiscalyear date.range.type data

This date.range.type in v11 have benn used in some cases. Then, when you migrate, you need to have this data or else delete its xmlid.

We think it's better to keep it, because you may want to still use it.
This commit is contained in:
mreficent
2019-07-19 13:18:41 +02:00
committed by Sébastien Alix
parent 5a67632041
commit b992c1f877

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="fiscalyear" model="date.range.type">
<field name="name">Fiscal Year</field>
<field name="allow_overlap" eval="False" />
</record>
</odoo>