Improved Security
[odoo/odoo.git] / addons / account_analytic_default / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Account Analytic Default",
4     "version" : "1.0",
5     "author" : "Tiny",
6     "website" : "http://tinyerp.com",
7     "category" : "Generic Modules/product_analytic_default",
8     "description": """
9 Allows to automatically select analytic accounts based on criterions:
10 * Product
11 * Partner
12 * User
13 * Company
14 * Date
15     """,
16     "depends" : ['account'],
17     "init_xml" : [],
18     "demo_xml" : [],
19     "update_xml" : [
20         "security/ir.model.access.csv",
21         "account_analytic_default_view.xml"],
22     "active": False,
23     "installable": True
24 }
25 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
26