Update __manifest__.py
This commit is contained in:
parent
85eac77149
commit
68cf591e9c
1 changed files with 5 additions and 5 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
'name': 'Bemade Sethy',
|
'name': 'Bemade Sethy',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Specific Module Category', # Specify your module's category here
|
'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
|
'summary': 'This module is developed by Bemade to instantiate the Sethy Odoo', # Provide a brief summary of the module
|
||||||
'author': 'Bemade',
|
'author': 'Bemade',
|
||||||
'website': 'https://bemade.org',
|
'website': 'https://bemade.org',
|
||||||
'email': 'it@bemade.org',
|
'email': 'it@bemade.org',
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
'contact',
|
'contact',
|
||||||
'crm',
|
'crm',
|
||||||
'membership',
|
'membership',
|
||||||
'partner_multi_relation'
|
'partner_multi_relation',
|
||||||
'web_responsive'
|
'web_responsive'
|
||||||
],
|
],
|
||||||
'data': [
|
'data': [
|
||||||
|
|
@ -31,10 +31,10 @@
|
||||||
'description': """
|
'description': """
|
||||||
Main module for Fondation Séthy
|
Main module for Fondation Séthy
|
||||||
==================================
|
==================================
|
||||||
This module install base componnent and will also setup default value according to the Fedation Séthy.
|
This module installs base components and will also set up default values according to the Fondation Séthy.
|
||||||
|
|
||||||
This will allow to put all the customisation here and add other module from Oca or our repos if needed.
|
This will allow us to put all the customization here and add other modules 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
|
Only code specific to Fondation Sethy resides in this module, the reusable stuff should be put in other small dedicated modules elsewhere
|
||||||
""",
|
""",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue