[RENAME] python file
authorMustufa Rangwala (OpenERP) <mra@tinyerp.com>
Mon, 19 Sep 2011 07:22:12 +0000 (12:52 +0530)
committerMustufa Rangwala (OpenERP) <mra@tinyerp.com>
Mon, 19 Sep 2011 07:22:12 +0000 (12:52 +0530)
bzr revid: mra@tinyerp.com-20110919072212-j3ymp5lh3gtiw7i8

addons/l10n_be_hr_payroll/hr_payroll_l10n_be.py [deleted file]
addons/l10n_be_hr_payroll/l10n_be_hr_payroll.py [new file with mode: 0644]

diff --git a/addons/l10n_be_hr_payroll/hr_payroll_l10n_be.py b/addons/l10n_be_hr_payroll/hr_payroll_l10n_be.py
deleted file mode 100644 (file)
index 3c98e99..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-#-*- coding:utf-8 -*-
-##############################################################################
-#
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
-#    d$
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as published by
-#    the Free Software Foundation, either version 3 of the License, or
-#    (at your option) any later version.
-#
-#    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 Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-##############################################################################
-
-import time
-from datetime import date
-from datetime import datetime
-from datetime import timedelta
-
-import netsvc
-from osv import fields, osv
-import tools
-from tools.translate import _
-import decimal_precision as dp
-
-
-
-class hr_contract_be(osv.osv):
-    _inherit = 'hr.contract'
-
-    _columns = {
-        'reim_travel':fields.float('Reimbursement of travel expenses', digits=(16,2)),
-        'company_car_emp':fields.float('Company car employer', digits=(16,2)),
-        'company_car_wkr':fields.float('Company Car Deduction for Worker', digits=(16,2)),
-        'mis_ex_onss':fields.float('Miscellaneous exempt ONSS ', digits=(16,2)),
-        'ch_value':fields.float('Check Value Meal ', digits=(16,2)),
-        'ch_worker':fields.float('Check Value Meal - by worker ', digits=(16,2)),
-        'insurance':fields.float('Insurance Group - by worker ', digits=(16,2)),
-        'advantage':fields.float('Benefits of various nature ', digits=(16,2)),
-        'suppl_net':fields.float('Net supplements', digits=(16,2)),
-        'retained_net':fields.float('Net retained ', digits=(16,2)),
-    }
-hr_contract_be()
-
-class hr_employee_be(osv.osv):
-    _inherit = 'hr.employee'
-
-    _columns = {
-        'statut_fiscal':fields.selection([('without income','Without Income'),('with income','With Income')], 'Tax status for spouse'),
-        'handicap':fields.boolean('Disabled Spouse', help="if recipient spouse is declared disabled by law"),
-        'handicap_child':fields.boolean('Disabled Children', help="if recipient children is/are declared disabled by law"),
-        'resident':fields.boolean('Nonresident', help="if recipient lives in a foreign country"),
-        'number_handicap':fields.integer('Number of disabled children'),
-    }
-hr_employee_be()
diff --git a/addons/l10n_be_hr_payroll/l10n_be_hr_payroll.py b/addons/l10n_be_hr_payroll/l10n_be_hr_payroll.py
new file mode 100644 (file)
index 0000000..3c98e99
--- /dev/null
@@ -0,0 +1,63 @@
+#-*- coding:utf-8 -*-
+##############################################################################
+#
+#    OpenERP, Open Source Management Solution
+#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
+#    d$
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU Affero General Public License as published by
+#    the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    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 Affero General Public License for more details.
+#
+#    You should have received a copy of the GNU Affero General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+##############################################################################
+
+import time
+from datetime import date
+from datetime import datetime
+from datetime import timedelta
+
+import netsvc
+from osv import fields, osv
+import tools
+from tools.translate import _
+import decimal_precision as dp
+
+
+
+class hr_contract_be(osv.osv):
+    _inherit = 'hr.contract'
+
+    _columns = {
+        'reim_travel':fields.float('Reimbursement of travel expenses', digits=(16,2)),
+        'company_car_emp':fields.float('Company car employer', digits=(16,2)),
+        'company_car_wkr':fields.float('Company Car Deduction for Worker', digits=(16,2)),
+        'mis_ex_onss':fields.float('Miscellaneous exempt ONSS ', digits=(16,2)),
+        'ch_value':fields.float('Check Value Meal ', digits=(16,2)),
+        'ch_worker':fields.float('Check Value Meal - by worker ', digits=(16,2)),
+        'insurance':fields.float('Insurance Group - by worker ', digits=(16,2)),
+        'advantage':fields.float('Benefits of various nature ', digits=(16,2)),
+        'suppl_net':fields.float('Net supplements', digits=(16,2)),
+        'retained_net':fields.float('Net retained ', digits=(16,2)),
+    }
+hr_contract_be()
+
+class hr_employee_be(osv.osv):
+    _inherit = 'hr.employee'
+
+    _columns = {
+        'statut_fiscal':fields.selection([('without income','Without Income'),('with income','With Income')], 'Tax status for spouse'),
+        'handicap':fields.boolean('Disabled Spouse', help="if recipient spouse is declared disabled by law"),
+        'handicap_child':fields.boolean('Disabled Children', help="if recipient children is/are declared disabled by law"),
+        'resident':fields.boolean('Nonresident', help="if recipient lives in a foreign country"),
+        'number_handicap':fields.integer('Number of disabled children'),
+    }
+hr_employee_be()