I am working with Odoo 14 Community, with the purchase, sale and inventory modules, I configured the system with a Dropshipping route
I am trying to modify the printing of the purchase orders from the report_purchaseorder_document view, to add the customer's phone and mobile as an element in the Shipping Address
For this I am trying to add a line in the structure, but I don't know which variable contains the customer's phone and mobile numbers
...
< t t-if="o.dest_address_id" >
< t t-set="information_block" >
< strong>Shipping address:< /strong >
< div t-if="o.dest_address_id" >
Phone: < span t-field="CUSTOMER-PHONE-VARIABLE"/ >
< div t-field="o.dest_address_id" t-options="{& quot;widget& quot;: & quot;contact& quot;, & quot;fields& quot;: [& quot;email& quot;, & quot;address& quot;, & quot;name& quot;, & quot;phone& quot;], & quot;no_marker& quot;: True, & quot;phone_icons& quot;: True}" name="purchase_shipping_address"/ >
< /div >
< /t >
< /t >...
Could you help me identify the name of this variable
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
The data structure o.dest_address_id contains the objects: phone and mobile, in this way it is possible to add these two elements to the list of options of the elements to show as part of the shipping address.
Additionally, it is necessary to select the Buy option in the product inventory configuration, it is not enough to mark only dropshipping.
< div t-field="o.dest_address_id" t-options="{& quot;widget& quot;: & quot;contact& quot;, & quot;fields& quot;: [& quot;email& quot;, & quot;address& quot;, & quot;name& quot;, & quot;phone& quot;, & quot;mobile& quot;, & quot;vat& quot;], & quot;no_marker& quot;: True, & quot;phone_icons& quot;: True}" name="purchase_shipping_address"/ >
Spaces were placed before the & to allow the correct display of the code segment in the forum
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
How to Add phone number of the purchase responsible
Diselesaikan
|
|
1
Des 22
|
1933 | |
importing Purchase Order shown as a RFQ
Diselesaikan
|
|
2
Mei 25
|
2048 | |
|
3
Des 24
|
6002 | ||
How do I replace the default Purchase Order number?
Diselesaikan
|
|
1
Jul 24
|
2864 | |
Purchase Product Description Incorrect
Diselesaikan
|
|
1
Jun 24
|
2028 |