[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 xavier-bouquiaux
parent 72057e8eee
commit 4260d8685a
2 changed files with 8 additions and 0 deletions

View File

@@ -21,5 +21,6 @@
"security/ir.model.access.csv",
"security/account_fiscal_year_rule.xml",
"views/account_fiscal_year_views.xml",
"data/date_range_type.xml",
],
}

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>