Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
523 Переглядів

Hello,

In my Odoo 18 POS, I want to customize the receipt so that:

  • Only products of type "combo" are displayed.
  • The individual items included in the combo are not listed separately.
  • The displayed price is the total price of the combo, not the sum of the child products.
  • The receipt layout remains the default Odoo POS layout.
  • The order date should be displayed, not just the payment timestamp.

I have tried overriding OrderReceipt using a CustomOrderReceipt component, but I encounter errors such as OwlError or Cannot read properties of undefined when filtering lines or accessing paymentlines.

I am looking for an approach or working example to:

  • Filter order lines to show only combos.
  • Display the total price of the combo.
  • Show the order date.
  • Avoid Owl errors caused by missing data (e.g., payment_method undefined).

Any advice or working examples would be greatly appreciated.

Аватар
Відмінити
Найкраща відповідь

Hi,


Please refer to the following for customising the POS receipt.


    https://apps.odoo.com/apps/modules/18.0/custom_receipts_for_pos

    https://www.cybrosys.com/blog/how-to-customize-pos-receipts-in-the-odoo-18

    https://www.youtube.com/watch?v=sHQUam5F5Qs


Hope it helps

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
бер. 23
2403
0
лип. 22
1904
1
вер. 25
465
2
серп. 25
3363
1
лип. 25
1527