diff --git a/project_sprint/README.rst b/project_sprint/README.rst deleted file mode 100644 index 617c47c1b..000000000 --- a/project_sprint/README.rst +++ /dev/null @@ -1,48 +0,0 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg - :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - -Project Sprint -============== -A sprint is a fixed time period where teams complete work from their product backlog. - -Configuration -============= -* No additional configurations needed - -Company -------- -* `Cybrosys Techno Solutions `__ - -License -------- -General Public License, Version 3 (AGPL v3). -https://www.gnu.org/licenses/agpl-3.0-standalone.html - -Credits -------- -Developer : (V16) Bhagyadev KP, Contact: odoo@cybrosys.com - - -Contacts --------- -* Mail Contact : odoo@cybrosys.com -* Website : https://cybrosys.com - -Bug Tracker ------------ -Bugs are tracked on GitHub Issues. In case of trouble, please check there if your -issue has already been reported. - -Maintainer -========== -.. image:: https://cybrosys.com/images/logo.png - :target: https://cybrosys.com - -This module is maintained by Cybrosys Technologies. - -For support and more information, please visit `Our Website `__ - -Further information -=================== -HTML Description: ``__ diff --git a/project_sprint/__init__.py b/project_sprint/__init__.py deleted file mode 100644 index 385262f95..000000000 --- a/project_sprint/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -################################################################################ -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2023-TODAY Cybrosys Technologies(). -# Author: Bhagyadev K P (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 . -################################################################################ -from . import models diff --git a/project_sprint/__manifest__.py b/project_sprint/__manifest__.py deleted file mode 100644 index f7a0becc0..000000000 --- a/project_sprint/__manifest__.py +++ /dev/null @@ -1,46 +0,0 @@ -# -*- coding: utf-8 -*- -################################################################################ -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2023-TODAY Cybrosys Technologies(). -# Author: Bhagyadev K P (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 Sprint', - 'version': '16.0.1.0.0', - 'category': 'Project', - 'summary': 'A sprint is a fixed time period where teams complete work from' - ' their product backlog', - 'description': 'In this app we have added the features of a sprint which is' - ' a feaure in Jira software. A sprint is a fixed time period' - ' where teams complete work from their product backlog', - 'author': 'Cybrosys Techno Solutions', - 'company': 'Cybrosys Techno Solutions', - 'maintainer': 'Cybrosys Techno Solutions', - 'website': "https://www.cybrosys.com", - 'depends': ['project'], - 'data': [ - 'security/ir.model.access.csv', - 'views/project_sprint_views.xml', - 'views/project_project_views.xml', - 'views/project_task_views.xml', - ], - 'images': ['static/description/banner.jpg'], - 'license': 'AGPL-3', - 'installable': True, - 'auto_install': False, - 'application': False, -} diff --git a/project_sprint/doc/RELEASE_NOTES.md b/project_sprint/doc/RELEASE_NOTES.md deleted file mode 100644 index c26896283..000000000 --- a/project_sprint/doc/RELEASE_NOTES.md +++ /dev/null @@ -1,7 +0,0 @@ -## Module - -#### 28.01.2024 -#### Version 16.0.1.0.0 -##### ADD - -- Initial Commit for Project Sprint diff --git a/project_sprint/models/__init__.py b/project_sprint/models/__init__.py deleted file mode 100644 index f6ab6eda9..000000000 --- a/project_sprint/models/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -################################################################################ -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2023-TODAY Cybrosys Technologies(). -# Author: Bhagyadev K P (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 . -################################################################################ -from . import project_project, project_task, project_sprint diff --git a/project_sprint/models/project_project.py b/project_sprint/models/project_project.py deleted file mode 100644 index 7304957d3..000000000 --- a/project_sprint/models/project_project.py +++ /dev/null @@ -1,39 +0,0 @@ -# -*- coding: utf-8 -*- -################################################################################ -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2023-TODAY Cybrosys Technologies(). -# Author: Bhagyadev K P (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 . -################################################################################ -from odoo import models - - -class ProjectProject(models.Model): - """ - Inheriting project_project model to add sprint features - """ - _inherit = 'project.project' - - def action_get_sprint(self): - """Getting sprint inside the project""" - return { - 'type': 'ir.actions.act_window', - 'name': 'Sprints', - 'view_mode': 'tree,form', - 'res_model': 'project.sprint', - 'context': {'default_project_id': self.id}, - 'domain': [('project_id', '=', self.id)], - } diff --git a/project_sprint/models/project_sprint.py b/project_sprint/models/project_sprint.py deleted file mode 100644 index 809a94a2d..000000000 --- a/project_sprint/models/project_sprint.py +++ /dev/null @@ -1,92 +0,0 @@ -# -*- coding: utf-8 -*- -################################################################################ -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2023-TODAY Cybrosys Technologies(). -# Author: Bhagyadev K P (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 -# 2(AGPL v3) along with this program. -# If not, see . -################################################################################ -from odoo import models, fields - - -class ProjectSprint(models.Model): - """ - Sprint creating model - """ - _name = 'project.sprint' - _inherit = 'mail.thread' - _description = 'sprint model' - - name = fields.Char(string="Sprint Name", help="Name of the sprint") - sprint_goal = fields.Text(string="Goal", help="Goal of the sprint") - start_date = fields.Datetime(string="Start Date", help="Sprint start date") - end_date = fields.Datetime(string="End Date", help="Sprint end date") - project_id = fields.Many2one('project.project', readonly=True, - help="Respective Project") - state = fields.Selection(string="State", - selection=[('to_start', 'To start'), - ('ongoing', 'Ongoing'), - ('completed', 'Completed')], - default='to_start', help="State of the sprint") - - def action_get_tasks(self): - """Sprint added tasks""" - return { - 'type': 'ir.actions.act_window', - 'name': 'Tasks', - 'view_mode': 'kanban', - 'res_model': 'project.task', - 'views': [[False, 'kanban'], [False, 'tree'], [False, 'form']], - 'domain': [('project_id', '=', self.project_id.id), - ('sprint_id', '=', self.id)], - 'context': "{'create': False}" - } - - def action_get_backlogs(self): - """Tasks without any sprint""" - return { - 'type': 'ir.actions.act_window', - 'name': 'Backlogs', - 'view_mode': 'kanban', - 'res_model': 'project.task', - 'views': [[False, 'kanban'], [False, 'tree'], [False, 'form']], - 'domain': [('project_id', '=', self.project_id.id), - ('sprint_id', '=', False)], - 'context': "{'create': False}" - } - - def action_get_all_tasks(self): - """All tasks in the project""" - return { - 'type': 'ir.actions.act_window', - 'name': 'All Tasks', - 'view_mode': 'kanban', - 'res_model': 'project.task', - 'views': [[False, 'kanban'], [False, 'tree'], [False, 'form']], - 'domain': [('project_id', '=', self.project_id.id)], - 'context': "{'create': False}" - } - - def action_start_sprint(self): - """Sprint state to ongoing""" - self.write({'state': 'ongoing'}) - - def action_finish_sprint(self): - """Sprint state to completed""" - self.write({'state': 'completed'}) - - def action_reset_states(self): - """Sprint state to to_start""" - self.write({'state': 'to_start'}) diff --git a/project_sprint/models/project_task.py b/project_sprint/models/project_task.py deleted file mode 100644 index 306e07fbf..000000000 --- a/project_sprint/models/project_task.py +++ /dev/null @@ -1,46 +0,0 @@ -# -*- coding: utf-8 -*- -################################################################################ -# -# Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2023-TODAY Cybrosys Technologies(). -# Author: Bhagyadev K P (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 . -################################################################################ -from odoo import api, fields, models -from odoo.exceptions import UserError - - -class ProjectTask(models.Model): - """ - Inheriting project_task model to add sprint features - """ - _inherit = 'project.task' - - sprint_id = fields.Many2one('project.sprint', string="Sprint", - help="Sprint", - domain="[('project_id', '=', project_id)]") - linked_issue = fields.Selection(string="Linked issue", selection=[ - ('is_blocked_by', 'Is blocked by')], help="Linked Issue") - issue_task_id = fields.Many2one('project.task', string="Task", - help="Task") - - @api.onchange('stage_id') - def _onchange_stage_id(self): - """Blocking stage change when there is a linked issue""" - if self.linked_issue: - raise UserError( - "This task is linked to another task and cannot be modified.") - else: - pass diff --git a/project_sprint/security/ir.model.access.csv b/project_sprint/security/ir.model.access.csv deleted file mode 100644 index a154f1971..000000000 --- a/project_sprint/security/ir.model.access.csv +++ /dev/null @@ -1,2 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_project_sprint_user,access.project.sprint.user,model_project_sprint,base.group_user,1,1,1,1 diff --git a/project_sprint/static/description/assets/icons/check.png b/project_sprint/static/description/assets/icons/check.png deleted file mode 100644 index c8e85f51d..000000000 Binary files a/project_sprint/static/description/assets/icons/check.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/chevron.png b/project_sprint/static/description/assets/icons/chevron.png deleted file mode 100644 index 2089293d6..000000000 Binary files a/project_sprint/static/description/assets/icons/chevron.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/cogs.png b/project_sprint/static/description/assets/icons/cogs.png deleted file mode 100644 index 95d0bad62..000000000 Binary files a/project_sprint/static/description/assets/icons/cogs.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/consultation.png b/project_sprint/static/description/assets/icons/consultation.png deleted file mode 100644 index 8319d4baa..000000000 Binary files a/project_sprint/static/description/assets/icons/consultation.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/ecom-black.png b/project_sprint/static/description/assets/icons/ecom-black.png deleted file mode 100644 index a9385ff13..000000000 Binary files a/project_sprint/static/description/assets/icons/ecom-black.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/education-black.png b/project_sprint/static/description/assets/icons/education-black.png deleted file mode 100644 index 3eb09b27b..000000000 Binary files a/project_sprint/static/description/assets/icons/education-black.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/hotel-black.png b/project_sprint/static/description/assets/icons/hotel-black.png deleted file mode 100644 index 130f613be..000000000 Binary files a/project_sprint/static/description/assets/icons/hotel-black.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/license.png b/project_sprint/static/description/assets/icons/license.png deleted file mode 100644 index a5869797e..000000000 Binary files a/project_sprint/static/description/assets/icons/license.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/lifebuoy.png b/project_sprint/static/description/assets/icons/lifebuoy.png deleted file mode 100644 index 658d56ccc..000000000 Binary files a/project_sprint/static/description/assets/icons/lifebuoy.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/manufacturing-black.png b/project_sprint/static/description/assets/icons/manufacturing-black.png deleted file mode 100644 index 697eb0e9f..000000000 Binary files a/project_sprint/static/description/assets/icons/manufacturing-black.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/pos-black.png b/project_sprint/static/description/assets/icons/pos-black.png deleted file mode 100644 index 97c0f90c1..000000000 Binary files a/project_sprint/static/description/assets/icons/pos-black.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/puzzle.png b/project_sprint/static/description/assets/icons/puzzle.png deleted file mode 100644 index 65cf854e7..000000000 Binary files a/project_sprint/static/description/assets/icons/puzzle.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/restaurant-black.png b/project_sprint/static/description/assets/icons/restaurant-black.png deleted file mode 100644 index 4a35eb939..000000000 Binary files a/project_sprint/static/description/assets/icons/restaurant-black.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/service-black.png b/project_sprint/static/description/assets/icons/service-black.png deleted file mode 100644 index 301ab51cb..000000000 Binary files a/project_sprint/static/description/assets/icons/service-black.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/trading-black.png b/project_sprint/static/description/assets/icons/trading-black.png deleted file mode 100644 index 9398ba2f1..000000000 Binary files a/project_sprint/static/description/assets/icons/trading-black.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/training.png b/project_sprint/static/description/assets/icons/training.png deleted file mode 100644 index 884ca024d..000000000 Binary files a/project_sprint/static/description/assets/icons/training.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/update.png b/project_sprint/static/description/assets/icons/update.png deleted file mode 100644 index ecbc5a01a..000000000 Binary files a/project_sprint/static/description/assets/icons/update.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/user.png b/project_sprint/static/description/assets/icons/user.png deleted file mode 100644 index 6ffb23d9f..000000000 Binary files a/project_sprint/static/description/assets/icons/user.png and /dev/null differ diff --git a/project_sprint/static/description/assets/icons/wrench.png b/project_sprint/static/description/assets/icons/wrench.png deleted file mode 100644 index 6c04dea0f..000000000 Binary files a/project_sprint/static/description/assets/icons/wrench.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/categories.png b/project_sprint/static/description/assets/misc/categories.png deleted file mode 100644 index bedf1e0b1..000000000 Binary files a/project_sprint/static/description/assets/misc/categories.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/check-box.png b/project_sprint/static/description/assets/misc/check-box.png deleted file mode 100644 index 42caf24b9..000000000 Binary files a/project_sprint/static/description/assets/misc/check-box.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/compass.png b/project_sprint/static/description/assets/misc/compass.png deleted file mode 100644 index d5fed8faa..000000000 Binary files a/project_sprint/static/description/assets/misc/compass.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/corporate.png b/project_sprint/static/description/assets/misc/corporate.png deleted file mode 100644 index 2eb13edbf..000000000 Binary files a/project_sprint/static/description/assets/misc/corporate.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/customer-support.png b/project_sprint/static/description/assets/misc/customer-support.png deleted file mode 100644 index 79efc72ed..000000000 Binary files a/project_sprint/static/description/assets/misc/customer-support.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/cybrosys-logo.png b/project_sprint/static/description/assets/misc/cybrosys-logo.png deleted file mode 100644 index cc3cc0ccf..000000000 Binary files a/project_sprint/static/description/assets/misc/cybrosys-logo.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/features.png b/project_sprint/static/description/assets/misc/features.png deleted file mode 100644 index b41769f77..000000000 Binary files a/project_sprint/static/description/assets/misc/features.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/logo.png b/project_sprint/static/description/assets/misc/logo.png deleted file mode 100644 index 478462d3e..000000000 Binary files a/project_sprint/static/description/assets/misc/logo.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/pictures.png b/project_sprint/static/description/assets/misc/pictures.png deleted file mode 100644 index 56d255fe9..000000000 Binary files a/project_sprint/static/description/assets/misc/pictures.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/pie-chart.png b/project_sprint/static/description/assets/misc/pie-chart.png deleted file mode 100644 index 426e05244..000000000 Binary files a/project_sprint/static/description/assets/misc/pie-chart.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/right-arrow.png b/project_sprint/static/description/assets/misc/right-arrow.png deleted file mode 100644 index 730984a06..000000000 Binary files a/project_sprint/static/description/assets/misc/right-arrow.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/star.png b/project_sprint/static/description/assets/misc/star.png deleted file mode 100644 index 2eb9ab29f..000000000 Binary files a/project_sprint/static/description/assets/misc/star.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/support.png b/project_sprint/static/description/assets/misc/support.png deleted file mode 100644 index 4f18b8b82..000000000 Binary files a/project_sprint/static/description/assets/misc/support.png and /dev/null differ diff --git a/project_sprint/static/description/assets/misc/whatsapp.png b/project_sprint/static/description/assets/misc/whatsapp.png deleted file mode 100644 index d513a5356..000000000 Binary files a/project_sprint/static/description/assets/misc/whatsapp.png and /dev/null differ diff --git a/project_sprint/static/description/assets/modules/create_expense_from_task_odoo.png b/project_sprint/static/description/assets/modules/create_expense_from_task_odoo.png deleted file mode 100755 index fa5c4077b..000000000 Binary files a/project_sprint/static/description/assets/modules/create_expense_from_task_odoo.png and /dev/null differ diff --git a/project_sprint/static/description/assets/modules/project_dashboard_odoo.png b/project_sprint/static/description/assets/modules/project_dashboard_odoo.png deleted file mode 100755 index 6c8c8adc3..000000000 Binary files a/project_sprint/static/description/assets/modules/project_dashboard_odoo.png and /dev/null differ diff --git a/project_sprint/static/description/assets/modules/project_report_pdf.png b/project_sprint/static/description/assets/modules/project_report_pdf.png deleted file mode 100755 index 57eebc5b2..000000000 Binary files a/project_sprint/static/description/assets/modules/project_report_pdf.png and /dev/null differ diff --git a/project_sprint/static/description/assets/modules/project_task_timer.png b/project_sprint/static/description/assets/modules/project_task_timer.png deleted file mode 100755 index 5acf9a06a..000000000 Binary files a/project_sprint/static/description/assets/modules/project_task_timer.png and /dev/null differ diff --git a/project_sprint/static/description/assets/modules/projects_task_checklists.png b/project_sprint/static/description/assets/modules/projects_task_checklists.png deleted file mode 100755 index bc5648b1a..000000000 Binary files a/project_sprint/static/description/assets/modules/projects_task_checklists.png and /dev/null differ diff --git a/project_sprint/static/description/assets/modules/task_deadline_reminder.png b/project_sprint/static/description/assets/modules/task_deadline_reminder.png deleted file mode 100755 index f8aaeb32c..000000000 Binary files a/project_sprint/static/description/assets/modules/task_deadline_reminder.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/1.png b/project_sprint/static/description/assets/screenshots/1.png deleted file mode 100644 index babc1f7bd..000000000 Binary files a/project_sprint/static/description/assets/screenshots/1.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/10.png b/project_sprint/static/description/assets/screenshots/10.png deleted file mode 100644 index 77d3ab9ab..000000000 Binary files a/project_sprint/static/description/assets/screenshots/10.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/11.png b/project_sprint/static/description/assets/screenshots/11.png deleted file mode 100644 index eec0ad95d..000000000 Binary files a/project_sprint/static/description/assets/screenshots/11.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/12.png b/project_sprint/static/description/assets/screenshots/12.png deleted file mode 100644 index 6c066812e..000000000 Binary files a/project_sprint/static/description/assets/screenshots/12.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/13.png b/project_sprint/static/description/assets/screenshots/13.png deleted file mode 100644 index 4acf4f5c8..000000000 Binary files a/project_sprint/static/description/assets/screenshots/13.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/2.png b/project_sprint/static/description/assets/screenshots/2.png deleted file mode 100644 index b53e0d865..000000000 Binary files a/project_sprint/static/description/assets/screenshots/2.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/3.png b/project_sprint/static/description/assets/screenshots/3.png deleted file mode 100644 index 5e8e79c7d..000000000 Binary files a/project_sprint/static/description/assets/screenshots/3.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/4.png b/project_sprint/static/description/assets/screenshots/4.png deleted file mode 100644 index ccd1fe669..000000000 Binary files a/project_sprint/static/description/assets/screenshots/4.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/5.png b/project_sprint/static/description/assets/screenshots/5.png deleted file mode 100644 index b74933962..000000000 Binary files a/project_sprint/static/description/assets/screenshots/5.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/6.png b/project_sprint/static/description/assets/screenshots/6.png deleted file mode 100644 index a7e8c76a9..000000000 Binary files a/project_sprint/static/description/assets/screenshots/6.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/7.png b/project_sprint/static/description/assets/screenshots/7.png deleted file mode 100644 index a148b8f54..000000000 Binary files a/project_sprint/static/description/assets/screenshots/7.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/8.png b/project_sprint/static/description/assets/screenshots/8.png deleted file mode 100644 index 2a2788233..000000000 Binary files a/project_sprint/static/description/assets/screenshots/8.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/9.png b/project_sprint/static/description/assets/screenshots/9.png deleted file mode 100644 index 394515245..000000000 Binary files a/project_sprint/static/description/assets/screenshots/9.png and /dev/null differ diff --git a/project_sprint/static/description/assets/screenshots/hero.gif b/project_sprint/static/description/assets/screenshots/hero.gif deleted file mode 100644 index e47d87499..000000000 Binary files a/project_sprint/static/description/assets/screenshots/hero.gif and /dev/null differ diff --git a/project_sprint/static/description/banner.jpg b/project_sprint/static/description/banner.jpg deleted file mode 100644 index d0bc1489e..000000000 Binary files a/project_sprint/static/description/banner.jpg and /dev/null differ diff --git a/project_sprint/static/description/icon.png b/project_sprint/static/description/icon.png deleted file mode 100644 index 8d289368d..000000000 Binary files a/project_sprint/static/description/icon.png and /dev/null differ diff --git a/project_sprint/static/description/index.html b/project_sprint/static/description/index.html deleted file mode 100644 index ced6ab47c..000000000 --- a/project_sprint/static/description/index.html +++ /dev/null @@ -1,641 +0,0 @@ -
- -
- -
-
- Community -
-
- Enterprise -
-
- Odoo.sh -
-
-
- - -

- Project Sprint

-

- A sprint is a fixed time period where teams complete work from their - product backlog. -

- - -
- -
-
- -
-

- Explore This Module -

-
- - - -
-
- -
-

- Overview -

-
-
-
- Implementing sprint in odoo.A sprint is a fixed time period where teams - complete work from their product - backlog. Sprints are usually one, two, or four weeks long. At the end of - the sprint, a team will typically have - built and implemented a working product increment. -
-
- - -
-
- -
-

- Features -

-
-
-
-
- - User can create a sprint in a project, Inside the project user can add task. User can see Tasks, Backlogs and All Tasks in a sprint -
-
- - User can see Tasks, Backlogs and All Tasks in a sprint -
-
- - User can create a linked issue in task so user can't change the state of the task without fixing the linked issue. -
-
-
- - -
-
- -
-

- Screenshots -

-
-
-
-
-

- Create Project

- -
-
-

- Create Task.

- -
-
-

- Sprint in - Project.

- -
-
-

- Create Sprint.

- -
-
-

- Adding Sprint inside - a Task. -

- -
-
-

- Tasks, Backlogs and - All Tasks in Sprint.

- -
-
-

- All Tasks in Sprint which shows all the Tasks in the - Project

- -
-
-

- Backlogs in Sprint. It is the tasks of the projects which have - no Sprint.

- -
-
-

- Tasks in Sprint. Tasks which have the correspondent Sprint.

- -
-
-

- Start a Sprint.

- -
-
-

- Stages of a started Sprint.

- -
-
-

- Creating Linked Issue in Task.

- -
-
-

- Error when changing the stage of task which have linked - Issue.

- -
-
-
- - -
-
- -
-

- Related - Products -

-
-
-
- -
-
- - - -
-
- -
-

- Our Services -

-
- -
-
-
-
- -
-
- Odoo Customization -
-
-
-
- -
-
- Odoo Implementation -
-
- -
-
- -
-
- Odoo Support -
-
-
-
- -
-
- Hire Odoo Developer -
-
-
-
- -
-
- Odoo Integration -
-
-
-
- -
-
- Odoo Migration -
-
-
-
- -
-
- Odoo Consultancy -
-
-
-
- -
-
- Odoo Implementation -
-
-
-
- -
-
- Odoo Licensing Consultancy -
-
-
-
- - -
-
- -
-

- Our Industries -

-
-
-
-
-
- -
- Trading -
-

- Easily procure and sell your products -

-
-
-
-
- -
- POS -
-

- Easy configuration and convivial experience -

-
-
-
-
- -
- Education -
-

- A platform for educational management -

-
-
-
-
- -
- Manufacturing -
-

- Plan, track and schedule your operations -

-
-
-
-
- -
- E-commerce & Website -
-

- Mobile friendly, awe-inspiring product pages -

-
-
-
-
- -
- Service Management -
-

- Keep track of services and invoice -

-
-
-
-
- -
- Restaurant -
-

- Run your bar or restaurant methodically -

-
-
-
-
- -
- Hotel Management -
-

- An all-inclusive hotel management application -

-
-
-
-
- - -
-
- -
-

- Support -

-
-
-
-
-
-
- -
-
-

Need Help?

-

Got questions or need help? - Get in touch.

- -

- odoo@cybrosys.com -

-
-
-
-
-
-
-
- -
-
-

WhatsApp

-

Say hi to us on WhatsApp!

- -

- +91 86068 27707 -

-
-
-
-
-
-
-
- -
-
-
- diff --git a/project_sprint/views/project_project_views.xml b/project_sprint/views/project_project_views.xml deleted file mode 100644 index 026fd9259..000000000 --- a/project_sprint/views/project_project_views.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - project.project.view.form.inherit.project.sprint - project.project - - - -