diff --git a/thermal_invoice_report/doc/RELEASE_NOTES.md b/thermal_invoice_report/doc/RELEASE_NOTES.md index 4aa76f99c..bab577093 100644 --- a/thermal_invoice_report/doc/RELEASE_NOTES.md +++ b/thermal_invoice_report/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 16.0.1.0.0 #### ADD - Initial commit for Thermal Invoice Report + +#### 27.12.2023 +#### Version 16.0.1.0.1 +##### FIX +- Bug Fixed, PDF splitting fixed for seamless single invoices. diff --git a/thermal_invoice_report/report/thermal_report.xml b/thermal_invoice_report/report/thermal_report.xml index 740befc3a..61a0ab4ff 100644 --- a/thermal_invoice_report/report/thermal_report.xml +++ b/thermal_invoice_report/report/thermal_report.xml @@ -100,7 +100,6 @@
- @@ -124,7 +123,6 @@
--------------------------------------------------------------------
-
Thank You For Shopping With Us

-- *** --

diff --git a/thermal_invoice_report/static/src/css/thermal_style.css b/thermal_invoice_report/static/src/css/thermal_style.css index 7bcbc1d98..71ec0ffc4 100644 --- a/thermal_invoice_report/static/src/css/thermal_style.css +++ b/thermal_invoice_report/static/src/css/thermal_style.css @@ -5,7 +5,6 @@ body { } .my_container { font-family: 'VT323', monospace; - font-size: 8px; }