diff --git a/sale_timesheet_timeline/README.rst b/sale_timesheet_timeline/README.rst new file mode 100644 index 000000000..58168d3e9 --- /dev/null +++ b/sale_timesheet_timeline/README.rst @@ -0,0 +1,101 @@ +=================================== +Dates planning in sales order lines +=================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:8f9fea88f3275fcbe5a535f86aaff7a8ef2f645719f47dd5bbd4c6523269b371 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ftimesheet-lightgray.png?logo=github + :target: https://github.com/OCA/timesheet/tree/17.0/sale_timesheet_timeline + :alt: OCA/timesheet +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/timesheet-17-0/timesheet-17-0-sale_timesheet_timeline + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/timesheet&target_branch=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to plan in advance the start/end dates and assignees +for the sales order lines that are services, and they are transferred to +the created task (if any) when confirming the order. + +It includes a timeline view for pre-viewing and managing the planning. + +In addition, this planning is shown in the order portal view. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +1. Go to Sales > Orders > Quotations +2. Create a new record. +3. Add a line with a product of type "Service". +4. A new smart-button "Planning" will appear. +5. On optional fields, you will find 3 fields for setting manually the + planning data: "Task Start", "Task End" and "Task Assignees". +6. You can also click on the "Planning" button and plan the dates + visually in the timeline view. + +Known issues / Roadmap +====================== + +- Timeline visualization in portal. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Tecnativa + +Contributors +------------ + +- `Tecnativa `__: + + - Pedro M. Baeza + +Maintainers +----------- + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/timesheet `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/sale_timesheet_timeline/__init__.py b/sale_timesheet_timeline/__init__.py new file mode 100644 index 000000000..4b76c7b2d --- /dev/null +++ b/sale_timesheet_timeline/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import models diff --git a/sale_timesheet_timeline/__manifest__.py b/sale_timesheet_timeline/__manifest__.py new file mode 100644 index 000000000..5b148d1bd --- /dev/null +++ b/sale_timesheet_timeline/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2024 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + "name": "Dates planning in sales order lines", + "version": "17.0.1.0.0", + "category": "Services/Project", + "website": "https://github.com/OCA/timesheet", + "author": "Tecnativa, Odoo Community Association (OCA)", + "license": "AGPL-3", + "installable": True, + "application": False, + "depends": ["sale_timesheet", "project_timeline"], + "data": ["views/sale_order_views.xml", "views/sale_portal_templates.xml"], +} diff --git a/sale_timesheet_timeline/i18n/es.po b/sale_timesheet_timeline/i18n/es.po new file mode 100644 index 000000000..be65e7c06 --- /dev/null +++ b/sale_timesheet_timeline/i18n/es.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_timesheet_timeline +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-08-21 07:09+0000\n" +"PO-Revision-Date: 2024-08-21 09:11+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"X-Generator: Poedit 3.0.1\n" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.view_order_form +msgid "Planning" +msgstr "Planificación" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order__any_service_line +msgid "Any Service Line" +msgstr "Cualquier línea de servicio" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Assignees" +msgstr "Asignados" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "End" +msgstr "Fin" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Planning" +msgstr "Planificación" + +#. module: sale_timesheet_timeline +#: model:ir.model,name:sale_timesheet_timeline.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: sale_timesheet_timeline +#: model:ir.model,name:sale_timesheet_timeline.model_sale_order_line +msgid "Sales Order Line" +msgstr "Línea de pedido de venta" + +#. module: sale_timesheet_timeline +#: model:ir.actions.act_window,name:sale_timesheet_timeline.action_sale_order_line_timeline +msgid "Sales Tasks Planning" +msgstr "Planificación de tareas de ventas" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Start" +msgstr "Inicio" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Task" +msgstr "Tarea" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order_line__task_user_ids +msgid "Task Assignees" +msgstr "Asignados a la tarea" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order_line__task_date_end +msgid "Task End" +msgstr "Fin de tarea" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order_line__task_date_start +msgid "Task Start" +msgstr "Comienzo de tarea" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.view_sale_order_line_timeline +msgid "User" +msgstr "Usuario" diff --git a/sale_timesheet_timeline/i18n/it.po b/sale_timesheet_timeline/i18n/it.po new file mode 100644 index 000000000..4ea2baa81 --- /dev/null +++ b/sale_timesheet_timeline/i18n/it.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_timesheet_timeline +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2024-10-14 09:06+0000\n" +"Last-Translator: mymage \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.6.2\n" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.view_order_form +msgid "Planning" +msgstr "Pianificazione" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order__any_service_line +msgid "Any Service Line" +msgstr "Ogni riga servizio" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Assignees" +msgstr "Assegnatari" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "End" +msgstr "Fine" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Planning" +msgstr "Pianificazione" + +#. module: sale_timesheet_timeline +#: model:ir.model,name:sale_timesheet_timeline.model_sale_order +msgid "Sales Order" +msgstr "Ordine di vendita" + +#. module: sale_timesheet_timeline +#: model:ir.model,name:sale_timesheet_timeline.model_sale_order_line +msgid "Sales Order Line" +msgstr "Riga ordine di vendita" + +#. module: sale_timesheet_timeline +#: model:ir.actions.act_window,name:sale_timesheet_timeline.action_sale_order_line_timeline +msgid "Sales Tasks Planning" +msgstr "Pianificazione attività vendite" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Start" +msgstr "Avvio" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Task" +msgstr "Attività" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order_line__task_user_ids +msgid "Task Assignees" +msgstr "Assegnatario attività" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order_line__task_date_end +msgid "Task End" +msgstr "Fine attività" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order_line__task_date_start +msgid "Task Start" +msgstr "Inizio attività" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.view_sale_order_line_timeline +msgid "User" +msgstr "Utente" diff --git a/sale_timesheet_timeline/i18n/sale_timesheet_timeline.pot b/sale_timesheet_timeline/i18n/sale_timesheet_timeline.pot new file mode 100644 index 000000000..659a9299e --- /dev/null +++ b/sale_timesheet_timeline/i18n/sale_timesheet_timeline.pot @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_timesheet_timeline +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.view_order_form +msgid "Planning" +msgstr "" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order__any_service_line +msgid "Any Service Line" +msgstr "" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Assignees" +msgstr "" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "End" +msgstr "" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Planning" +msgstr "" + +#. module: sale_timesheet_timeline +#: model:ir.model,name:sale_timesheet_timeline.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_timesheet_timeline +#: model:ir.model,name:sale_timesheet_timeline.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_timesheet_timeline +#: model:ir.actions.act_window,name:sale_timesheet_timeline.action_sale_order_line_timeline +msgid "Sales Tasks Planning" +msgstr "" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Start" +msgstr "" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.sale_order_portal_content +msgid "Task" +msgstr "" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order_line__task_user_ids +msgid "Task Assignees" +msgstr "" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order_line__task_date_end +msgid "Task End" +msgstr "" + +#. module: sale_timesheet_timeline +#: model:ir.model.fields,field_description:sale_timesheet_timeline.field_sale_order_line__task_date_start +msgid "Task Start" +msgstr "" + +#. module: sale_timesheet_timeline +#: model_terms:ir.ui.view,arch_db:sale_timesheet_timeline.view_sale_order_line_timeline +msgid "User" +msgstr "" diff --git a/sale_timesheet_timeline/models/__init__.py b/sale_timesheet_timeline/models/__init__.py new file mode 100644 index 000000000..b1ad204bd --- /dev/null +++ b/sale_timesheet_timeline/models/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import sale_order diff --git a/sale_timesheet_timeline/models/sale_order.py b/sale_timesheet_timeline/models/sale_order.py new file mode 100644 index 000000000..6958b22f5 --- /dev/null +++ b/sale_timesheet_timeline/models/sale_order.py @@ -0,0 +1,42 @@ +# Copyright 2024 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from odoo import Command, fields, models + + +class SaleOrder(models.Model): + _inherit = "sale.order" + + any_service_line = fields.Boolean(compute="_compute_any_service_line") + + def _compute_any_service_line(self): + for record in self: + record.any_service_line = any( + [x.product_type == "service" for x in record.order_line] + ) + + +class SaleOrderLine(models.Model): + _inherit = "sale.order.line" + + task_date_start = fields.Datetime("Task Start") + task_date_end = fields.Datetime("Task End") + task_user_ids = fields.Many2many( + comodel_name="res.users", + string="Task Assignees", + copy=True, + context={"active_test": False}, + domain="[('share', '=', False), ('active', '=', True)]", + ) + + def _timesheet_create_task_prepare_values(self, project): + # Transfer dates and assignees from sales order line + res = super()._timesheet_create_task_prepare_values(project) + if self.task_date_start: + res["planned_date_start"] = self.task_date_start + if self.task_date_end: + res["planned_date_end"] = self.task_date_end + res["date_deadline"] = self.task_date_end + if self.task_user_ids: + res["user_ids"] = [Command.link(x.id) for x in self.task_user_ids] + return res diff --git a/sale_timesheet_timeline/pyproject.toml b/sale_timesheet_timeline/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/sale_timesheet_timeline/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/sale_timesheet_timeline/readme/CONTRIBUTORS.md b/sale_timesheet_timeline/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..a9bd1355a --- /dev/null +++ b/sale_timesheet_timeline/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- [Tecnativa](https://www.tecnativa.com): + + > - Pedro M. Baeza diff --git a/sale_timesheet_timeline/readme/DESCRIPTION.md b/sale_timesheet_timeline/readme/DESCRIPTION.md new file mode 100644 index 000000000..7fee0964f --- /dev/null +++ b/sale_timesheet_timeline/readme/DESCRIPTION.md @@ -0,0 +1,7 @@ +This module allows to plan in advance the start/end dates and assignees +for the sales order lines that are services, and they are transferred to +the created task (if any) when confirming the order. + +It includes a timeline view for pre-viewing and managing the planning. + +In addition, this planning is shown in the order portal view. diff --git a/sale_timesheet_timeline/readme/ROADMAP.md b/sale_timesheet_timeline/readme/ROADMAP.md new file mode 100644 index 000000000..96af7bc86 --- /dev/null +++ b/sale_timesheet_timeline/readme/ROADMAP.md @@ -0,0 +1 @@ +- Timeline visualization in portal. diff --git a/sale_timesheet_timeline/readme/USAGE.md b/sale_timesheet_timeline/readme/USAGE.md new file mode 100644 index 000000000..6136fd1e7 --- /dev/null +++ b/sale_timesheet_timeline/readme/USAGE.md @@ -0,0 +1,8 @@ +1. Go to Sales \> Orders \> Quotations +2. Create a new record. +3. Add a line with a product of type "Service". +4. A new smart-button "Planning" will appear. +5. On optional fields, you will find 3 fields for setting manually the + planning data: "Task Start", "Task End" and "Task Assignees". +6. You can also click on the "Planning" button and plan the dates + visually in the timeline view. diff --git a/sale_timesheet_timeline/static/description/icon.png b/sale_timesheet_timeline/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/sale_timesheet_timeline/static/description/icon.png differ diff --git a/sale_timesheet_timeline/static/description/index.html b/sale_timesheet_timeline/static/description/index.html new file mode 100644 index 000000000..203193a63 --- /dev/null +++ b/sale_timesheet_timeline/static/description/index.html @@ -0,0 +1,454 @@ + + + + + +Dates planning in sales order lines + + + +
+

Dates planning in sales order lines

+ + +

Beta License: AGPL-3 OCA/timesheet Translate me on Weblate Try me on Runboat

+

This module allows to plan in advance the start/end dates and assignees +for the sales order lines that are services, and they are transferred to +the created task (if any) when confirming the order.

+

It includes a timeline view for pre-viewing and managing the planning.

+

In addition, this planning is shown in the order portal view.

+

Table of contents

+ +
+

Usage

+
    +
  1. Go to Sales > Orders > Quotations
  2. +
  3. Create a new record.
  4. +
  5. Add a line with a product of type “Service”.
  6. +
  7. A new smart-button “Planning” will appear.
  8. +
  9. On optional fields, you will find 3 fields for setting manually the +planning data: “Task Start”, “Task End” and “Task Assignees”.
  10. +
  11. You can also click on the “Planning” button and plan the dates +visually in the timeline view.
  12. +
+
+
+

Known issues / Roadmap

+
    +
  • Timeline visualization in portal.
  • +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/timesheet project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/sale_timesheet_timeline/tests/__init__.py b/sale_timesheet_timeline/tests/__init__.py new file mode 100644 index 000000000..287f790a0 --- /dev/null +++ b/sale_timesheet_timeline/tests/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import test_sale_timesheet_timeline diff --git a/sale_timesheet_timeline/tests/test_sale_timesheet_timeline.py b/sale_timesheet_timeline/tests/test_sale_timesheet_timeline.py new file mode 100644 index 000000000..3af0d327d --- /dev/null +++ b/sale_timesheet_timeline/tests/test_sale_timesheet_timeline.py @@ -0,0 +1,52 @@ +# Copyright 2024 Tecnativa - Pedro M. Baeza +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). +from odoo import fields +from odoo.tests import Form, new_test_user + +from odoo.addons.base.tests.common import BaseCommon + + +class TestSaleTimesheetTimeline(BaseCommon): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.partner = cls.env["res.partner"].create({"name": "Test partner"}) + cls.user = new_test_user(cls.env, login="test_user_st_timeline") + cls.project = cls.env["project.project"].create( + {"name": "Test project", "allow_billable": True} + ) + cls.product_task = cls.env["product.product"].create( + { + "name": "Test task product", + "detailed_type": "service", + "service_tracking": "task_global_project", + "service_policy": "ordered_prepaid", + "project_id": cls.project.id, + "uom_id": cls.env.ref("uom.product_uom_hour").id, + "uom_po_id": cls.env.ref("uom.product_uom_hour").id, + } + ) + order_form = Form(cls.env["sale.order"]) + order_form.partner_id = cls.partner + with order_form.order_line.new() as line_form: + line_form.product_id = cls.product_task + line_form.product_uom_qty = 10 + line_form.name = "This is a long description\nwith line feed" + line_form.task_date_start = "2024-08-01 00:00:00" + line_form.task_date_end = "2024-08-05 12:00:00" + line_form.task_user_ids.add(cls.user) + cls.order = order_form.save() + + def test_task_creation(self): + self.order.action_confirm() + task = self.project.task_ids + self.assertEqual( + task.planned_date_start, fields.Datetime.from_string("2024-08-01 00:00:00") + ) + self.assertEqual( + task.planned_date_end, fields.Datetime.from_string("2024-08-05 12:00:00") + ) + self.assertEqual( + task.date_deadline, fields.Datetime.from_string("2024-08-05 12:00:00") + ) + self.assertEqual(task.user_ids, self.user) diff --git a/sale_timesheet_timeline/views/sale_order_views.xml b/sale_timesheet_timeline/views/sale_order_views.xml new file mode 100644 index 000000000..e1c3beff8 --- /dev/null +++ b/sale_timesheet_timeline/views/sale_order_views.xml @@ -0,0 +1,105 @@ + + + + + sale.order.line + timeline + + + + + + + +
+ + User + + + + + + + +
+
+
+
+
+
+ + Sales Tasks Planning + sale.order.line + timeline + [('order_id', '=', active_id), ('product_type', '=', 'service')] + + + + sale.order + + + + + + + + + + + + + +
diff --git a/sale_timesheet_timeline/views/sale_portal_templates.xml b/sale_timesheet_timeline/views/sale_portal_templates.xml new file mode 100644 index 000000000..d357b76de --- /dev/null +++ b/sale_timesheet_timeline/views/sale_portal_templates.xml @@ -0,0 +1,72 @@ + + +