Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:09:12
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Weblate, OCA-git-bot, oca-ci, Diego Paradeda
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view_form_quotation_number Quotation number configuration res.config.settings form Inherits sale_quotation_number.res_config_settings_view_form_quotation_number
view_order_form view.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • order_id Many2one → sale.order
    comodel_name='sale.order' copy=False help='For Quotation, this field references to its Sales Order' ondelete='restrict' readonly=True string='Order'
  • order_sequence Boolean
    index=True readonly=True
  • quotation_state Selection
    help='Only relative quotation states' related='state' string='Quotation Status'
  • quote_id Many2one → sale.order
    comodel_name='sale.order' copy=False help='For Sales Order, this field references to its Quotation' ondelete='restrict' readonly=True string='Quotation'
Public methods (3)
  • action_convert_to_order(self)
  • is_using_quotation_number(self, vals)
    @api.model
  • open_duplicated_sale_order(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…