Skip to content

Commit

Permalink
fix depends l10n_it_account on account_fiscal_year for date range menu (
Browse files Browse the repository at this point in the history
OCA#590)

* [11.0] port OCA#581

* [11.0] add depend to account-financial-tools for account_fiscal_year module
  • Loading branch information
sergiocorato authored and are-agilebg committed May 10, 2023
1 parent 870e17a commit 0872ac7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
8 changes: 4 additions & 4 deletions l10n_it_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

{
'name': 'Italian Localization - Account',
'version': '11.0.1.0.0',
'version': '11.0.1.1.0',
'category': 'Hidden',
'author': "Agile Business Group,Abstract,Odoo Community Association (OCA)",
'author': "Agile Business Group, Abstract, "
"Odoo Community Association (OCA)",
'website': 'http://www.odoo-italia.net',
'license': 'AGPL-3',
"depends": [
'account',
'date_range',
'account_fiscal_year',
'web',
],
"data": [
Expand Down
7 changes: 1 addition & 6 deletions l10n_it_account/views/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
<odoo>

<!-- date range -->
<menuitem id="menu_date_range" name="Date ranges"
parent="account.account_account_menu"/>
<menuitem action="date_range.date_range_action" id="menu_date_range_action" parent="menu_date_range"/>
<menuitem action="date_range.date_range_type_action"
id="menu_date_range_type_action" parent="menu_date_range"/>
<menuitem action="date_range.date_range_generator_action"
id="menu_date_range_generator_action" parent="menu_date_range"/>
id="menu_date_range_generator_action" parent="account_fiscal_year.menu_date_range_accounting"/>

</odoo>

0 comments on commit 0872ac7

Please sign in to comment.