|
@@ -26,7 +26,15 @@
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
border-bottom: solid 1px;
|
|
border-bottom: solid 1px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ .logo{
|
|
|
|
+ height: 1.72cm;
|
|
|
|
+ width: 100%;
|
|
|
|
+ top: 0px;
|
|
|
|
+ }
|
|
|
|
+ .nro_factura{
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ width:4.5cm;
|
|
|
|
+ }
|
|
.cli_nombre_label{
|
|
.cli_nombre_label{
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
width:4.5cm;
|
|
width:4.5cm;
|
|
@@ -167,8 +175,9 @@
|
|
text-align:right;
|
|
text-align:right;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
-
|
|
|
|
|
|
+ <div class="logo"> </div>
|
|
<h2>Nota de Remisión <span t-field="o.name"></span></h2>
|
|
<h2>Nota de Remisión <span t-field="o.name"></span></h2>
|
|
|
|
+ <h2>Nº de Factura: <span t-field="o.sale_voucher"></span></h2>
|
|
<h4>Datos del Cliente</h4>
|
|
<h4>Datos del Cliente</h4>
|
|
<table width="100%">
|
|
<table width="100%">
|
|
<tr>
|
|
<tr>
|