Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.2.0
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:56:58
Authors
Odoo Community Association (OCA), Sygel
Maintainers
Odoo Community Association (OCA), Sygel
Committers
manu, Weblate, OCA-git-bot, oca-ci, angel
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form 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 search 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 tree Inherits sale_order_type.sot_sale_order_type_tree_view
quotation_sot_view_order_form quotation.sot.view.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
625 days ago
Last activity
25 days ago
Repository
OCA/sale-workflow
Pull request
[MIG] sale_order_type_quotation_number: Migration to 16.0 (#3450)