odoo/tutorials#762
Created by Kanha Mevada (kame)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 3s)
- ci/tutorial: (runtime 208s)
- label
- odoo-dev:18.0-pos-billing-kame
- head
- 2b6d1adb3d97830d18c9bc22ca769f82f052fba2
| odoo/tutorials | |
|---|---|
| 18.0 | #762 missing statuses missing r+ |
| 19.0 | |
| master |
[ADD] pos_layout: configurable POS receipt layouts with preview support
Introduced a new pos_layout module to allow POS users to configure and
preview custom receipt layouts.
Added a "Configure Receipt Layout" button in POS settings.
Provided three layout options: Default, Lined, and Boxed.
Enabled configuration of receipt header and footer text.
The selected layout type is applied globally across all POS configs.
Live preview of the selected layout is shown in a modal wizard.
Layout type dynamically influences receipt rendering during printing.