From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- custom_indoteknik/__manifest__.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 custom_indoteknik/__manifest__.py (limited to 'custom_indoteknik/__manifest__.py') diff --git a/custom_indoteknik/__manifest__.py b/custom_indoteknik/__manifest__.py new file mode 100644 index 0000000..53ec7c7 --- /dev/null +++ b/custom_indoteknik/__manifest__.py @@ -0,0 +1,18 @@ +{ + 'name': 'Customization for Indoteknik', + 'description': 'Feature for Monthlyu Periods in Accounting', + "category": 'Accounting', + 'author': 'Alfius Samuel', + 'version': '1.0', + 'depends': ['base','purchase','base_accounting_kit','account'], + 'data': [ + 'views/account_period_view.xml', + 'views/account_move_view.xml', + 'views/menu_items.xml', + 'views/purchase_view.xml', + 'security/ir.model.access.csv' + ], + 'qweb': [], + 'installable': True, + 'application': True, +} -- cgit v1.2.3