diff options
Diffstat (limited to 'fixco_custom/__manifest__.py')
| -rwxr-xr-x | fixco_custom/__manifest__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 27e337f..7a796ad 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -8,7 +8,7 @@ 'author': 'Stephan Christianus, Azka Nathan', 'website': '', 'images': ['assets/favicon.ico'], - 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'account'], + 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management'], 'data': [ 'security/ir.model.access.csv', 'views/res_partner.xml', @@ -48,7 +48,6 @@ 'views/vit_kota.xml', 'views/token_log.xml', 'views/wizard_purchase_pricelist.xml', - 'views/accounting_dashboard.xml', ], 'demo': [], 'css': [], |
