TIP: You can type at any time to perform a new search.
Payroll Accounting
hr_payroll_account · odoo/odoo
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_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.'readonly=Truestates={'draft': [('readonly', False)]} args: 'Date Account' -
journal_idMany2one → account.journaldefault=<expr>readonly=Truerequired=Truestates={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal' -
move_idMany2one → account.movecopy=Falsereadonly=True args: 'account.move', 'Accounting Entry'
-
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_idMany2one → account.journaldefault=<expr>readonly=Truerequired=Truestates={'draft': [('readonly', False)]} args: 'account.journal', 'Salary Journal'
No public methods.
New fields (4)
-
account_creditMany2one → account.accountdomain=[('deprecated', '=', False)] args: 'account.account', 'Credit Account' -
account_debitMany2one → account.accountdomain=[('deprecated', '=', False)] args: 'account.account', 'Debit Account' -
account_tax_idMany2one → account.taxargs: 'account.tax', 'Tax' -
analytic_account_idMany2one → account.analytic.accountargs: 'account.analytic.account', 'Analytic Account'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…