[IMP] sales: minor adjustment to dynamic text portion of PDF builder
closes odoo/documentation#6322 Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
This commit is contained in:
parent
9ab09aa0a5
commit
03cf50013a
@ -61,14 +61,19 @@ Dynamic text values
|
|||||||
Below are common dynamic text values used in custom PDFs, and what they represent:
|
Below are common dynamic text values used in custom PDFs, and what they represent:
|
||||||
|
|
||||||
- :guilabel:`name`: Sales Order Reference
|
- :guilabel:`name`: Sales Order Reference
|
||||||
- :guilabel:`partner_id_name`: Customer Name
|
- :guilabel:`partner_id__name`: Customer Name
|
||||||
- :guilabel:`user_id_name`: Salesperson Name
|
- :guilabel:`user_id__name`: Salesperson Name
|
||||||
- :guilabel:`amount_untaxed`: Untaxed Amount
|
- :guilabel:`amount_untaxed`: Untaxed Amount
|
||||||
- :guilabel:`amount_total`: Total Amount
|
- :guilabel:`amount_total`: Total Amount
|
||||||
- :guilabel:`delivery_date`: Delivery Date
|
- :guilabel:`delivery_date`: Delivery Date
|
||||||
- :guilabel:`validity_date`: Expiration Date
|
- :guilabel:`validity_date`: Expiration Date
|
||||||
- :guilabel:`client_order_ref`: Customer Reference
|
- :guilabel:`client_order_ref`: Customer Reference
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Double underscore notation for :guilabel:`partner_id__name` and :guilabel:`user_id__name` values
|
||||||
|
are used in place of the typically used `.` symbol because the library currently does not support
|
||||||
|
the `.` symbol.
|
||||||
|
|
||||||
Product-specific dynamic text values are as follows:
|
Product-specific dynamic text values are as follows:
|
||||||
|
|
||||||
- :guilabel:`description`: Product Description
|
- :guilabel:`description`: Product Description
|
||||||
|
Loading…
Reference in New Issue
Block a user