Module Naming and Structure's
Module Naming Conventions
- If the module is custom for a customer:
- [CUSTOMER_NAME]_module_name
- If the module is for DMS and/or to be used by multiple customers
- dms_module_name
Module __manifest__ .py Info:
- Use the following details for all modules that we create:
'version': '14.0.1.0.0',
'license': 'OPL-1',
'author': "Dream Mountain Services",
'website': "https://DreamMtn.Services",
'support': 'support@DreamMtn.Services',
- Please do not add your name or any company names to the above fields.
- On the version, please include the Odoo version it was meant for. Technically this is not required by Odoo, however, it helps prevent modules from being mixed up if the module exists for several versions of Odoo.