Improved Security
[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         "security/ir.model.access.csv"
8         "auction_view.xml", "auction_report.xml", "auction_wizard.xml"
9     ],
10     "demo_xml" : [
11         "auction_demo.xml"
12     ],
13     "init_xml" : ["auction_sequence.xml"],
14     "active": False,
15     "installable": True
16 }
17 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
18