TIP: You can type at any time to perform a new search.
Valued Picking Report
stock_picking_report_valued · OCA/stock-logistics-reporting
- Repository
- OCA/stock-logistics-reporting · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Warehouse Management
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-reporting
- Last tracking update
- 2026-08-07 09:06:25
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Tobias Zehntner, OCA-git-bot, oca-ci, arantxa-s73
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Add amount information to Delivery Slip report. You can select at partner level if picking list report must be valued or not. If the picking is done it's valued with quantity done, otherwise the picking is valued with reserved quantity.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
valued_report_picking |
valued_report_picking | ir.ui.view | qweb | Inherits stock.report_delivery_document |
valued_report_picking_has_serial_move_line |
valued_report_picking_has_serial_move_line | ir.ui.view | qweb | Inherits stock.stock_report_delivery_has_serial_move_line |
view_partner_valued_picking |
Partner view (Valued picking) | res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
valued_pickingBooleandefault=Truehelp='You can select which partners have valued pickings'
No public methods.
New fields (9)
-
currency_idMany2onerelated='sale_line.currency_id'string='Sale Currency' -
sale_discountFloatrelated='sale_line.discount'string='Sale discount (%)' -
sale_lineMany2onerelated='move_id.sale_line_id'string='Related order line' -
sale_price_subtotalMonetarycompute='_compute_sale_order_line_fields'compute_sudo=Truestring='Price subtotal' -
sale_price_taxFloatcompute='_compute_sale_order_line_fields'compute_sudo=Truestring='Taxes' -
sale_price_totalMonetarycompute='_compute_sale_order_line_fields'compute_sudo=Truestring='Total' -
sale_price_unitFloatcompute='_compute_sale_order_line_fields'compute_sudo=True -
sale_tax_descriptionCharcompute='_compute_sale_order_line_fields'compute_sudo=Truestring='Tax Description' -
sale_tax_idsMany2manyrelated='sale_line.tax_ids'string='Sale Tax'
No public methods.
New fields (5)
-
amount_taxMonetarycompute='_compute_amount_all'compute_sudo=Truestring='Taxes' -
amount_totalMonetarycompute='_compute_amount_all'compute_sudo=Truestring='Total' -
amount_untaxedMonetarycompute='_compute_amount_all'compute_sudo=Truestring='Untaxed Amount' -
currency_idMany2one → res.currencycomodel_name='res.currency'compute='_compute_currency_id'compute_sudo=Truestring='Currency' -
valuedBooleanrelated='partner_id.valued_picking'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…