TIP: You can type at any time to perform a new search.
Payroll Accounting
payroll_account · OCA/payroll
- Repository
- OCA/payroll · module folder · Try on Runboat
- Module version
- 1.0.6
- Category
- Payroll
- Folder size
- 0.43 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/payroll
- Last tracking update
- 2026-08-07 08:43:01
- Authors
- Odoo SA, Odoo Community Association (OCA)
- Maintainers
- Odoo SA, Odoo Community Association (OCA)
- Committers
- Daniel Reis, Weblate, FernandoRomera, OCA-git-bot, oca-ci, Nimarosa, hussain
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
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.
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_contract_view_form |
hr.contract.view.form.inherit | hr.contract | form | Inherits hr_contract.hr_contract_view_form |
hr_payslip_run_view_form |
hr.payslip.run.form.inherit | hr.payslip.run | form | Inherits payroll.hr_payslip_run_view_form |
hr_payslip_run_view_search |
hr.payslip.run.search.inherit | hr.payslip.run | search | Inherits payroll.hr_payslip_run_view_search |
hr_payslip_run_view_tree |
hr.payslip.run.list.inherit | hr.payslip.run | list | Inherits payroll.hr_payslip_run_view_tree |
hr_payslip_view_form |
hr.payslip.inherit.form | hr.payslip | form | Inherits payroll.hr_payslip_view_form |
hr_salary_rule_view_form |
hr.salary.rule.form.inherit | hr.salary.rule | form | Inherits payroll.hr_salary_rule_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (2)
-
analytic_account_idMany2one → account.analytic.accountargs: 'account.analytic.account', 'Analytic Account' -
journal_idMany2one → account.journalargs: 'account.journal', 'Salary Journal'
No public methods.
New fields (3)
-
dateDatehelp='Keep empty to use the period of the validation(Payslip) date.' args: 'Date Account' -
journal_idMany2onerelated='contract_id.journal_id'store=True -
move_idMany2one → account.movecopy=Falsereadonly=True args: 'account.move', 'Accounting Entry'
-
action_payslip_cancel(self) -
action_payslip_done(self) -
onchange_contract(self)@api.onchange('contract_id')
New fields (0)
No new fields.
Public methods (1)-
compute_sheet(self)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
journal_idMany2one → account.journaldefault=<expr>required=True args: 'account.journal', 'Salary Journal'
No public methods.
New fields (6)
-
account_creditMany2one → account.accountcompany_dependent=Truedomain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account' -
account_debitMany2one → account.accountcompany_dependent=Truedomain=[('deprecated', '=', False)] args: 'account.account', 'Debit Account' -
account_tax_idMany2one → account.taxargs: 'account.tax', 'Tax' -
analytic_account_idMany2one → account.analytic.accountargs: 'account.analytic.account' -
tax_base_idMany2one → hr.salary.ruleargs: 'hr.salary.rule', 'Base' -
tax_line_idsOne2many → hr.salary.rulestring='Tax lines' args: 'hr.salary.rule', 'tax_base_id'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 12 days ago
- Last activity
- 6 days ago
- Repository
- OCA/payroll
- Pull request
- [19.0][MIG] payroll_account: Migration to 19.0 (#282)
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 93 days ago
- Last activity
- 2 days ago
- Repository
- OCA/payroll
- Pull request
- [19.0] [MIG] payroll_account: Migration to 19.0 (#269)
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 111 days ago
- Last activity
- 94 days ago
- Repository
- OCA/payroll
- Pull request
- [19.0][MIG] payroll_account: Migration to 19.0 (#260)