From 3df675a6ec324cce7a0235ccfa265e4f11cf2387 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 28 May 2024 09:34:20 +0700 Subject: initial commit --- fixco_custom/__manifest__.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 fixco_custom/__manifest__.py (limited to 'fixco_custom/__manifest__.py') 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': '', +} -- cgit v1.2.3