forked from OCA/payroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
90 changed files
with
10,535 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
================== | ||
Payroll Accounting | ||
================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html | ||
:alt: License: LGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpayroll-lightgray.png?logo=github | ||
:target: https://github.com/OCA/payroll/tree/13.0/hr_payroll_account | ||
:alt: OCA/payroll | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/payroll-13-0/payroll-13-0-hr_payroll_account | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/281/13.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Generic Payroll system Integrated with Accounting. | ||
|
||
This module is a backport from Odoo SA and as such, it is not included in the OCA CLA. | ||
That means we do not have a copy of the copyright on it like all other OCA modules. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Configuration | ||
============= | ||
|
||
# Go to *Payroll > Configuration > Salary Rules* | ||
# Select rule that you want in accounting | ||
# Go to *Accounting Tab* and select Debit, Credit Account | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/payroll/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/payroll/issues/new?body=module:%20hr_payroll_account%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* Odoo SA | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Odoo SA <[email protected]> | ||
* Saran Lim. <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/payroll <https://github.com/OCA/payroll/tree/13.0/hr_payroll_account>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Part of Odoo. See LICENSE file for full copyright and licensing details. | ||
|
||
from . import models | ||
from . import wizard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Part of Odoo. See LICENSE file for full copyright and licensing details. | ||
{ | ||
"name": "Payroll Accounting", | ||
"version": "13.0.1.0.0", | ||
"category": "Human Resources", | ||
"website": "https://github.com/OCA/payroll", | ||
"license": "LGPL-3", | ||
"summary": "Manage your payroll to accounting", | ||
"author": "Odoo SA, Odoo Community Association (OCA)", | ||
"depends": ["payroll", "account"], | ||
"data": ["views/hr_payroll_account_views.xml"], | ||
"demo": ["demo/hr_payroll_account_demo.xml"], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<record id="payroll.hr_employee_payroll" model="hr.employee"> | ||
<field name="address_home_id" ref="base.res_partner_main2" /> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_payroll_account | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.saas~18\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-09-20 09:53+0000\n" | ||
"PO-Revision-Date: 2017-09-20 09:53+0000\n" | ||
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: af\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: hr_payroll_account | ||
#: model_terms:ir.ui.view,arch_db:hr_payroll_account.hr_contract_form_inherit | ||
#: model_terms:ir.ui.view,arch_db:hr_payroll_account.hr_salary_rule_form_inherit | ||
msgid "Accounting" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_move_id | ||
msgid "Accounting Entry" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:113 | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:128 | ||
#, python-format | ||
msgid "Adjustment Entry" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_contract_analytic_account_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_line_analytic_account_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_salary_rule_analytic_account_id | ||
msgid "Analytic Account" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_line_account_credit | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_salary_rule_account_credit | ||
msgid "Credit Account" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_date | ||
msgid "Date Account" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_line_account_debit | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_salary_rule_account_debit | ||
msgid "Debit Account" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_payslip_employees | ||
msgid "Generate payslips for all selected employees" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,help:hr_payroll_account.field_hr_payslip_date | ||
msgid "Keep empty to use the period of the validation(Payslip) date." | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_payslip | ||
msgid "Pay Slip" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_payslip_line | ||
msgid "Payslip Line" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_payslip_run | ||
msgid "Payslip Run" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:64 | ||
#, python-format | ||
msgid "Payslip of %s" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_contract_journal_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_journal_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_run_journal_id | ||
msgid "Salary Journal" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_line_account_tax_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_salary_rule_account_tax_id | ||
msgid "Tax" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:111 | ||
#, python-format | ||
msgid "The Expense Journal \"%s\" has not properly configured the Credit Account!" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:126 | ||
#, python-format | ||
msgid "The Expense Journal \"%s\" has not properly configured the Debit Account!" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_salary_rule | ||
msgid "hr.salary.rule" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_payroll_account | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.saas~18\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-09-20 09:53+0000\n" | ||
"PO-Revision-Date: 2017-09-20 09:53+0000\n" | ||
"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: am\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#. module: hr_payroll_account | ||
#: model_terms:ir.ui.view,arch_db:hr_payroll_account.hr_contract_form_inherit | ||
#: model_terms:ir.ui.view,arch_db:hr_payroll_account.hr_salary_rule_form_inherit | ||
msgid "Accounting" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_move_id | ||
msgid "Accounting Entry" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:113 | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:128 | ||
#, python-format | ||
msgid "Adjustment Entry" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_contract_analytic_account_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_line_analytic_account_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_salary_rule_analytic_account_id | ||
msgid "Analytic Account" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_line_account_credit | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_salary_rule_account_credit | ||
msgid "Credit Account" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_date | ||
msgid "Date Account" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_line_account_debit | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_salary_rule_account_debit | ||
msgid "Debit Account" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_payslip_employees | ||
msgid "Generate payslips for all selected employees" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,help:hr_payroll_account.field_hr_payslip_date | ||
msgid "Keep empty to use the period of the validation(Payslip) date." | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_payslip | ||
msgid "Pay Slip" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_payslip_line | ||
msgid "Payslip Line" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_payslip_run | ||
msgid "Payslip Run" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:64 | ||
#, python-format | ||
msgid "Payslip of %s" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_contract_journal_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_journal_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_run_journal_id | ||
msgid "Salary Journal" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_payslip_line_account_tax_id | ||
#: model:ir.model.fields,field_description:hr_payroll_account.field_hr_salary_rule_account_tax_id | ||
msgid "Tax" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:111 | ||
#, python-format | ||
msgid "The Expense Journal \"%s\" has not properly configured the Credit Account!" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: code:addons/hr_payroll_account/models/hr_payroll_account.py:126 | ||
#, python-format | ||
msgid "The Expense Journal \"%s\" has not properly configured the Debit Account!" | ||
msgstr "" | ||
|
||
#. module: hr_payroll_account | ||
#: model:ir.model,name:hr_payroll_account.model_hr_salary_rule | ||
msgid "hr.salary.rule" | ||
msgstr "" |
Oops, something went wrong.