account_greek_fiscal: fix __openerp__.py
authorP. Christeas <p_christ@hol.gr>
Thu, 28 Oct 2010 12:26:35 +0000 (15:26 +0300)
committerP. Christeas <p_christ@hol.gr>
Thu, 28 Oct 2010 12:26:35 +0000 (15:26 +0300)
bzr revid: p_christ@hol.gr-20101028122635-tmy5r83ipc1ptst7

addons/account_greek_fiscal/__openerp__.py [new file with mode: 0644]
addons/account_greek_fiscal/__terp__.py [deleted file]

diff --git a/addons/account_greek_fiscal/__openerp__.py b/addons/account_greek_fiscal/__openerp__.py
new file mode 100644 (file)
index 0000000..923aef5
--- /dev/null
@@ -0,0 +1,46 @@
+# -*- encoding: utf-8 -*-
+##############################################################################
+#
+#    OpenERP, Open Source Management Solution  
+#    Copyright (C) 2008 P. Christeas. All Rights Reserved
+#
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+##############################################################################
+{
+    "name" : "Greek Fiscal printing",
+    "version" : "0.2",
+    "depends" : ["account", ],
+    "ext_depends" : ["python-cups", ],
+    "author" : "P. Christeas",
+    "description": """This enables the greek fiscal printing of reports (invoices). 
+    When an invoice is settled, it is marked by the (legal) fiscal machine and locked
+    down. Then, it is printed according to the law.
+    """,
+    "website" : "http://www.hellug.gr",
+    "category" : "Generic Modules/Accounting",
+    "init_xml" : [ ],
+    "demo_xml" : [ ],
+    "update_xml" : [ "account_fiscalgr_vats.xml",
+        "account_fiscalgr_view.xml", 
+        "account_invoice_report.xml",
+        "security/ir.model.access.csv",
+        "doytable.xml"
+        ],
+    "active": False,
+    "installable": True
+}
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
+
diff --git a/addons/account_greek_fiscal/__terp__.py b/addons/account_greek_fiscal/__terp__.py
deleted file mode 100644 (file)
index 2d6959c..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# -*- encoding: utf-8 -*-
-##############################################################################
-#
-#    OpenERP, Open Source Management Solution  
-#    Copyright (C) 2008 P. Christeas. All Rights Reserved
-#
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation, either version 3 of the License, or
-#    (at your option) any later version.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-##############################################################################
-{
-    "name" : "Greek Fiscal printing",
-    "version" : "0.1",
-    "depends" : ["account" ],
-    "ext_depends" : ["python-cups"],
-    "author" : "P. Christeas",
-    "description": """This enables the greek fiscal printing of reports (invoices). 
-    When an invoice is settled, it is marked by the (legal) fiscal machine and locked
-    down. Then, it is printed according to the law.
-    """,
-    "website" : "http://www.hellug.gr",
-    "category" : "Generic Modules/Accounting",
-    "init_xml" : [ "account_invoice_data.xml",
-    ],
-    "demo_xml" : [
-    ],
-    "update_xml" : [ "account_fiscalgr_vats.xml",
-       "account_fiscalgr_view.xml", 
-       "account_invoice_report.xml",
-       "security/ir.model.access.csv",
-       "doytable.xml"
-       ],
-    "active": False,
-    "installable": True
-}
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-