mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[ADD] account_asset_management_menu: change menu for Assets
Make the menu entries accessible regardless if you use Odoo CE or EE. Adds dependency with the module account_menu for the menu entries to become accessible.
This commit is contained in:
committed by
mreficent
parent
6d1f672564
commit
6de925fe52
@@ -0,0 +1 @@
|
||||
../../../../account_asset_management_menu
|
||||
6
setup/account_asset_management_menu/setup.py
Normal file
6
setup/account_asset_management_menu/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user