Skip to content

Commit

Permalink
account_fiscal_year: Date range dependency no more needed
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoRubi authored and baimont committed Oct 4, 2022
1 parent c06c1bb commit 6c80e69
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 65 deletions.
3 changes: 0 additions & 3 deletions account_fiscal_year/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@
"license": "AGPL-3",
"depends": [
"account",
"date_range",
],
"data": [
"security/ir.model.access.csv",
"data/date_range_type.xml",
"views/account_fiscal_year_views.xml",
"views/account_views.xml",
],
}
7 changes: 0 additions & 7 deletions account_fiscal_year/data/date_range_type.xml

This file was deleted.

25 changes: 2 additions & 23 deletions account_fiscal_year/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-06 09:43+0000\n"
"PO-Revision-Date: 2020-11-06 09:43+0000\n"
"POT-Creation-Date: 2020-11-09 08:15+0000\n"
"PO-Revision-Date: 2020-11-09 08:15+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -40,21 +40,6 @@ msgstr ""
msgid "Created on"
msgstr ""

#. module: account_fiscal_year
#: model:ir.ui.menu,name:account_fiscal_year.menu_date_range_type_action_accounting
msgid "Date Range Types"
msgstr "Tipi di intervallo data"

#. module: account_fiscal_year
#: model:ir.ui.menu,name:account_fiscal_year.menu_date_range_action_accounting
msgid "Date Ranges"
msgstr "Intervalli data"

#. module: account_fiscal_year
#: model:ir.ui.menu,name:account_fiscal_year.menu_date_range_accounting
msgid "Date ranges"
msgstr "Intervalli data"

#. module: account_fiscal_year
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__display_name
#: model:ir.model.fields,field_description:account_fiscal_year.field_res_company__display_name
Expand All @@ -72,7 +57,6 @@ msgid "Ending Date, included in the fiscal year."
msgstr "Data di chiusura, inclusa nell'anno fiscale."

#. module: account_fiscal_year
#: model:date.range.type,name:account_fiscal_year.fiscalyear
#: model:ir.model,name:account_fiscal_year.model_account_fiscal_year
msgid "Fiscal Year"
msgstr "Anni fiscali"
Expand All @@ -88,11 +72,6 @@ msgstr "Anno fiscale 2020"
msgid "Fiscal Years"
msgstr "Anni fiscali"

#. module: account_fiscal_year
#: model:ir.ui.menu,name:account_fiscal_year.menu_date_range_generator_action
msgid "Generate Date Ranges"
msgstr "Generazione intervalli data"

#. module: account_fiscal_year
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__id
#: model:ir.model.fields,field_description:account_fiscal_year.field_res_company__id
Expand Down
4 changes: 1 addition & 3 deletions account_fiscal_year/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
This module allows to create and edit fiscal years from the menu:

Invoicing > Configuration > Accounting > Date ranges > Fiscal Years

A new type of date range 'Fiscal year' is also included.
Invoicing > Configuration > Accounting > Fiscal Years
6 changes: 6 additions & 0 deletions account_fiscal_year/views/account_fiscal_year_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,10 @@
</p>
</field>
</record>

<menuitem
id="menu_actions_account_fiscal_year"
parent="account.account_account_menu"
action="actions_account_fiscal_year"
/>
</odoo>
29 changes: 0 additions & 29 deletions account_fiscal_year/views/account_views.xml

This file was deleted.

0 comments on commit 6c80e69

Please sign in to comment.