odoo/addons/report_account/__terp__.py

15 lines
394 B
Python

{
"name" : "Account Reporting - Reporting",
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com",
"depends" : ["account"],
"category" : "Generic Modules/Accounting",
"description": "A module that adds new reports based on the account module.",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["report_receivable_view.xml"],
"active": False,
"installable": True
}