diff --git a/bemade_fsm/__manifest__.py b/bemade_fsm/__manifest__.py index 12cf85a..78f0d36 100644 --- a/bemade_fsm/__manifest__.py +++ b/bemade_fsm/__manifest__.py @@ -20,7 +20,7 @@ ######################################################################################## { 'name': 'Improved Field Service Management', - 'version': '15.0.1.0.8', + 'version': '15.0.1.0.9', 'summary': 'Adds functionality necessary for managing field service operations at Durpro.', 'description': 'Adds functionality necessary for managing field service operations at Durpro.', 'category': 'Services/Field Service', @@ -56,11 +56,6 @@ 'wizard/new_task_from_template.xml', ], 'assets': { - 'web.assets_tests': [ - 'bemade_fsm/static/tests/tours/task_template_tour.js', - 'bemade_fsm/static/tests/tours/equipment_tour.js', - 'bemade_fsm/static/tests/tours/sale_order_tour.js', - ], 'web.report_assets_common': [ 'bemade_fsm/static/src/scss/bemade_fsm.scss' ], diff --git a/bemade_fsm/reports/worksheet_custom_report_templates.xml b/bemade_fsm/reports/worksheet_custom_report_templates.xml index 192455a..7436646 100644 --- a/bemade_fsm/reports/worksheet_custom_report_templates.xml +++ b/bemade_fsm/reports/worksheet_custom_report_templates.xml @@ -242,6 +242,20 @@ +
+
+
Planned start:
+
+
+
+
+
+
Planned end:
+
+
+
+
+
Site Contacts:
diff --git a/bemade_fsm/reports/worksheet_templates.xml b/bemade_fsm/reports/worksheet_templates.xml deleted file mode 100644 index 026f037..0000000 --- a/bemade_fsm/reports/worksheet_templates.xml +++ /dev/null @@ -1,146 +0,0 @@ - - - - - Complete Worksheet Report (PDF) - project.task - qweb-pdf - bemade_fsm.worksheet_complete - - '%s Worksheet %s' % (time.strftime('%Y-%m-%d'), object.name) - - - report - - - - - - - - \ No newline at end of file