From 0f700ade1d878e3b7031c8abc5f7d1bdb6ccaaf7 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 28 May 2024 10:50:29 +0700 Subject: initial commit for api --- fixco_api/__manifest__.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 fixco_api/__manifest__.py (limited to 'fixco_api/__manifest__.py') 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': '', +} -- cgit v1.2.3