diff --git a/bemade_sethy_configuration/__init__.py b/bemade_sethy_configuration/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/bemade_sethy_configuration/__manifest__.py b/bemade_sethy_configuration/__manifest__.py new file mode 100644 index 0000000..63bb5c6 --- /dev/null +++ b/bemade_sethy_configuration/__manifest__.py @@ -0,0 +1,40 @@ + +# -*- coding: utf-8 -*- +{ + 'name': 'Bemade Sethy', + 'version': '1.0', + 'category': 'Specific Module Category', # Specify your module's category here + 'summary': 'This module is developped by Bemade to instantiate the Sethy Odoo', # Provide a brief summary of the module + 'author': 'Bemade', + 'website': 'https://bemade.org', + 'email': 'it@bemade.org', + 'license': 'GPL-3', + 'depends': [ + # List of module dependencies + 'base', + 'contact', + 'crm', + 'membership', + 'partner_multi_relation' + 'web_responsive' + ], + 'data': [ + # Reference to XML, CSV, and other data files + 'data/company_data.xml', + ], + 'demo': [ + # Reference to demo data files + ], + 'installable': True, + 'auto_install': False, + 'application': False, # Set to True if the module is an app + 'description': """ +Main module for Fondation Séthy +================================== +This module install base componnent and will also setup default value according to the Fedation Séthy. + +This will allow to put all the customisation here and add other module from Oca or our repos if needed. + +Only code specific to Fondation Sethy reside in this module, the reusable stuff should be put in small deicatede module elsewhere +""", +} diff --git a/bemade_sethy_configuration/data/company_data.xml b/bemade_sethy_configuration/data/company_data.xml new file mode 100644 index 0000000..604d367 --- /dev/null +++ b/bemade_sethy_configuration/data/company_data.xml @@ -0,0 +1,17 @@ + + + + + + Fondation Séthy Coordonnées + info@fondationsethy.org + 164, rue Cowie + local 335 + Granby + + J2G 3V3 + + 450 994-3173 + + + diff --git a/bemade_sethy_configuration/static/icon.png b/bemade_sethy_configuration/static/icon.png new file mode 100644 index 0000000..3ee5128 Binary files /dev/null and b/bemade_sethy_configuration/static/icon.png differ