跳至內容
選單
此問題已被標幟
1 回覆
1673 瀏覽次數

Unable to remove 'Odoo Point Of Sale' text from the footer of POS receipt.

頭像
捨棄
最佳答案

    Hello Raptor, 

    

    To do so, Make a folder structure as mentioned in below picture.

    

   

    

    Add POS Assets in Manifest, as mentioned in below image.

    

    

    

    Here, 'pos_receipt_screen' is the name of the module.

    

    Then, in xml file, Add Below Code.


// Code is added in comment...


If you need any help in customization feel free to contact us.


Thanks & Regards,

Email:   odoo@aktivsoftware.com           

Skype: kalpeshmaheshwari

頭像
捨棄

Below added code,

<?xml version="1.0" encoding="UTF-8" ?>
<templates id="template" xml:space="preserve">
<t t-name="pos_receipt_screen.receiptscreen" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension">
<xpath expr="//p[text()='Odoo Point of Sale']" position="replace">
</xpath>
</t>
</templates>

相關帖文 回覆 瀏覽次數 活動
0
5月 23
2030
0
5月 22
1689
1
8月 25
802
1
7月 25
1060
3
7月 25
3572