mirror of
https://github.com/bringout/oca-payroll.git
synced 2026-04-20 09:02:07 +02:00
14 lines
542 B
Python
14 lines
542 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
"name": "Payroll Accounting",
|
|
"version": "16.0.1.1.0",
|
|
"category": "Payroll",
|
|
"website": "https://github.com/OCA/payroll",
|
|
"license": "LGPL-3",
|
|
"summary": "Manage your payroll to accounting",
|
|
"author": "Odoo SA, Odoo Community Association (OCA)",
|
|
"depends": ["payroll", "account"],
|
|
"data": ["views/hr_payroll_account_views.xml"],
|
|
"demo": ["demo/hr_payroll_account_demo.xml"],
|
|
"maintainers": ["appstogrow", "nimarosa"],
|
|
}
|