Initial files for Greek fiscal printing.
[odoo/odoo.git] / addons / account_greek_fiscal / __terp__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution   
5 #    Copyright (C) 2008 P. Christeas. All Rights Reserved
6 #
7 #
8 #    This program is distributed in the hope that it will be useful,
9 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 #    GNU General Public License for more details.
12 #
13 #    This program is free software: you can redistribute it and/or modify
14 #    it under the terms of the GNU General Public License as published by
15 #    the Free Software Foundation, either version 3 of the License, or
16 #    (at your option) any later version.
17 #
18 #    You should have received a copy of the GNU General Public License
19 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 #
21 ##############################################################################
22 {
23     "name" : "account_greek_fiscal",
24     "version" : "0.1",
25     "depends" : ["account" ],
26     "author" : "P. Christeas",
27     "description": """This enables the greek fiscal printing of reports (invoices). 
28     When an invoice is settled, it is marked by the (legal) fiscal machine and locked
29     down. Then, it is printed according to the law.
30     """,
31     "website" : "http://www.hellug.gr",
32     "category" : "Generic Modules/Accounting",
33     "init_xml" : [
34     ],
35     "demo_xml" : [
36     ],
37     "update_xml" : [
38     ],
39     "active": False,
40     "installable": True
41 }
42 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
43