TIP: You can type at any time to perform a new search.
Switzerland - Payroll Reports
l10n_ch_hr_payroll_report · OCA/l10n-switzerland
- Repository
- OCA/l10n-switzerland · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Reports
- Folder size
- 0.43 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://odoo-community.org/
- Last tracking update
- 2026-08-07 07:17:51
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- jcoux, Weblate, OCA Transbot, oca-travis
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_salary_rule_specific_form |
hr.salary.rule.specific.form | hr.salary.rule | form | Inherits hr_payroll.hr_salary_rule_form |
report_payslip |
report_payslip | ir.ui.view | qweb | Inherits hr_payroll.report_payslip |
view_report_hr_payslip_yearly_report_filter |
hr.payslip.yearly.report.select | hr.payslip.yearly.report | search | New |
view_report_hr_payslip_yearly_report_pivot |
hr.payslip.yearly.report.pivot | hr.payslip.yearly.report | pivot | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (8)
-
codeCharstring='Code' -
code_and_nameCharstring='Code and name' -
currency_idMany2one → res.currencycomodel_name='res.currency'string='Currency' -
employee_idMany2one → hr.employeecomodel_name='hr.employee'string='Employee' -
monthSelectionselection=[('01', 'January'), ('02', 'February'), ('03', 'March'), ('04', 'April'), ('05', 'May'), ('06', 'June'), ('07', 'July'), ('08', 'August'), ('09', 'September'), ('10', 'October'), ('11', 'November'), ('12', 'December')] -
nameCharstring='Name' -
totalMonetarydigits=dp.get_precision('Payroll')string='Total' -
yearCharstring='Year'
-
init(self)
New fields (3)
-
report_display_details_columnsBooleandefault=Truestring='Display details columns' -
report_is_net_amountBooleanstring='Is net amount' -
report_is_total_ruleBooleanstring='Is total rule'
No public methods.