[IMP] sale_stock: better inherit
[odoo/odoo.git] / addons / l10n_hr / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Module: l10n_hr
6 #    Author: Goran Kliska
7 #    mail:   goran.kliska(AT)slobodni-programi.hr
8 #    Copyright: Slobodni programi d.o.o., Zagreb
9 #    Contributions:
10 #              Tomislav Bošnjaković, Storm Computers d.o.o. :
11 #                 - account types
12 #    This program is free software: you can redistribute it and/or modify
13 #    it under the terms of the GNU Affero General Public License as
14 #    published by the Free Software Foundation, either version 3 of the
15 #    License, or (at your option) any later version.
16 #
17 #    This program is distributed in the hope that it will be useful,
18 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
19 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 #    GNU Affero General Public License for more details.
21 #
22 #    You should have received a copy of the GNU Affero General Public License
23 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24 #
25 ##############################################################################
26
27 {
28     "name": "Croatia - RRIF 2012 COA",
29     "description": """
30 Croatian localisation.
31 ======================
32
33 Author: Goran Kliska, Slobodni programi d.o.o., Zagreb
34         http://www.slobodni-programi.hr
35
36 Contributions:
37   Tomislav Bošnjaković, Storm Computers: tipovi konta
38   Ivan Vađić, Slobodni programi: tipovi konta
39
40 Description:
41
42 Croatian Chart of Accounts (RRIF ver.2012)
43
44 RRIF-ov računski plan za poduzetnike za 2012.
45 Vrste konta
46 Kontni plan prema RRIF-u, dorađen u smislu kraćenja naziva i dodavanja analitika
47 Porezne grupe prema poreznoj prijavi
48 Porezi PDV obrasca
49 Ostali porezi 
50 Osnovne fiskalne pozicije
51
52 Izvori podataka:
53  http://www.rrif.hr/dok/preuzimanje/rrif-rp2011.rar
54  http://www.rrif.hr/dok/preuzimanje/rrif-rp2012.rar
55
56 """,
57     "version": "12.2",
58     "author": "OpenERP Croatian Community",
59     "category": 'Localization/Account Charts',
60     "website": "https://code.launchpad.net/openobject-croatia",
61
62     'depends': [
63                 'account',
64                 'account_chart',
65                 ],
66     'data': [
67                 'data/account.account.type.csv',
68                 'data/account.tax.code.template.csv',
69                 'data/account.account.template.csv',
70                 'l10n_hr_chart_template.xml',
71                 'l10n_hr_wizard.xml',
72                 'data/account.tax.template.csv',
73                 'data/fiscal_position_template.xml',
74             ],
75     "demo": [],
76     'test': [],
77     "active": False,
78     "installable": True,
79 }
80 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: