# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2022-TODAY Cybrosys Technologies() # Author: Shahul Faiz () # # You can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. # # 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE # (LGPL v3) along with this program. # If not, see . # ############################################################################# { 'name': 'GYM Management System', 'summary': 'GYM Management System', 'version': '15.0.1.0.0', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", 'description': "GYM Management System", 'depends': [ 'mail', 'contacts', 'hr', 'product', 'membership', 'sale', ], 'images': ['static/description/banner.png'], 'data': [ 'security/security.xml', 'security/ir.model.access.csv', 'data/data.xml', 'wizard/assign_workout.xml', 'views/equipments.xml', 'views/members.xml', 'views/report.xml', 'views/exercise.xml', 'views/exercise_for.xml', 'views/trainer_skill.xml', 'views/membership_plan.xml', 'views/membership.xml', 'views/measurement_history.xml', 'views/workout_plan.xml', 'views/trainers.xml', ], 'installable': True, 'application': False, 'auto_install': False, 'license': 'LGPL-3', }