summaryrefslogtreecommitdiff
path: root/fixco_custom/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/__manifest__.py')
-rwxr-xr-xfixco_custom/__manifest__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py
index ad6d178..b72622a 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', 'proweb_kartu_stok'],
+ 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'proweb_kartu_stok', 'base_accounting_kit'],
'data': [
'security/ir.model.access.csv',
'views/res_partner.xml',
@@ -57,6 +57,7 @@
'views/account_move_line.xml',
'views/stock_inventory.xml',
'views/kartu_stock.xml',
+ 'views/account_lock_date.xml',
],
'demo': [],
'css': [],