summaryrefslogtreecommitdiff
path: root/fixco_custom/__manifest__.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-05-28 09:34:20 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-05-28 09:34:20 +0700
commit3df675a6ec324cce7a0235ccfa265e4f11cf2387 (patch)
tree3bac23048167c166c91a4b0aa1e3c522ee60c062 /fixco_custom/__manifest__.py
parent1a27786cac100e8e99839b0a308fc107783ab507 (diff)
initial commit
Diffstat (limited to 'fixco_custom/__manifest__.py')
-rw-r--r--fixco_custom/__manifest__.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py
new file mode 100644
index 0000000..b775bb1
--- /dev/null
+++ b/fixco_custom/__manifest__.py
@@ -0,0 +1,21 @@
+{
+ 'name': 'Custom Fixco',
+ 'version': '1.0',
+ 'category': '',
+ 'sequence': 1,
+ 'summary': 'Custom Fixco',
+ 'description': '',
+ 'author': 'Stephan Christianus',
+ 'website': '',
+ 'images': ['assets/favicon.ico'],
+ 'data': [
+ 'security/ir.model.access.csv',
+ 'views/res_partner.xml'
+ ],
+ 'demo': [],
+ 'css': [],
+ 'installable': True,
+ 'application': True,
+ 'auto_install': False,
+ 'license': '',
+}