Bugfixed Analytic Defaults
[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" : ["account_analytic_default_view.xml"],
20     "active": False,
21     "installable": True
22 }
23 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
24