Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
4360 Представления

after adding note in the delivery slip, it does not show while printing 

Аватар
Отменить

The note is only printed on the Picking operation but not on the delivery slip.
Did you find a solution to print on the Delivery slip?

Лучший ответ

Hi Adamu,

I had the same request from our client and answer from Cybrosys  was not working - here is my code modified (working on v15):

< template id="report_delivery_document_inherit_custom_module" inherit_id="stock.report_delivery_document">
< xpath expr="//div[@name='signature']" position="after">
< p t-esc="o.sale_id.note"/>
< /xpath>
< /template>


Аватар
Отменить
Лучший ответ

Hi,
You can add note in delivery slip by inheriting the delivery slip template like below.

< template id="report_delivery_document_inherit_custom_module" inherit_id="stock.report_delivery_document">
< xpath expr="//div[@name='signature']" position="after">
< p t-field="o.note"/>
< /xpath>
< /template>

Regards

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
сент. 24
3024
2
сент. 15
4533
4
дек. 23
3597
2
окт. 23
1436
0
мар. 15
4710