diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-30 08:29:23 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-30 08:29:23 +0700 |
| commit | 011abd38d72b32347ed83713cf0397877f622d76 (patch) | |
| tree | 66018f0a196315f3e4c116064d1f331c092662d5 /fixco_custom/__manifest__.py | |
| parent | ece47851047dfe83de3a32ae30edc0e1c00d6378 (diff) | |
<Miqdad> fixed redirect accounting
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': [], |
