Big MESS (UNCOMMIT PLEASE)
[odoo/odoo.git] / addons / auction / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Auction module",
4     "version" : "1.0",
5     "depends" : ["base","account","l10n_be","hr"],
6     "update_xml" : [
7         "ir.model.access.csv",
8 "auction_view.xml", "auction_report.xml", "auction_wizard.xml"],
9     "demo_xml" : [
10         "auction_demo.xml"
11     ],
12     "init_xml" : ["auction_sequence.xml"],
13     "active": False,
14     "installable": True
15 }
16 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
17