7 changed files with 51 additions and 256 deletions
@ -1,46 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
############################################################################## |
|
||||
# |
|
||||
# Cybrosys Technologies Pvt. Ltd. |
|
||||
# Copyright (C) 2017-TODAY Cybrosys Technologies(<http://www.cybrosys.com>). |
|
||||
# Author: Nilmar Shereef(<http://www.cybrosys.com>) |
|
||||
# you can modify it under the terms of the GNU LESSER |
|
||||
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
|
||||
# |
|
||||
# It is forbidden to publish, distribute, sublicense, or sell copies |
|
||||
# of the Software or modified copies of the Software. |
|
||||
# |
|
||||
# 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 |
|
||||
# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. |
|
||||
# If not, see <http://www.gnu.org/licenses/>. |
|
||||
# |
|
||||
############################################################################## |
|
||||
{ |
|
||||
'name': 'Sub Tasks in Project', |
|
||||
'version': '10.0.1.0.0', |
|
||||
'summary': """Implementation & Reports of Sub-Task in Project Module""", |
|
||||
'description': 'This module helps you to create sub task under a task', |
|
||||
'category': 'Project', |
|
||||
'author': 'Cybrosys Techno Solutions', |
|
||||
'company': 'Cybrosys Techno Solutions', |
|
||||
'website': "http://www.cybrosys.com", |
|
||||
'depends': ['base', 'project'], |
|
||||
'data': [ |
|
||||
'views/project_view.xml', |
|
||||
'views/task_view.xml', |
|
||||
'views/sub_task.xml', |
|
||||
'views/sub_task_report.xml', |
|
||||
'views/sub_task_type_view.xml' |
|
||||
], |
|
||||
'images': ['static/description/pr_banner.jpg'], |
|
||||
'license': 'LGPL-3', |
|
||||
'demo': [], |
|
||||
'installable': True, |
|
||||
'auto_install': False, |
|
||||
'application': False, |
|
||||
} |
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
@ -1,162 +0,0 @@ |
|||||
<section class="oe_container"> |
|
||||
<div class="oe_spaced"> |
|
||||
<h2 class="oe_slogan">Sub Tasks in Project</h2> |
|
||||
<h3 class="oe_slogan">This Module Enables Sub-task feature in Project Module.</h3> |
|
||||
<h4 class="oe_slogan" style="font-size: 23px;">Author : Cybrosys Techno Solutions , www.cybrosys.com</h4> |
|
||||
</div> |
|
||||
<div class="oe_spaced" style="padding-left:65px;"> |
|
||||
<h4>Features:</h4> |
|
||||
<div> |
|
||||
<span style="color:green;"> ☑ </span> Sub-task Feature for Project.<br/> |
|
||||
<span style="color:green;"> ☑ </span> Sub-Task Lists Under Task.<br/> |
|
||||
<span style="color:green;"> ☑ </span> Sub-Task Count in Task Kanban View.<br/> |
|
||||
<span style="color:green;"> ☑ </span> Sub-Task Stages in Configuration.<br/> |
|
||||
<span style="color:green;"> ☑ </span> Sub-Task Analysis Under Report.<br/> |
|
||||
<span style="color:green;"> ☑ </span> Deadline Validation for Sub-Task.<br/> |
|
||||
<span style="color:green;"> ☑ </span> Stage Validation for Sub-Task.<br/> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
|
|
||||
<section class="oe_container oe_dark"> |
|
||||
<div class="oe_spaced"> |
|
||||
<div class="oe_picture"> |
|
||||
<h3 class="oe_slogan">Overview</h3> |
|
||||
<p class="oe_mt32"> |
|
||||
Currently Odoo has no sub-task feature in project. This module brings "SUB-TASK" forms and its configuration for projects with configured stages. |
|
||||
User can also analyse the sub tasks under the project reporting menu dynamically. |
|
||||
</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
|
|
||||
<section class="oe_container"> |
|
||||
<div class="oe_spaced"> |
|
||||
<h3 class="oe_slogan">Sub Task Configuration</h3> |
|
||||
<div class="" style="text-align: center"> |
|
||||
<p> |
|
||||
<h4>Project -> Configuration -> Sub Task Stages</h4> |
|
||||
<p> |
|
||||
</div> |
|
||||
<div class="" style="text-align: center"> |
|
||||
<div class="oe_demo oe_picture oe_screenshot"> |
|
||||
<img style="border:10px solid white;height: 400px;" src="task2.png"> |
|
||||
</div> |
|
||||
<span>☛ Please tick marked fields to identify your final stage and cancel stage.</span> |
|
||||
</div> |
|
||||
<br> |
|
||||
|
|
||||
<div class="" style="text-align: center"> |
|
||||
<div class="oe_demo oe_picture oe_screenshot"> |
|
||||
<img style="border:10px solid white;" src="task3.png"> |
|
||||
</div> |
|
||||
<span>☛ If you want to create sub tasks for your project please select the option Sub Tasks</span> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
|
|
||||
<section class="oe_container oe_dark"> |
|
||||
<div class="oe_spaced"> |
|
||||
<h3 class="oe_slogan">Sub Task Creation</h3> |
|
||||
<div class="" style="text-align: center"> |
|
||||
<p> |
|
||||
<h4>You can create sub tasks via 2 ways.</h4> |
|
||||
<p> |
|
||||
</div> |
|
||||
<div class="" style="text-align: center"> |
|
||||
<div class="oe_demo oe_picture oe_screenshot"> |
|
||||
<img style="border:10px solid white;height: 400px;" src="sub_task.png"> |
|
||||
</div> |
|
||||
<span>☛Create sub tasks directly from Menu 'Sub Task'.</span> |
|
||||
</div> |
|
||||
<br> |
|
||||
<div class="" style="text-align: center"> |
|
||||
<div class="oe_demo oe_picture oe_screenshot"> |
|
||||
<img style="border:10px solid white;" src="task.png"> |
|
||||
</div> |
|
||||
<span>☛ Create sub tasks from task itself</span> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
|
|
||||
<section class="oe_container"> |
|
||||
<div class="oe_spaced"> |
|
||||
<h3 class="oe_slogan">Sub-Task Count in Task Kanban View</h3> |
|
||||
<div class=""> |
|
||||
<div class="oe_demo oe_picture oe_screenshot"> |
|
||||
<img style="border:10px solid white;" src="count.png"> |
|
||||
</div> |
|
||||
<span>☛ You can see the count of sub task on each task's kanaban view</span> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
|
|
||||
<section class="oe_container oe_dark"> |
|
||||
<div class="oe_spaced"> |
|
||||
<h3 class="oe_slogan"> Sub-Task Analysis</h3> |
|
||||
<div class=""> |
|
||||
<div class="oe_demo oe_picture oe_screenshot"> |
|
||||
<img style="border:10px solid white;height: 400px;" src="task4.png"> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
|
|
||||
<section class="oe_container"> |
|
||||
<div class="oe_spaced"> |
|
||||
<h3 class="oe_slogan">Stage Validation for Sub-Task</h3> |
|
||||
<div class="" style="text-align: center"> |
|
||||
<div class="oe_demo oe_picture oe_screenshot"> |
|
||||
<img style="border:10px solid white;" src="task5.png"> |
|
||||
</div> |
|
||||
<span>☛ You cant move your task into final stage until all sub tasks are reach in final stage</span> |
|
||||
</div> |
|
||||
<div class="" style="text-align: center"> |
|
||||
<div class="oe_demo oe_picture oe_screenshot"> |
|
||||
<img style="border:10px solid white;" src="task6.png"> |
|
||||
</div> |
|
||||
<span>☛ When you move your task into cancel stage then all sub tasks also will go to cancel stage</span> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
|
|
||||
<section class="oe_container oe_dark"> |
|
||||
<div class=" oe_spaced"> |
|
||||
<h3 class="oe_slogan">Deadline Validation for Sub-Task</h3> |
|
||||
<div class=""> |
|
||||
<div class="oe_demo oe_picture oe_screenshot"> |
|
||||
<img style="border:10px solid white;" src="11.png"> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
|
|
||||
|
|
||||
<section class="oe_container"> |
|
||||
<h2 class="oe_slogan" style="margin-top:20px;" >Need Any Help?</h2> |
|
||||
<div class="oe_slogan" style="margin-top:10px !important;"> |
|
||||
<div> |
|
||||
<a class="btn btn-primary btn-lg mt8" |
|
||||
style="color: #FFFFFF !important;border-radius: 0;" href="http://www.cybrosys.com"><i |
|
||||
class="fa fa-envelope"></i> Email </a> <a |
|
||||
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;border-radius: 0;" |
|
||||
href="http://www.cybrosys.com/contact/"><i |
|
||||
class="fa fa-phone"></i> Contact Us </a> <a |
|
||||
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;border-radius: 0;" |
|
||||
href="http://www.cybrosys.com/odoo-customization-and-installation/"><i |
|
||||
class="fa fa-check-square"></i> Request Customization </a> |
|
||||
</div> |
|
||||
<br> |
|
||||
<img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block"> |
|
||||
<div> |
|
||||
<a href="https://twitter.com/cybrosys" target="_blank"><i class="fa fa-2x fa-twitter" style="color:white;background: #00a0d1;width:35px;"></i></a></td> |
|
||||
<a href="https://www.linkedin.com/company/cybrosys-technologies-pvt-ltd" target="_blank"><i class="fa fa-2x fa-linkedin" style="color:white;background: #31a3d6;width:35px;padding-left: 3px;"></i></a></td> |
|
||||
<a href="https://www.facebook.com/cybrosystechnologies" target="_blank"><i class="fa fa-2x fa-facebook" style="color:white;background: #3b5998;width:35px;padding-left: 8px;"></i></a></td> |
|
||||
<a href="https://plus.google.com/106641282743045431892/about" target="_blank"><i class="fa fa-2x fa-google-plus" style="color:white;background: #c53c2c;width:35px;padding-left: 3px;"></i></a></td> |
|
||||
<a href="https://in.pinterest.com/cybrosys" target="_blank"><i class="fa fa-2x fa-pinterest" style="color:white;background: #ac0f18;width:35px;padding-left: 3px;"></i></a></td> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
|
|
||||
|
|
||||
|
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Loading…
Reference in new issue