Fieldservice Website Sale

fieldservice_website_sale
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_website_sale
VERSION
VERSION 1.0.1
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_availability
    - fieldservice_route
    - fieldservice
    - base_territory
    - fieldservice_sale_stock_route
    - fieldservice_sale_stock
    - fieldservice_sale
    - fieldservice_account
    - fieldservice_stock
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
    - website_sale
    - website
    - social_media
    - google_recaptcha
    - website_payment
    - website_mail
    - portal_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
fsm_delivery_calendar_template FSM Delivery Calendar ir.ui.view qweb New
payment_checkout_with_calendar payment_checkout_with_calendar ir.ui.view qweb Inherits payment.checkout
payment_manage_with_calendar payment_manage_with_calendar ir.ui.view qweb Inherits payment.manage
payment_with_calendar payment_with_calendar ir.ui.view qweb Inherits website_sale.payment
res_config_settings_view_form res.config.settings.view.form.fsm res.config.settings xpath Inherits fieldservice.res_config_settings_view_form
Models touched (2)

New fields (4)
  • auto_assign_default_time_range Boolean
    default=False help='If enabled, a default delivery time range will be auto-assigned when not selected by the user.' string='Auto-assign default delivery time range'
  • max_date_number Selection
    default='1' required=True selection=<expr>
  • max_date_unit Selection
    default='months' required=True selection=[('days', 'Days'), ('weeks', 'Weeks'), ('months', 'Months')]
  • time_range_default_id Many2one → fsm.delivery.time.range
    help="Time range to auto-assign when 'Auto-assign default delivery time range' is enabled." string='Default Delivery Time Range' args: 'fsm.delivery.time.range'
Public methods (2)
  • get_values(self)
    @api.model
  • set_values(self)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • onchange_partner_shipping_id(self)
    @api.onchange('partner_shipping_id', 'partner_id', 'company_id')