[ADD] account_menu cortesy @arthru

This commit is contained in:
Sylvain LE GAL
2019-07-16 12:26:06 +02:00
committed by Raf Ven
parent 577621d8f7
commit 255756cbc3
9 changed files with 61 additions and 0 deletions

4
account_menu/README.rst Normal file
View File

@@ -0,0 +1,4 @@
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

0
account_menu/__init__.py Normal file
View File

View File

@@ -0,0 +1,24 @@
# Copyright (C) 2019 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Account - Missing Menus',
'version': '12.0.1.0.0',
'category': 'Accounting',
'license': 'AGPL-3',
'summary': "Adds missing menu entries for Account module",
'author': "GRAP, Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/account-financial-tools',
'depends': [
'account',
'account_coa_menu',
'account_group_menu',
'account_tag_menu',
'account_type_menu',
],
'demo': [
'demo/res_groups.xml',
],
'installable': True,
}

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-Today GRAP (http://www.grap.coop)
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<odoo>
<record id="account.group_account_user" model="res.groups">
<field name="users" eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"/>
</record>
</odoo>

View File

@@ -0,0 +1,6 @@
To see all the menus, make sure:
* Your user is member of the group
"Technical Settings / Show Full Accounting Features"
* The page is running in debug mode

View File

@@ -0,0 +1 @@
* Sylvain LE GAL <https://twitter.com/legalsylvain>

View File

@@ -0,0 +1 @@
This module adds all missing menu entries for **Account** module.

View File

@@ -0,0 +1,11 @@
In v12, this module only installs 4 modules :
* ``account_coa_menu``
* ``account_group_menu``
* ``account_tag_menu``
* ``account_type_menu``
For V13+, we could imagine to have a single module that creates all the
missing menus (and actions).
Ref : https://github.com/OCA/account-financial-tools/issues/857

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB