You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
830 B
20 lines
830 B
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
'name': 'Odoo14 Payroll Accounting',
|
|
'category': 'Generic Modules/Human Resources',
|
|
'summary': """
|
|
Generic Payroll system Integrated with Accounting,Expense Encoding,Payment Encoding,Company Contribution Management
|
|
""",
|
|
'description': """Odoo14 Payroll Accounting,Odoo14 Payroll,Odoo 14,Payroll Accounting,Accounting""",
|
|
'version': '14.0.1.0.0',
|
|
'author': 'Odoo SA,Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'maintainer': 'Cybrosys Techno Solutions',
|
|
'website': 'https://www.cybrosys.com',
|
|
'depends': ['hr_payroll_community', 'account'],
|
|
'images': ['static/description/banner.png'],
|
|
'data': ['views/hr_payroll_account_views.xml'],
|
|
'test': ['../account/test/account_minimal_test.xml'],
|
|
'license': 'AGPL-3',
|
|
}
|
|
|