Repository
odoo/odoo · module folder
Module version
0.1.0
Category
Human Resources
Folder size
0.35 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 05:07:19
Authors
Maintainers
None
Committers
Christophe Simonis, Martin Trigaux, Odoo Translation Bot, Nicolas Martinelli, Yannick Tivisse, Xavier-Do, Luis Torres
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
hr_payroll_account_operating_unit, hr_payroll_cancel, l10n_be_hr_payroll_account
Description
Generic Payroll system Integrated with Accounting.
==================================================

    * Expense Encoding
    * Payment Encoding
    * Company Contribution Management
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_contract_form_inherit hr.contract.view.form.inherit hr.contract form Inherits hr_contract.hr_contract_view_form
hr_payslip_run_form_inherit hr.payslip.run.form.inherit hr.payslip.run form Inherits hr_payroll.hr_payslip_run_form
hr_payslip_run_search_inherit hr.payslip.run.search.inherit hr.payslip.run search Inherits hr_payroll.hr_payslip_run_filter
hr_payslip_run_tree_inherit hr.payslip.run.tree.inherit hr.payslip.run tree Inherits hr_payroll.hr_payslip_run_tree
hr_salary_rule_form_inherit hr.salary.rule.form.inherit hr.salary.rule form Inherits hr_payroll.hr_salary_rule_form
view_hr_payslip_inherit_form hr.payslip.inherit.form hr.payslip form Inherits hr_payroll.view_hr_payslip_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.' readonly=True states={'draft': [('readonly', False)]} args: 'Date Account'
  • journal_id Many2one → account.journal
    default=<expr> readonly=True required=True states={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal'
  • move_id Many2one → account.move
    copy=False readonly=True args: 'account.move', 'Accounting Entry'
Public methods (4)
  • action_payslip_cancel(self)
    @api.multi
  • action_payslip_done(self)
    @api.multi
  • create(self, vals)
    @api.model
  • onchange_contract(self)
    @api.onchange('contract_id')

New fields (0)

No new fields.

Public methods (1)
  • compute_sheet(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • journal_id Many2one → account.journal
    default=<expr> readonly=True required=True states={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal'
Public methods (0)

No public methods.

New fields (4)
  • account_credit Many2one → account.account
    domain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account'
  • account_debit Many2one → account.account
    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', 'Analytic Account'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…