mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[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:
committed by
xavier-bouquiaux
parent
72057e8eee
commit
4260d8685a
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
7
account_fiscal_year/data/date_range_type.xml
Normal file
7
account_fiscal_year/data/date_range_type.xml
Normal 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>
|
||||
Reference in New Issue
Block a user