| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-switzerland |
| GIT | |
| GIT | https://github.com/OCA/l10n-switzerland.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-switzerland/tree/10.0/l10n_ch_hr_payroll_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Reports |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, jcoux, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://odoo-community.org/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-switzerland: - l10n_ch_hr_payroll odoo/odoo: - hr_payroll - hr_contract - base_action_rule - base - resource - base_setup - web_kanban - web - bus - web_tour - hr - hr_holidays - calendar - web_calendar - product - decimal_precision - report - hr_payroll_account - account - analytic - web_planner - hr_expense - account_accountant - hr_attendance - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_salary_rule_specific_form |
hr.salary.rule.specific.form | hr.salary.rule | notebook | 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 |
code
Char
string='Code'
code_and_name
Char
string='Code and name'
currency_id
Many2one → res.currency
comodel_name='res.currency'
string='Currency'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
string='Employee'
month
Selection
selection=[('01', 'January'), ('02', 'February'), ('03', 'March'), ('04', 'April'), ('05', 'May'), ('06', 'June'), ('07', 'July'), ('08', 'August'), ('09', 'September'), ('10', 'October'), ('11', 'November'), ('12', 'December')]
name
Char
string='Name'
total
Monetary
digits=dp.get_precision('Payroll')
string='Total'
year
Char
string='Year'
init(self)
report_display_details_columns
Boolean
default=True
string='Display details columns'
report_is_net_amount
Boolean
string='Is net amount'
report_is_total_rule
Boolean
string='Is total rule'
No public methods.