Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
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 09:06:23
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
OCA-git-bot, oca-ci, Wodran Van de Sande
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of sales to allow you to work with
sale lines directly.

It allows you to create sales orders from this sales lines view.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_sales_order_line_filter sale.order.line Inherits sale.view_sales_order_line_filter
view_sales_order_line_input_tree sale.order.line.input.list.view sale.order.line list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • company_price_amount Monetary
    compute='_compute_company_price_amount'
  • company_price_tax_incl_excl Monetary
    compute='_compute_company_price_tax_incl_excl'
  • force_company_id Many2one → res.company
    comodel_name='res.company' compute='_compute_force_company_id' help="Technical field to force company or get it from env user if order don't exist." readonly=False string='Forced company'
  • pricelist_id Many2one
    related='order_id.pricelist_id'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…