l10n-switzerland-flectra/l10n_ch_hr_payroll_report/__manifest__.py
2021-12-24 10:56:31 +01:00

30 lines
886 B
Python

# Copyright 2017 Julien Coux (Camptocamp)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Switzerland - Payroll Reports Flectra",
"summary": "Switzerland Payroll Reports for Flectra 2.0",
"version": "2.0.1.0.0",
"category": "Reports",
"website": "https://gitlab.com/flectra-community/flectra",
"author": "Camptocamp, Odoo Community Association (OCA), Jamotion GmbH",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"hr_payroll",
"l10n_ch_hr_payroll",
],
"data": [
# Data
"data/hr.salary.rule.xml",
# Report
"report/report_payslip.xml",
# Security rules
"security/ir.model.access.csv",
# Views
"views/hr_payslip_yearly_report.xml",
"views/hr_salary_rule.xml",
"views/menu.xml",
],
}