odoo/addons/multi_company/__terp__.py

13 lines
321 B
Python

{
"name" : "Multi company module",
"version" : "1.0",
"author" : "Tiny",
"depends" : ["project", "account", "hr_timesheet_sheet"],
"category" : "Generic Modules/Base",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["project_view.xml","account_view.xml","hr_view.xml"],
"active": False,
"installable": True
}