# -*- coding: utf-8 -*- ############################################################################### # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Cybrosys Techno Solutions (odoo@cybrosys.com) # # You can modify it under the terms of the GNU AFFERO # GENERAL PUBLIC LICENSE (AGPL 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 AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE # (AGPL v3) along with this program. # If not, see . # ############################################################################### { 'name': 'Project & Project Task Sequence Number', 'version': '16.0.1.0.0', 'category': 'Project', 'summary': 'Add dynamic sequence number for project and task.', 'description': 'This helps to give unique sequence number to project and ' 'project task. When we creating a new project and task the ' 'sequence number generation will be based on it.', 'author': 'Cybrosys Techno solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', 'depends': ['base', 'project'], 'data': [ 'data/ir_sequence_project_data.xml', 'views/project_project_views.xml', 'views/project_task_views.xml' ], 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'application': False, 'auto_install': False, }