[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 Ruchir Shukla
parent d37eabf129
commit b6068791a6
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
"date_range",
],
"data": [
"data/date_range_type.xml",
"views/account_views.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>