odoo/addons/hr_timesheet_invoice/__terp__.py

24 lines
636 B
Python

{
"name" : "Invoice on analytic lines",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Accounting",
"website" : "http://tinyerp.com/",
"depends" : ["account",'hr_timesheet'],
"description": """
Module to generate invoices based on costs (human ressources, expenses, ...).
You can define pricelists in analytic account, make some theorical revenue
reports, eso.""",
"init_xml" : [],
"demo_xml" : [
'hr_timesheet_invoice_demo.xml'
],
"update_xml" : [
'hr_timesheet_invoice_view.xml',
'hr_timesheet_invoice_wizard.xml',
'hr_timesheet_invoice_report.xml'
],
"active": False,
"installable": True
}