[IMP] Rounding should be done on move immediately to default UoM and quants should...
[odoo/odoo.git] / addons / l10n_uy / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (c) 2011 Openerp.uy <openerp.uy@lists.launchpad.net>
6 #                  Proyecto de LocalizaciĆ³n de OperERP para Uruguay
7 #    $Id$
8 #
9 #    This program is free software: you can redistribute it and/or modify
10 #    it under the terms of the GNU Affero General Public License as
11 #    published by the Free Software Foundation, either version 3 of the
12 #    License, or (at your option) any later version.
13 #
14 #    This program is distributed in the hope that it will be useful,
15 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
16 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 #    GNU Affero General Public License for more details.
18 #
19 #    You should have received a copy of the GNU Affero General Public License
20 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
21 #
22 ##############################################################################
23
24 {
25     'name': 'Uruguay - Chart of Accounts',
26     'version': '0.1',
27     'author': 'Uruguay l10n Team & Guillem Barba',
28     'category': 'Localization/Account Charts',
29     'website': 'https://launchpad.net/openerp-uruguay',
30     'description': """
31 General Chart of Accounts.
32 ==========================
33
34 Provide Templates for Chart of Accounts, Taxes for Uruguay.
35
36 """,
37     'license': 'AGPL-3',
38     'depends': ['account'],
39     'data': [
40         'account_types.xml',
41         'taxes_code_template.xml',
42         'account_chart_template.xml',
43         'taxes_template.xml',
44         'l10n_uy_wizard.xml',
45     ],
46     'demo': [],
47     'auto_install': False,
48     'installable': True,
49     'images': ['images/config_chart_l10n_uy.jpeg','images/l10n_uy_chart.jpeg'],
50 }
51
52 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: