summaryrefslogtreecommitdiff
path: root/custom_indoteknik/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'custom_indoteknik/__manifest__.py')
-rw-r--r--custom_indoteknik/__manifest__.py18
1 files changed, 18 insertions, 0 deletions
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,
+}