Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-17 18:05:55
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module, add a new computed field to sale order to make shipping
info accessible for report or e-commerce.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (6)
  • item_amount_tax Float
    compute='_compute_shipping' digits='Account' help='Tax portion of the item amount' store=True
  • item_amount_total Float
    compute='_compute_shipping' digits='Account' help='Total amount for items excluding shipping' store=True
  • item_amount_untaxed Float
    compute='_compute_shipping' digits='Account' help='Untaxed portion of the item amount' store=True
  • shipping_amount_tax Float
    compute='_compute_shipping' digits='Account' help='Tax portion of the shipping amount' store=True
  • shipping_amount_total Float
    compute='_compute_shipping' digits='Account' help='Total shipping amount including taxes' store=True
  • shipping_amount_untaxed Float
    compute='_compute_shipping' digits='Account' help='Untaxed portion of the shipping amount' store=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…