Field Service - Sale Stock From POS

fieldservice_sale_stock_from_pos
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/17.0/fieldservice_sale_stock_from_pos
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL- Nagarro
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL- Nagarro
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, bobrador
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice
    - base_territory
    - fieldservice_sale_stock
    - fieldservice_sale
    - fieldservice_account
    - fieldservice_stock
OCA/pos:
    - pos_order_to_sale_order
odoo/odoo:
    - base
    - base_geolocalize
    - base_setup
    - web
    - resource
    - contacts
    - mail
    - bus
    - web_tour
    - sale_management
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - payment
    - utm
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - point_of_sale
    - stock_account
    - sale_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds compatibility between field_service_sale_stock and pos_order_to_sale_order, allowing the creation of FSM orders directly from the POS.
It also includes logic to handle refunds.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form_inherit res.config.settings.form.inherit res.config.settings xpath Inherits point_of_sale.res_config_settings_view_form
Models touched (4)

New fields (1)
  • fsm_notification_user_id Many2one → res.users
    string='User who will receive notifications of FSM Orders created from POS' args: 'res.users'
Public methods (0)

No public methods.

New fields (1)
  • fsm_notification_user_id Many2one
    readonly=False related='pos_config_id.fsm_notification_user_id'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • create_order_from_pos(self, order_data, action)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.