mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[ADD] account_menu cortesy @arthru
This commit is contained in:
4
account_menu/README.rst
Normal file
4
account_menu/README.rst
Normal 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
0
account_menu/__init__.py
Normal file
24
account_menu/__manifest__.py
Normal file
24
account_menu/__manifest__.py
Normal 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,
|
||||
}
|
||||
14
account_menu/demo/res_groups.xml
Normal file
14
account_menu/demo/res_groups.xml
Normal 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>
|
||||
|
||||
6
account_menu/readme/CONFIGURE.rst
Normal file
6
account_menu/readme/CONFIGURE.rst
Normal 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
|
||||
1
account_menu/readme/CONTRIBUTORS.rst
Normal file
1
account_menu/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Sylvain LE GAL <https://twitter.com/legalsylvain>
|
||||
1
account_menu/readme/DESCRIPTION.rst
Normal file
1
account_menu/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1 @@
|
||||
This module adds all missing menu entries for **Account** module.
|
||||
11
account_menu/readme/ROADMAP.rst
Normal file
11
account_menu/readme/ROADMAP.rst
Normal 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
|
||||
BIN
account_menu/static/description/icon.png
Normal file
BIN
account_menu/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
Reference in New Issue
Block a user