diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-30 08:17:05 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-30 08:17:05 +0700 |
| commit | ece47851047dfe83de3a32ae30edc0e1c00d6378 (patch) | |
| tree | 32f31fe2c080290af326efa208f31330e8e157b2 /fixco_custom | |
| parent | 35f6888e67e9303bf6eb1e2e3c5f77f24301f02d (diff) | |
<Miqdad> try fix accounting redirect
Diffstat (limited to 'fixco_custom')
| -rwxr-xr-x | fixco_custom/__manifest__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 2ba6f87..27e337f 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'], + 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'account'], 'data': [ 'security/ir.model.access.csv', 'views/res_partner.xml', |
