summaryrefslogtreecommitdiff
path: root/fixco_api/__manifest__.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-05-28 10:50:29 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-05-28 10:50:29 +0700
commit0f700ade1d878e3b7031c8abc5f7d1bdb6ccaaf7 (patch)
treec1f26871ca3855f9c3fedbde3568f5f96627cc61 /fixco_api/__manifest__.py
parent3df675a6ec324cce7a0235ccfa265e4f11cf2387 (diff)
initial commit for api
Diffstat (limited to 'fixco_api/__manifest__.py')
-rw-r--r--fixco_api/__manifest__.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/fixco_api/__manifest__.py b/fixco_api/__manifest__.py
new file mode 100644
index 0000000..590b505
--- /dev/null
+++ b/fixco_api/__manifest__.py
@@ -0,0 +1,19 @@
+{
+ 'name': 'API Fixco',
+ 'version': '1.0',
+ 'category': '',
+ 'sequence': 1,
+ 'summary': 'API Fixco',
+ 'description': '',
+ 'author': 'Stephan Christianus',
+ 'website': '',
+ 'images': ['assets/favicon.ico'],
+ 'depends': ['base', 'sale', 'fixco_custom'],
+ 'data': [],
+ 'demo': [],
+ 'css': [],
+ 'installable': True,
+ 'application': False,
+ 'auto_install': False,
+ 'license': '',
+}