summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2025-12-30 08:17:05 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2025-12-30 08:17:05 +0700
commitece47851047dfe83de3a32ae30edc0e1c00d6378 (patch)
tree32f31fe2c080290af326efa208f31330e8e157b2
parent35f6888e67e9303bf6eb1e2e3c5f77f24301f02d (diff)
<Miqdad> try fix accounting redirect
-rwxr-xr-xfixco_custom/__manifest__.py2
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',