diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-04-10 15:17:38 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-04-10 15:17:38 +0700 |
| commit | 6fc4731e24f1e6f105676273695262f5da059faf (patch) | |
| tree | 9c5db7a71da18f0f059d58ccbda3cd790b598993 /indoteknik_custom/__manifest__.py | |
| parent | 539a2bc4e311ebf5ec3ed8b43d4b0fd433ccecbd (diff) | |
add group partner and fix automatic purchase
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 5873d73a..6e67afe1 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -11,6 +11,7 @@ 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'vit_kelurahan'], 'data': [ 'security/ir.model.access.csv', + 'views/group_partner.xml', 'views/blog_post.xml', 'views/coupon_program.xml', 'views/delivery_order.xml', |
