Hi,
how can I adjust the position of the delivery address on a delivery note?
we want to have this on the left side here:
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
how can I adjust the position of the delivery address on a delivery note?
we want to have this on the left side here:
Hello,
<t t-set="address">
<div name="div_outgoing_address" style="width: 100%; display: flex; align-items: start;" >
<div name="outgoing_delivery_address" style="position: absolute; left: 40px; top: 0;" t-if="o.should_print_delivery_address()">
<strong>Delivery Address:</strong>
<div t-out="o.move_ids[0].partner_id or o.partner_id"
t-options="{"widget": "contact", "fields": ["address", "name", "phone"], "no_marker": True, "phone_icons": True}"/>
</div>
<div name="outgoing_warehouse_address" style="position: absolute; left: 40px; top: 0;" t-elif="o.picking_type_id.code != 'internal' and o.picking_type_id.warehouse_id.partner_id">
<strong>Warehouse Address</strong>
<div t-field="o.picking_type_id.warehouse_id.partner_id" t-options="{"widget": "contact", "fields": ["address", "name", "phone"], "no_marker": True, "phone_icons": True}"/>
</div>
</div>
<br></br><br></br>
</t>
Thanks
unfortunately this doesn't work.
also tried it with center, right and change of margin - unfortunately nothing happens!!
See image next answer
Hello,
try the edited answer !
ufortunatelly now my address is fully over WH/OUT...
give it a try with full adress block!
Just add more <br></br><br></br> at the end
try with above mentioned code.
Hello,
try the edited answer !
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
2
dec. 24
|
2610 | ||
|
1
sep. 24
|
2999 | ||
|
1
apr. 23
|
10697 | ||
|
2
sep. 15
|
4523 | ||
|
2
mrt. 15
|
6235 |