@@ -367,17 +367,16 @@ <h1 class="title">Stock Picking Declared Value</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:b28cce79b805578f7f7dedf097667ef94976ac43967ce49f20b2d595814d1747
370
+ !! source digest: sha256:78ed1d6b0f51d9714d976408ac8cc483c52fc13d0bb2503eed247fe2f5175ee4
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/delivery-carrier/tree/15.0/stock_picking_declared_value "> < img alt ="OCA/delivery-carrier " src ="https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/delivery-carrier-15-0/delivery-carrier-15-0-stock_picking_declared_value "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=15.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
- < p > This module extends the stock picking functionality to display product declared values from sales orders.
373
+ < p > This module extends the stock picking functionality to copy product prices from sales orders.
374
374
When a picking is created from a sales order, it copies the prices and discounts of each product line to the picking as declared values.
375
375
The purpose of this module is to serve other modules such as delivery carriers which require these
376
376
declared values when shipping a picking.</ p >
377
- < p > The module copies the following information from the sales order lines:
378
- - Unit price
379
- - Discount percentage
380
- - Calculates the subtotal with discount applied</ p >
377
+ < p > Additionally, the module allows configuring a “Declared Amount” on shipping methods (delivery carriers).
378
+ This percentage is used to calculate the final declared value for the picking. For example, if the total value
379
+ of products in a picking is $1000 and the declared amount is set to 80%, the declared value will be $800.</ p >
381
380
< p > All declared value columns are hidden by default in the user interface but can be shown when needed.</ p >
382
381
< p > < strong > Table of contents</ strong > </ p >
383
382
< div class ="contents local topic " id ="contents ">
@@ -396,11 +395,13 @@ <h1 class="title">Stock Picking Declared Value</h1>
396
395
< h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
397
396
< p > To use this module, you need to:</ p >
398
397
< ol class ="arabic simple ">
399
- < li > Create a sales order with products</ li >
398
+ < li > Configure the “Declared Amount” on your shipping methods (Inventory > Configuration > Delivery > Shipping Methods)</ li >
399
+ < li > Create a sales order with products and select a shipping method</ li >
400
400
< li > Confirm the sales order</ li >
401
401
< li > Go to the delivery order created from the sales order</ li >
402
402
< li > The declared value columns are hidden by default</ li >
403
- < li > You can show the declared value columns by clicking on the column header and selecting "Show"</ li >
403
+ < li > You can show the declared value columns by clicking on the column header and selecting “Show”</ li >
404
+ < li > You can view and modify the “Declared Amount” in the “Additional Info” tab of the picking</ li >
404
405
</ ol >
405
406
</ div >
406
407
< div class ="section " id ="bug-tracker ">
0 commit comments