mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 02:39:10 +02:00
24 lines
829 B
Python
24 lines
829 B
Python
{
|
|
'name': "Open HRMS GOSI",
|
|
'version': '13.0.1.0.0',
|
|
'summary': """GOSI Contribution for Saudi Government""",
|
|
'description': """GOSI Contribution for Saudu Government From Employee and Company""",
|
|
'category': 'Human Resource',
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'maintainer': 'Cybrosys Techno Solutions',
|
|
'website': "https://www.openhrms.com",
|
|
'depends': ['base', 'hr', 'hr_payroll_community','oh_employee_creation_from_user'],
|
|
'data': [
|
|
'views/gosi_view.xml',
|
|
'views/sequence.xml',
|
|
'data/rule.xml',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'demo': [],
|
|
'images': ['static/description/banner.jpg'],
|
|
'license': "AGPL-3",
|
|
'installable': True,
|
|
'application': True,
|
|
}
|