feat: separate fusion field service and LTC into standalone modules, update core modules
- fusion_claims: separated field service logic, updated controllers/views - fusion_tasks: updated task views and map integration - fusion_authorizer_portal: added page 11 signing, schedule booking, migrations - fusion_shipping: new standalone shipping module (Canada Post, FedEx, DHL, Purolator) - fusion_ltc_management: new standalone LTC management module
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Fusion Authorizer & Sales Portal',
|
||||
'version': '19.0.2.2.0',
|
||||
'version': '19.0.2.5.0',
|
||||
'category': 'Sales/Portal',
|
||||
'summary': 'Portal for Authorizers (OTs) and Sales Reps with Assessment Forms',
|
||||
'description': """
|
||||
@@ -50,8 +50,10 @@ This module provides external portal access for:
|
||||
'website',
|
||||
'mail',
|
||||
'calendar',
|
||||
'appointment',
|
||||
'knowledge',
|
||||
'fusion_claims',
|
||||
'fusion_tasks',
|
||||
],
|
||||
'data': [
|
||||
# Security
|
||||
@@ -62,6 +64,7 @@ This module provides external portal access for:
|
||||
'data/portal_menu_data.xml',
|
||||
'data/ir_actions_server_data.xml',
|
||||
'data/welcome_articles.xml',
|
||||
'data/appointment_invite_data.xml',
|
||||
# Views
|
||||
'views/res_partner_views.xml',
|
||||
'views/sale_order_views.xml',
|
||||
@@ -76,7 +79,8 @@ This module provides external portal access for:
|
||||
'views/portal_accessibility_forms.xml',
|
||||
'views/portal_technician_templates.xml',
|
||||
'views/portal_book_assessment.xml',
|
||||
'views/portal_repair_form.xml',
|
||||
'views/portal_schedule.xml',
|
||||
'views/portal_page11_sign_templates.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
@@ -93,9 +97,11 @@ This module provides external portal access for:
|
||||
'fusion_authorizer_portal/static/src/js/pdf_field_editor.js',
|
||||
'fusion_authorizer_portal/static/src/js/technician_push.js',
|
||||
'fusion_authorizer_portal/static/src/js/technician_location.js',
|
||||
'fusion_authorizer_portal/static/src/js/portal_schedule_booking.js',
|
||||
],
|
||||
},
|
||||
'images': ['static/description/icon.png'],
|
||||
'post_init_hook': '_reactivate_views',
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'auto_install': False,
|
||||
|
||||
Reference in New Issue
Block a user