mirror of
https://github.com/bringout/cybrosys.git
synced 2026-04-26 09:32:01 +02:00
Initial commit: Cybrosys Odoo packages (10 packages)
This commit is contained in:
commit
54ed047508
751 changed files with 13707 additions and 0 deletions
51
odoo-bringout-cybrosys-ohrms_loan/ohrms_loan/__manifest__.py
Normal file
51
odoo-bringout-cybrosys-ohrms_loan/ohrms_loan/__manifest__.py
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
###################################################################################
|
||||
# A part of OpenHRMS Project <https://www.openhrms.com>
|
||||
#
|
||||
# Cybrosys Technologies Pvt. Ltd.
|
||||
# Copyright (C) 2022-TODAY Cybrosys Technologies (<https://www.cybrosys.com>).
|
||||
#
|
||||
# This program is free software: you can modify
|
||||
# it under the terms of the GNU Affero General Public License (AGPL) as
|
||||
# published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
###################################################################################
|
||||
{
|
||||
'name': 'Open HRMS Loan Management',
|
||||
'version': '16.0.1.0.0',
|
||||
'summary': 'Manage Loan Requests',
|
||||
'description': """
|
||||
Helps you to manage Loan Requests of your company's staff.
|
||||
""",
|
||||
'category': 'Generic Modules/Human Resources',
|
||||
'author': "Cybrosys Techno Solutions,Open HRMS",
|
||||
'company': 'Cybrosys Techno Solutions',
|
||||
'maintainer': 'Cybrosys Techno Solutions',
|
||||
'live_test_url': 'https://youtu.be/lAT5cqVZTZI',
|
||||
'website': "https://www.openhrms.com",
|
||||
'depends': [
|
||||
'base', 'hr', 'payroll'
|
||||
],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'security/security.xml',
|
||||
'views/hr_loan_seq.xml',
|
||||
'data/salary_rule_loan.xml',
|
||||
'views/hr_loan.xml',
|
||||
'views/hr_payroll.xml',
|
||||
],
|
||||
'images': ['static/description/banner.png'],
|
||||
'license': 'AGPL-3',
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': False,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue