odoo/tutorials#904
Created by Niyati Patel (niyp)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 3s)
- ci/tutorial: (runtime 87s)
- label
- odoo-dev:18.0-POS-receipt-niyp
- head
- 7475cf46e27cb5eb4acd9c40c6ed7addcb7fe0c1
odoo/tutorials | |
---|---|
18.0 | #904 missing r+ |
master |
[ADD] pos_receipt: allow custom receipt layout with preview
Before this commit:
POS receipts had only one fixed layout.
Logo, header, and footer fields were not in one place.
After this commit:
Users can choose from 3 receipt layouts: light, lined, and boxes.
Header, footer, and logo can be updated from POS settings.
A live preview shows how the receipt will look.
Impact:
Easier receipt setup for users.
Helps businesses match their branding.
Reduces errors by showing preview before saving.