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 IDNameModelTypeStatus
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_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
  • journal_id Many2one → account.journal
    args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (3)
  • date Date
    help='Keep empty to use the period of the validation(Payslip) date.' args: 'Date Account'
  • journal_id Many2one
    related='contract_id.journal_id' store=True
  • move_id Many2one → account.move
    copy=False readonly=True args: 'account.move', 'Accounting Entry'
Public methods (3)
  • 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_id Many2one → account.journal
    default=<expr> required=True args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (6)
  • account_credit Many2one → account.account
    company_dependent=True domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    company_dependent=True domain=[('deprecated', '=', False)] args: 'account.account', 'Debit Account'
  • account_tax_id Many2one → account.tax
    args: 'account.tax', 'Tax'
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account'
  • tax_base_id Many2one → hr.salary.rule
    args: 'hr.salary.rule', 'Base'
  • tax_line_ids One2many → hr.salary.rule
    string='Tax lines' args: 'hr.salary.rule', 'tax_base_id'
Public methods (0)

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)