Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1690 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

    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

Ảnh đại diện
Huỷ bỏ

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>

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 5 23
2042
0
thg 5 22
1690
1
thg 8 25
810
1
thg 7 25
1066
3
thg 7 25
3633