Skip to content

Commit

Permalink
[16.0][MIG] account_group_menu: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-atornero committed Jan 23, 2023
1 parent 9126a21 commit 8d8e130
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion account_group_menu/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Account Group Menu",
"version": "12.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Accounting",
"license": "AGPL-3",
"summary": "Adds menu entries for Account Group and Tax Group",
Expand Down
1 change: 1 addition & 0 deletions account_group_menu/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* Fekete Mihai <feketemihai@gmail.com>
* Raf Ven <raf.ven@dynapps.be>
* Ángel Tornero Hernández <angel.tornero@braintec.com>
17 changes: 13 additions & 4 deletions account_group_menu/views/account_group.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,19 @@
</xpath>
</field>
</record>

<menuitem id="account_group_menu"
action="account.action_account_group_tree"

<record id="action_account_group_tree" model="ir.actions.act_window">
<field name="name">Account Groups</field>
<field name="res_model">account.group</field>
<field name="view_mode">tree,form</field>
<field name="search_view_id" ref="account.view_account_group_search" />
</record>

<menuitem
id="account_group_menu"
action="action_account_group_tree"
sequence="50"
parent="account.account_account_menu"/>
parent="account.account_account_menu"
/>

</odoo>

0 comments on commit 8d8e130

Please sign in to comment.