mirror of
https://github.com/bringout/oca-payroll.git
synced 2026-04-22 03:22:00 +02:00
33 lines
1 KiB
Python
33 lines
1 KiB
Python
# Copyright 2015 Savoir-faire Linux. All Rights Reserved.
|
|
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "HR Payroll Period",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"category": "Payroll",
|
|
"summary": "Add payroll periods",
|
|
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/payroll",
|
|
"depends": [
|
|
"payroll",
|
|
"date_range",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/hr_period_security.xml",
|
|
"data/ir_sequence_data.xml",
|
|
"data/date_range_type.xml",
|
|
"data/ir_cron.xml",
|
|
"views/menus.xml",
|
|
"views/date_range_type_view.xml",
|
|
"views/hr_period_view.xml",
|
|
"views/hr_fiscalyear_view.xml",
|
|
"views/hr_payslip_view.xml",
|
|
"views/hr_payslip_run_view.xml",
|
|
"views/hr_payslip_employee_view.xml",
|
|
],
|
|
"installable": True,
|
|
"maintainers": ["nimarosa"],
|
|
}
|