From 4260d8685abb8bc992efa71bfc8d14b51460292d Mon Sep 17 00:00:00 2001 From: mreficent Date: Fri, 19 Jul 2019 13:18:41 +0200 Subject: [PATCH] [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. --- account_fiscal_year/__manifest__.py | 1 + account_fiscal_year/data/date_range_type.xml | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 account_fiscal_year/data/date_range_type.xml diff --git a/account_fiscal_year/__manifest__.py b/account_fiscal_year/__manifest__.py index ec64a163b..2c96b2744 100644 --- a/account_fiscal_year/__manifest__.py +++ b/account_fiscal_year/__manifest__.py @@ -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", ], } diff --git a/account_fiscal_year/data/date_range_type.xml b/account_fiscal_year/data/date_range_type.xml new file mode 100644 index 000000000..abff2dd64 --- /dev/null +++ b/account_fiscal_year/data/date_range_type.xml @@ -0,0 +1,7 @@ + + + + Fiscal Year + + +