Merge pull request #861 from Eficent/12.0-mig-account-fiscal-year

[12.0][ADD] account_fiscal_year: fiscalyear date.range.type
This commit is contained in:
Jordi Ballester Alomar
2019-07-23 14:07:05 +02:00
committed by GitHub
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>