ADD developer menu
This commit is contained in:
31
developer_menu/__manifest__.py
Normal file
31
developer_menu/__manifest__.py
Normal file
@@ -0,0 +1,31 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Developer Menu',
|
||||
'version': '12.0.0.0.0',
|
||||
'category': 'Tools',
|
||||
'license': 'AGPL-3',
|
||||
'summary': "Menu Shortcut for developer usage",
|
||||
'description': """
|
||||
Developer menu
|
||||
==============
|
||||
|
||||
Add a menu which gather main technical used menus
|
||||
|
||||
How to use it
|
||||
-------------
|
||||
|
||||
Ensure you're in ERP manager group and go to configuration page
|
||||
near `Technical` menu
|
||||
|
||||
This module has been written by David Béal
|
||||
from Akretion <david.beal@akretion.com>.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': ['mail'],
|
||||
'data': [
|
||||
'menu_view.xml'
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user