__manifest__.py (__openerp__.py)¶
name¶
It must be non-technical name of the module
summary¶
Short description of the module. E.g. you can describe here which problem is solved by the module. It could sound as a slogan.
category¶
Categories from the list below are preferred.
AccountingDiscussDocument ManagementeCommerceHuman ResourcesIndustriesLocalizationManufacturingMarketingPoint of SaleProductivityProjectPurchasesSalesWarehouseWebsiteExtra Tools
version¶
version in IT-Projects¶
https://gitlab.com/itpp/handbook/blob/master/technical-docs/__manifest__.md#version
author¶
Use company first and then developer(s):
"author": "IT-Projects LLC, Developer Name",
In the main, if module already exists and you make small updatesfixes, you should not add your name to authors.
website¶
Url to personal page at company’s website (e.g. "https://it-projects.info/team/yelizariev")
license¶
IT-Projects LLC uses following licences:
"GPL-3"for odoo 8.0 and below"LGPL-3"for odoo 9.0 and above
For OCA’s repositories use "AGPL-3".
external_dependencies¶
Check if some python library exists:
"external_dependencies": {"python" : ["openid"]}
Check if some sytem application exists:
"external_dependencies": {"bin" : ["libreoffice"]}
See also: External dependencies in odoo