diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-24 15:28:52 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-24 15:28:52 +0700 |
| commit | 099dc9e41b2f9098eebb00ea895232e4c943d83c (patch) | |
| tree | ac43474b4009b6c0d5c64523a0d8343e5492697a /fixco_custom/__manifest__.py | |
| parent | 6274e53f46c38682c29334a9101561a8dbd53aff (diff) | |
<Miqdad> lock date
Diffstat (limited to 'fixco_custom/__manifest__.py')
| -rwxr-xr-x | fixco_custom/__manifest__.py | 3 |
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': [], |
