Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Sale Global Discount
Entity: sale.order
Description:
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| amount_global_discount | Total Global Discounts | Monetary | - | _compute_amounts |
| amount_total_before_global_discounts | Amount Total Before Discounts | Monetary | - | _compute_amounts |
| amount_untaxed_before_global_discounts | Amount Untaxed Before Discounts | Monetary | - | _compute_amounts |
| global_discount_ids | Sale Global Discounts | Many-to-Many | global.discount | _compute_global_discount_ids |
| global_discount_ids_readonly | Sale Global Discounts (readonly) | Many-to-Many | global_discount_ids |
