added from extra-addons
[odoo/odoo.git] / addons / account_date_check / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Account Date check",
4     "version" : "1.0",
5     "author" : "Tiny",
6     "website" : "http://tinyerp.com/module_sale.html",
7     "depends" : ["account"],
8     "category" : "Generic Modules/Accounting",
9     "init_xml" : [],
10     "demo_xml" : [],
11     "description": """
12     * Adds a field on journals: "Allows date not in the period"
13     * By default, this field is checked.
14
15 If this field is not checked, the system control that the date is in the
16 period when you create an account entry. Otherwise, it generates an
17 error message: "The date of your account move is not in the defined
18 period !"
19     """,
20     "update_xml" : [
21         "account_date_check_view.xml",
22     ],
23     "active": False,
24     "installable": True
25 }
26 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
27