Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.2
Category
Uncategorized
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:31:49
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Thierry Ducrest, Iryna Vyshnevska, Vincent Van Rossem, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form view_order_form sale.order form Inherits sale.view_order_form
view_order_line_tree view_order_line_tree sale.order.line tree Inherits sale.view_order_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (6)
  • amount_delivered_from_task Monetary
    compute='_compute_amount_delivered_from_task' currency_field='currency_id' string='Delivered from task'
  • amount_delivered_from_task_company_currency Monetary
    compute='_compute_amount_delivered_from_task' currency_field='company_currency_id' string='Delivered from task (company currency)'
  • amount_invoiced_from_task Monetary
    compute='_compute_amount_invoiced_from_task' currency_field='currency_id' string='Invoiced from task'
  • amount_invoiced_from_task_company_currency Monetary
    compute='_compute_amount_invoiced_from_task' currency_field='company_currency_id' string='Invoiced from task (company currency)'
  • company_currency_id Many2one
    readonly=True related='company_id.currency_id' store=True string='Company currency'
  • is_company_currency Boolean
    compute='_compute_is_company_currency'
Public methods (0)

No public methods.