diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
| commit | 1ca3b3df3421961caec3b747a364071c80f5c7da (patch) | |
| tree | 6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /custom_indoteknik/__manifest__.py | |
| parent | b57188be371d36d96caac4b8d65a40745c0e972c (diff) | |
initial commit
Diffstat (limited to 'custom_indoteknik/__manifest__.py')
| -rw-r--r-- | custom_indoteknik/__manifest__.py | 18 |
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, +} |
