Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:09:13
Authors
Odoo Community Association (OCA), Oscar Soto, Sidoo Soluciones S.L.
Maintainers
Odoo Community Association (OCA), Oscar Soto, Sidoo Soluciones S.L.
Committers
OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
recalculate_price_margin_view_form recalculate_price_margin.view.form sale.recalculate.price.margin form New
sale_margin_sale_order sale.order Inherits sale_margin.sale_margin_sale_order
sale_margin_sale_order_line_form sale.order form Inherits sale_margin.sale_margin_sale_order_line_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • wizard_price_unit_by_margin(self)

New fields (0)

No new fields.

Public methods (1)
  • wizard_price_unit_by_margin(self)

New fields (3)
  • line_id Many2one → sale.order.line
    ondelete='cascade' args: 'sale.order.line'
  • order_id Many2one → sale.order
    ondelete='cascade' args: 'sale.order'
  • sale_margin_percent Float
    digits='Product Price' required=True string='Margin (%)'
Public methods (1)
  • recalculate_price_margin(self)