Hello,
We are using odoo13 community version , windows.
We need your help for add price ,total price and tax in delivery slip.
Thanking you.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
We are using odoo13 community version , windows.
We need your help for add price ,total price and tax in delivery slip.
Thanking you.
Hi,
Inherit the Existing Report Template
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="report_delivery_document_
<xpath expr="//div[@name='div_sched_
<div class="row justify-content-end">
<div class="col-auto">
<strong>Unit Price:</strong>
<p t-field="field value"/>
<strong>Total Price:</strong>
<p t-field="field value"/>
<strong>Tax:</strong>
<p t-field="field value"/>
</div>
</div>
</xpath>
</template>
</odoo>
Hope it helps
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
أغسطس 22
|
1696 | ||
|
0
يونيو 22
|
2846 | ||
|
1
يونيو 24
|
1313 | ||
|
0
مارس 16
|
3473 | ||
|
1
يوليو 24
|
1413 |