REPORT_INTRASTAT: new module
[odoo/odoo.git] / addons / report_intrastat / __terp__.py
1 {
2         "name" : "Intrastat Reporting - Reporting",
3         "version" : "1.0",
4         "author" : "Tiny",
5         "website" : "http://tinyerp.com",
6         "depends" : ["base", "product", "stock", "sale", "purchase"],
7         "category" : "Generic Modules/Inventory Control",
8         "description": "A module that adds intrastat reports.",
9         "init_xml" : ["report_intrastat_data.xml",],
10         "demo_xml" : [],
11         "update_xml" : ["report_intrastat_view.xml",],
12         "active": False,
13         "installable": True
14 }