From 554e6146b71736acab840a46cda9bd7a1ca5754e Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Wed, 5 Jul 2017 14:34:22 +0530 Subject: [PATCH] [FIX] Kanban Issue --- project_subtask/__manifest__.py | 2 +- project_subtask/__manifest__.py~ | 46 ++++++++++ project_subtask/views/sub_task.xml | 14 +-- project_subtask/views/sub_task.xml~ | 131 ++++++++++++++++++++++++++++ 4 files changed, 185 insertions(+), 8 deletions(-) create mode 100644 project_subtask/__manifest__.py~ create mode 100644 project_subtask/views/sub_task.xml~ diff --git a/project_subtask/__manifest__.py b/project_subtask/__manifest__.py index 2705f11bf..3e7d9b324 100644 --- a/project_subtask/__manifest__.py +++ b/project_subtask/__manifest__.py @@ -22,7 +22,7 @@ ############################################################################## { 'name': 'Sub Tasks in Project', - 'version': '10.0.1.0.0', + 'version': '10.0.2.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', diff --git a/project_subtask/__manifest__.py~ b/project_subtask/__manifest__.py~ new file mode 100644 index 000000000..2705f11bf --- /dev/null +++ b/project_subtask/__manifest__.py~ @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Nilmar Shereef() +# 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 . +# +############################################################################## +{ + '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/banner.jpg'], + 'license': 'LGPL-3', + 'demo': [], + 'installable': True, + 'auto_install': False, + 'application': False, +} diff --git a/project_subtask/views/sub_task.xml b/project_subtask/views/sub_task.xml index 35799e325..a601a5d01 100644 --- a/project_subtask/views/sub_task.xml +++ b/project_subtask/views/sub_task.xml @@ -93,12 +93,12 @@ oe_kanban_text_red - + + + + + +
@@ -128,4 +128,4 @@ - \ No newline at end of file + diff --git a/project_subtask/views/sub_task.xml~ b/project_subtask/views/sub_task.xml~ new file mode 100644 index 000000000..35799e325 --- /dev/null +++ b/project_subtask/views/sub_task.xml~ @@ -0,0 +1,131 @@ + + + + + Sub Task form + project.sub_task + +
+
+ +
+ +
+ +
+
+

+ + +

+
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + project.sub_task.tree + project.sub_task + + + + + + + + + + + project.sub_task.kanban + project.sub_task + + + + + + + + + + + +
+
+
+
+
+ oe_kanban_text_red + +
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+
+ + + Sub Task Details + ir.actions.act_window + project.sub_task + form + kanban,tree,form + +

+ Click to add new Sub Task. +

+
+
+ + + \ No newline at end of file