Merge PR #1641 into 15.0

Signed-off-by AaronHForgeFlow
This commit is contained in:
OCA-git-bot
2023-05-03 14:16:30 +00:00
2 changed files with 3 additions and 9 deletions

View File

@@ -14,10 +14,11 @@
"Odoo Community Association (OCA)",
"maintainers": ["eLBati"],
"license": "AGPL-3",
"depends": ["account", "date_range"],
"depends": [
"account",
],
"data": [
"security/ir.model.access.csv",
"data/date_range_type.xml",
"security/account_fiscal_year_rule.xml",
"views/account_fiscal_year_views.xml",
],

View File

@@ -1,7 +0,0 @@
<?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>