Field Service - Delivery Quantities

fieldservice_delivery_quantities
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/15.0/fieldservice_delivery_quantities
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
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, ppyczko
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_sale_stock
    - fieldservice_sale
    - fieldservice
    - base_territory
    - fieldservice_account
    - fieldservice_stock
    - fieldservice_route
odoo/odoo:
    - base
    - base_geolocalize
    - base_setup
    - web
    - resource
    - contacts
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_move_dayroute_view_tree stock_move.view.tree stock.move tree New
view_move_search_dayroute stock.move.search.dayroute stock.move xpath Inherits stock.view_move_search
Models touched (1)

New fields (4)
  • fsm_dayroute_id Many2one → fsm.route.dayroute
    related='fsm_order_id.dayroute_id' store=True string='Day Route' args: 'fsm.route.dayroute'
  • fsm_location_id Many2one → fsm.location
    related='fsm_order_id.location_id' store=True string='Location' args: 'fsm.location'
  • fsm_worker_id Many2one → fsm.person
    related='fsm_order_id.person_id' store=True string='Worker' args: 'fsm.person'
  • route_name Char
    related='fsm_dayroute_id.route_id.name' store=True string='Route'
Public methods (0)

No public methods.