# -*- coding: utf-8 -*- ################################################################################ # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2024-TODAY Cybrosys Technologies () # Author: Ruksana P () # # 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 . # ################################################################################ { 'name': 'All In One Dynamic Fields', 'version': '14.0.1.1.1', 'category': 'Extra Tools', 'summary': 'Create Custom Fields As Per Your Need Without Any Coding.', 'description': """This module is used to add dynamic field of any type to form and tree view of any model as per requirement.""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", 'depends': ['base'], 'data': [ 'security/all_in_one_dynamic_custom_fields_groups.xml', 'security/ir.model.access.csv', 'data/dynamic_field_widgets_data.xml', 'views/dynamic_fields_views.xml', ], 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': True, }