[IMP] point_of_sale: add a zero default margin when printing a receipt from the browser.

This commit is contained in:
Frederic van der Essen 2014-11-06 16:02:50 +01:00
parent c794562fa6
commit 1c1e069f7e
1 changed files with 4 additions and 0 deletions

View File

@ -1113,6 +1113,10 @@ td {
word-wrap: break-word;
}
@page {
margin: 0;
}
@media print {
.oe_leftbar,
.pos .pos-topheader,