changes
This commit is contained in:
61
fusion_quotations/__manifest__.py
Normal file
61
fusion_quotations/__manifest__.py
Normal file
@@ -0,0 +1,61 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Fusion Quotation Builder',
|
||||
'version': '19.0.2.0.0',
|
||||
'category': 'Sales',
|
||||
'summary': 'Multi-Equipment Assessment & Automatic Quotation Generation',
|
||||
'description': """
|
||||
Guided equipment assessment form with automatic quotation generation.
|
||||
Supports multiple equipment types (wheelchairs, stair lifts, porch lifts, etc.)
|
||||
with dynamic form steps per Configuration Flow.
|
||||
- Dynamic equipment type registry
|
||||
- Config Flow-driven form steps (customizable per equipment type)
|
||||
- Configurable sections (Frame, Cushion, Backrest, etc.)
|
||||
- Admin-managed product options per section
|
||||
- Auto-upcharge rules based on measurements
|
||||
- Multi-step portal form for sales reps
|
||||
- ADP prescription measurements capture
|
||||
- Automatic draft sale order generation with correct ADP device codes
|
||||
""",
|
||||
'author': 'Nexa Systems Inc.',
|
||||
'website': 'https://nexasystems.ca',
|
||||
'license': 'OPL-1',
|
||||
'depends': [
|
||||
'base',
|
||||
'sale',
|
||||
'sale_management',
|
||||
'portal',
|
||||
'website',
|
||||
'mail',
|
||||
'fusion_claims',
|
||||
'fusion_authorizer_portal',
|
||||
],
|
||||
'data': [
|
||||
'security/security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'data/equipment_type_data.xml',
|
||||
'views/wc_section_views.xml',
|
||||
'views/wc_upcharge_rule_views.xml',
|
||||
'views/wc_assessment_views.xml',
|
||||
'views/wc_config_flow_views.xml',
|
||||
'views/equipment_type_views.xml',
|
||||
'views/menus.xml',
|
||||
'views/portal_quotation_templates.xml',
|
||||
'data/section_seed_data.xml',
|
||||
'data/upcharge_rules_data.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_frontend': [
|
||||
'fusion_quotations/static/src/css/quotation_form.css',
|
||||
'fusion_quotations/static/src/js/quotation_form.js',
|
||||
],
|
||||
'web.assets_backend': [
|
||||
'fusion_quotations/static/src/scss/flow_designer.scss',
|
||||
'fusion_quotations/static/src/js/flow_designer/flow_designer_action.js',
|
||||
'fusion_quotations/static/src/xml/flow_designer_templates.xml',
|
||||
],
|
||||
},
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
Reference in New Issue
Block a user