TIP: You can type at any time to perform a new search.
Sale shipping info helper
sale_shipping_info_helper · OCA/sale-workflow
- 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_taxFloatcompute='_compute_shipping'digits='Account'help='Tax portion of the item amount'store=True -
item_amount_totalFloatcompute='_compute_shipping'digits='Account'help='Total amount for items excluding shipping'store=True -
item_amount_untaxedFloatcompute='_compute_shipping'digits='Account'help='Untaxed portion of the item amount'store=True -
shipping_amount_taxFloatcompute='_compute_shipping'digits='Account'help='Tax portion of the shipping amount'store=True -
shipping_amount_totalFloatcompute='_compute_shipping'digits='Account'help='Total shipping amount including taxes'store=True -
shipping_amount_untaxedFloatcompute='_compute_shipping'digits='Account'help='Untaxed portion of the shipping amount'store=True
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…