From 803e4f8b3cf9c1d6a43a354023edc1e065f4121e Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:21:18 +0700 Subject: initial commit 2 --- indoteknik_custom/__manifest__.py | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 indoteknik_custom/__manifest__.py (limited to 'indoteknik_custom/__manifest__.py') 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': '', +} -- cgit v1.2.3