| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/field-service |
| GIT | |
| GIT | https://github.com/OCA/field-service.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/field-service/tree/15.0/fieldservice_sale_order_create_wizard |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Field Service |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), APSL-Nagarro |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), APSL-Nagarro |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, bobrador, ppyczko |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:30 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/field-service: - fieldservice_sale_stock_route - fieldservice_sale_stock - fieldservice_sale - fieldservice - base_territory - fieldservice_account - fieldservice_stock - fieldservice_route odoo/odoo: - base - base_geolocalize - base_setup - web - resource - contacts - bus - web_tour - sale_management - sale - sales_team - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - utm - stock - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fsm_order_create_wizard_view_form |
fsm_order_create_wizard.view.form | fsm.create.so.wizard | form | New |
line_ids
One2many → fsm.create.so.wizard.line
required=True
string='Order Lines'
args: 'fsm.create.so.wizard.line', 'wizard_id'
location_id
Many2one → fsm.location
required=True
args: 'fsm.location'
action_create_sale_order(self)
discount
Float
default=0.0
digits='Discount'
string='Discount (%)'
product_id
Many2one → product.product
domain="[('field_service_tracking', 'in', ['sale', 'line'])]"
required=True
args: 'product.product'
product_uom_id
Many2one → uom.uom
required=True
string='Unit of Measure'
args: 'uom.uom'
quantity
Float
default=1.0
required=True
wizard_id
Many2one → fsm.create.so.wizard
ondelete='cascade'
required=True
args: 'fsm.create.so.wizard'
No public methods.