Switzerland - Payroll Reports

l10n_ch_hr_payroll_report
REPOSITORY
REPOSITORYOCA/l10n-switzerland
GIT
GIThttps://github.com/OCA/l10n-switzerland.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-switzerland/tree/10.0/l10n_ch_hr_payroll_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYReports
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSOCA Transbot, jcoux, oca-travis, Weblate
WEBSITE
WEBSITEhttps://odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (8)
  • 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'
Public methods (1)
  • init(self)

New fields (3)
  • 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'
Public methods (0)

No public methods.