Sale Order Type Quotation Number

sale_order_type_quotation_number
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/15.0/sale_order_type_quotation_number
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel
COMMITTERS
COMMITTERSmanu, Weblate, OCA-git-bot, oca-ci, angel
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:33
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_order_type
    - sale_quotation_number
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
quotation_sot_sale_order_type_form_view quotation.sot.sale.order.type.form.view sale.order.type field Inherits sale_order_type.sot_sale_order_type_form_view
quotation_sot_sale_order_type_search_view quotation.sot.sale.order.type.search.view sale.order.type field Inherits sale_order_type.sot_sale_order_type_search_view
quotation_sot_sale_order_type_tree_view quotation.sot.sale.order.type.tree.view sale.order.type field Inherits sale_order_type.sot_sale_order_type_tree_view
quotation_sot_view_order_form quotation.sot.view.order.form sale.order button Inherits sale.view_order_form
Models touched (2)

New fields (2)
  • applied_quotation_seq_id Many2one → ir.sequence
    comodel_name='ir.sequence' readonly=True
  • recompute_quotation_seq Boolean
    compute='_compute_recompute_quotation_seq' store=True
Public methods (5)
  • action_recompute_quotation_seq(self)
  • create(self, vals)
    @api.model
  • get_quotation_seq(self)
    @api.model
  • get_quotation_seq_id(self)
  • get_sale_order_seq(self)

New fields (1)
  • quotation_sequence_id Many2one → ir.sequence
    comodel_name='ir.sequence' copy=False domain=_get_quotation_domain_sequence_id string='Quotation Sequence'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/sale-workflow
PULL REQUEST
PULL REQUEST[MIG] sale_order_type_quotation_number: Migration to 16.0 (#3450)