summaryrefslogtreecommitdiff
path: root/indoteknik_custom/__manifest__.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 17:21:18 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 17:21:18 +0700
commit803e4f8b3cf9c1d6a43a354023edc1e065f4121e (patch)
treeb462ac26fd679c449f848dc8a2de7fc1b8fe3c5c /indoteknik_custom/__manifest__.py
parent37c91dd605b4ff1acc9941eed549164eb7de2089 (diff)
initial commit 2
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
-rw-r--r--indoteknik_custom/__manifest__.py33
1 files changed, 33 insertions, 0 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py
new file mode 100644
index 00000000..fb309c56
--- /dev/null
+++ b/indoteknik_custom/__manifest__.py
@@ -0,0 +1,33 @@
+{
+ 'name': 'Custom Indoteknik',
+ 'version': '1.0',
+ 'category': '',
+ 'sequence': 1,
+ 'summary': 'Custom Indoteknik',
+ 'description': '',
+ 'author': 'Rafi Zadanly',
+ 'website': '',
+ 'images': ['assets/favicon.ico'],
+ 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'vit_kelurahan'],
+ 'data': [
+ 'security/ir.model.access.csv',
+ 'views/coupon_program.xml',
+ 'views/product_public_category.xml',
+ 'views/product_template.xml',
+ 'views/vit_kelurahan.xml',
+ 'views/vit_kecamatan.xml',
+ 'views/vit_kota.xml',
+ 'views/x_banner_banner.xml',
+ 'views/x_banner_category.xml',
+ 'views/x_biaya_kirim.xml',
+ 'views/x_manufactures.xml',
+ 'views/x_partner_purchase_order.xml',
+ 'views/x_product_tags.xml',
+ ],
+ 'demo': [],
+ 'css': [],
+ 'installable': True,
+ 'application': True,
+ 'auto_install': False,
+ 'license': '',
+}