factura_venta_suceso.xml 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report id="factura_venta_suceso"
  5. model="account.invoice"
  6. string="Factura Legal"
  7. report_type="qweb-html"
  8. name="factura_venta_suceso.report_factura_suceso"
  9. file="factura_venta_suceso.report_factura_suceso"
  10. />
  11. <template id="report_factura_suceso">
  12. <t t-call="report.html_container">
  13. <t t-foreach="[1,2,3]" t-as="i">
  14. <div class="page">
  15. <style>
  16. .logo{
  17. height: 1.20cm;
  18. width: 100%;
  19. top: 0px;
  20. }
  21. .table-condensed>tbody>tr>td {
  22. padding: 1px !important;
  23. }
  24. .borderless td, .borderless th {
  25. border: none !important;
  26. }
  27. .logo1{
  28. height: 3.9cm;
  29. width: 100%;
  30. top: 0px;
  31. }
  32. </style>
  33. <t t-foreach="docs" t-as="o">
  34. <div class="pagina">
  35. <div class="logo"> </div>
  36. <!--
  37. ======================================================================
  38. CABECERA
  39. ======================================================================
  40. -->
  41. <div style="height:2cm;">
  42. <div style="padding-top:0.4cm;padding-right:5.0cm;font-size:11px;font-family: Arial;">
  43. <div>
  44. <b>Fecha de Emisión: </b><span t-field="o.date_invoice" t-field-options='{"format": "dd MMMM yyyy"}'/>
  45. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  46. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  47. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  48. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  49. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  50. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  51. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  52. <b>Condición de Venta: </b><t t-if="o.contado">Contado</t><t t-if="o.credito">Crédito</t>
  53. </div>
  54. <div>
  55. <b>Nombre o Razón Social: </b><span t-field="o.partner_id.name"/>
  56. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  57. &amp;nbsp;
  58. <b>R.U.C y/o C.I.N°: </b><span t-field="o.partner_id.ruc"/>
  59. </div>
  60. <div>
  61. <b>Dirección: </b><span t-field="o.partner_id.street"/>
  62. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  63. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  64. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  65. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  66. <b>Teléfono: </b><span t-field="o.partner_id.mobile"/>
  67. </div>
  68. <div>
  69. <b>Nota de Remisión N°:</b>
  70. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  71. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  72. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  73. <b>Fecha:</b>
  74. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  75. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  76. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  77. <b>Condición de Pago:</b>
  78. </div>
  79. </div>
  80. </div>
  81. <!--
  82. ======================================================================
  83. TABLA
  84. ======================================================================
  85. -->
  86. <div style="height:3.1cm;">
  87. <div style="font-family: Arial;">
  88. <table class="table table-condensed table-bordered">
  89. <thead>
  90. <tr>
  91. <th style="font-size:10px;font-family: Arial;width:1.3cm;overflow: auto; text-align: center;"><b>Cant.</b></th>
  92. <th style="font-size:10px;font-family: Arial;width:9.5cm;overflow: auto; text-align: left;"><b>Descripción</b></th>
  93. <th style="font-size:10px;font-family: Arial;width:1.7cm;overflow: auto; text-align: center;"><b>P. Unit</b></th>
  94. <th style="font-size:10px;font-family: Arial;width:2.2cm;overflow: auto; text-align: center;"><b>Exentas</b></th>
  95. <th style="font-size:10px;font-family: Arial;width:1.9cm;overflow: auto; text-align: center;"><b>IVA 5%</b></th>
  96. <th style="font-size:10px;font-family: Arial;width:1.9cm;overflow: auto; text-align: center;"><b>IVA 10%</b></th>
  97. </tr>
  98. </thead>
  99. <t t-set="valor_exentas" t-value="0"/>
  100. <t t-set="valor_impmu" t-value="0"/>
  101. <t t-set="valor_5" t-value="0"/>
  102. <t t-set="valor_10" t-value="0"/>
  103. <tbody>
  104. <tr t-foreach="o.invoice_line" t-as="l">
  105. <!-- CANTIDAD -->
  106. <td style="font-size:11px;font-family: Arial;width:1.2cm;overflow: auto; text-align: center;">
  107. <span t-esc="'%.0f'%l.quantity"/>
  108. </td>
  109. <!-- NOMBRE DEL PRODUCTO -->
  110. <td style="font-size:11px;font-family: Arial;width:9.5cm;overflow: auto;">
  111. <span t-field="l.name"/>
  112. </td>
  113. <!-- PRECIO UNITARIO -->
  114. <td style="font-size:11px;font-family: Arial;width:1.7cm;overflow: auto; text-align: right;">
  115. <t t-if="o.currency_id.id == 166">
  116. <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
  117. </t>
  118. <t t-if="o.currency_id.id != 166">
  119. <span t-esc="'{0:,.2f}'.format(l.price_unit)"/>
  120. </t>
  121. </td>
  122. <!-- EXENTAS -->
  123. <td style="font-size:11px;font-family: Arial;width:2.2cm;overflow: auto; text-align: right;">
  124. <span t-if="'IVA 5% Venta' not in [ilt.name for ilt in l.invoice_line_tax_id] and 'IVA 10% Venta' not in [ilt.name for ilt in l.invoice_line_tax_id]">
  125. <t t-if="o.currency_id.id == 166">
  126. <span t-esc="'{0:,.0f}'.format(l.quantity * l.price_unit)"/>
  127. </t>
  128. <t t-if="o.currency_id.id != 166">
  129. <span t-esc="'{0:,.2f}'.format(l.quantity * l.price_unit)"/>
  130. </t>
  131. <t t-set="valor_exentas" t-value="valor_exentas+(l.quantity * l.price_unit)"/>
  132. </span>
  133. <span t-if="'Impuesto Municipal' in [ilt.name for ilt in l.invoice_line_tax_id]">
  134. <t t-if="o.currency_id.id == 166">
  135. </t>
  136. <t t-if="o.currency_id.id != 166">
  137. </t>
  138. <t t-set="valor_impmu" t-value="valor_impmu+(l.quantity * l.price_unit)"/>
  139. </span>
  140. </td>
  141. <!-- IVA 5% -->
  142. <td style="font-size:11px;font-family: Arial;width:1.9cm;overflow: auto; text-align: right;">
  143. <span t-if="'IVA 5% Venta' in [ilt.name for ilt in l.invoice_line_tax_id] and 'IVA 10% Venta' not in [ilt.name for ilt in l.invoice_line_tax_id]">
  144. <t t-if="o.currency_id.id == 166">
  145. <span t-esc="'{0:,.0f}'.format(l.quantity * l.price_unit)"/>
  146. </t>
  147. <t t-if="o.currency_id.id != 166">
  148. <span t-esc="'{0:,.2f}'.format(l.quantity * l.price_unit)"/>
  149. </t>
  150. <t t-set="valor_5" t-value="valor_5+(l.quantity * l.price_unit)"/>
  151. </span>
  152. </td>
  153. <!-- IVA 10% -->
  154. <td style="font-size:11px;font-family: Arial;width:2.5cm;overflow: auto; text-align: right;">
  155. <span t-if="'IVA 10% Venta' in [ilt.name for ilt in l.invoice_line_tax_id]">
  156. <t t-if="o.currency_id.id == 166">
  157. <span t-esc="'{0:,.0f}'.format(l.quantity * l.price_unit)"/>
  158. </t>
  159. <t t-if="o.currency_id.id != 166">
  160. <span t-esc="'{0:,.2f}'.format(l.quantity * l.price_unit)"/>
  161. </t>
  162. <t t-set="valor_10" t-value="valor_10+(l.quantity * l.price_unit)"/>
  163. </span>
  164. </td>
  165. </tr>
  166. </tbody>
  167. </table>
  168. </div>
  169. </div>
  170. <!--
  171. ======================================================================
  172. TABLA
  173. ======================================================================
  174. -->
  175. <div style="height:0.5cm;padding-right:0.6cm;">
  176. <div style="font-family: Arial;">
  177. <table class="table table-condensed">
  178. <tbody>
  179. <t t-set="iva_impuesto" t-value="0"/>
  180. <tr>
  181. <td style="font-size:11px;font-family: Arial;width:1.3cm;overflow: auto; text-align: center;">
  182. </td>
  183. <td style="font-size:11px;font-family: Arial;width:9.5cm;overflow: auto;">
  184. Impuesto Municipal 0,5%
  185. </td>
  186. <td style="font-size:11px;font-family: Arial;width:9.7cm;overflow: auto; text-align: center;"></td>
  187. <td style="font-size:11px;font-family: Arial;width:1.7cm;overflow: auto; text-align: right;">
  188. <t t-set="iva_impuesto" t-value="valor_impmu*0.005" />
  189. <t t-if="iva_impuesto != 0">
  190. <span t-esc="'{0:,.0f}'.format(iva_impuesto)"/>
  191. </t>
  192. </td>
  193. <td style="font-size:11px;font-family: Arial;width:2.2cm;overflow: auto; text-align: right;">
  194. </td>
  195. <td style="font-size:11px;font-family: Arial;width:1.9cm;overflow: auto; text-align: right;">
  196. </td>
  197. <td style="font-size:11px;font-family: Arial;width:2.3cm;overflow: auto; text-align: right;">
  198. </td>
  199. </tr>
  200. </tbody>
  201. </table>
  202. </div>
  203. </div>
  204. <!--
  205. ======================================================================
  206. TABLA
  207. ======================================================================
  208. -->
  209. <div style="height:0.5cm;padding-right:0.6cm;">
  210. <div style="font-family: Arial;">
  211. <t t-set="total_5" t-value="0"/>
  212. <t t-set="total_10" t-value="0"/>
  213. <t t-set="iva_5" t-value="0"/>
  214. <t t-set="iva_10" t-value="0"/>
  215. <table class="table table-condensed table-bordered">
  216. <tbody>
  217. <!-- <col style="width:25%;"/>
  218. <col style="width:42%;"/>
  219. <col style="width:12%;"/>
  220. <col style="width:12%;"/>
  221. <col style="width:13%;"/> -->
  222. <tr>
  223. <th style="width:25%;font-size:10px;font-family: Arial;overflow: auto; text-align: left;min-height:1px;max-height:1px;">
  224. <b>SUBTOTALES:</b>
  225. </th>
  226. <th style="width:44%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  227. </th>
  228. <th style="width:10%;font-size:10px;font-family: Arial;overflow: auto; text-align: right;min-height:1px;max-height:1px;">
  229. <t t-if="o.currency_id.id == 166">
  230. <span t-esc="'{0:,.0f}'.format(valor_exentas+iva_impuesto)"/>
  231. </t>
  232. <t t-if="o.currency_id.id != 166">
  233. <span t-esc="'{0:,.2f}'.format(valor_exentas+valor_impmu)"/>
  234. </t>
  235. </th>
  236. <th style="width:9%;font-size:10px;font-family: Arial;overflow: auto; text-align: right;min-height:1px;max-height:1px;">
  237. <t t-if="o.currency_id.id == 166">
  238. <span t-esc="'{0:,.0f}'.format(valor_5)"/>
  239. </t>
  240. <t t-if="o.currency_id.id != 166">
  241. <span t-esc="'{0:,.2f}'.format(valor_5)"/>
  242. </t>
  243. <t t-set="iva_5" t-value="valor_5/21" />
  244. </th>
  245. <th style="width:12%;font-size:10px;font-family: Arial;overflow: auto; text-align: right;min-height:1px;max-height:1px;">
  246. <t t-if="o.currency_id.id == 166">
  247. <span t-esc="'{0:,.0f}'.format(valor_10)"/>
  248. </t>
  249. <t t-if="o.currency_id.id != 166">
  250. <span t-esc="'{0:,.2f}'.format(valor_10)"/>
  251. </t>
  252. <t t-set="iva_10" t-value="valor_10/11" />
  253. </th>
  254. </tr>
  255. <tr>
  256. <th style="width:25%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  257. <b>TOTAL A PAGAR: (en letra) </b>
  258. </th>
  259. <th style="width:44%;height:0.5cm;font-size:9px;font-family: Arial;overflow: auto; text-align: left;">
  260. <span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/>
  261. </th>
  262. <th style="width:10%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  263. </th>
  264. <th style="width:9%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  265. </th>
  266. <th style="width:12%;height:0.5cm;font-size:11px;font-family: Arial;overflow: auto; text-align: right;">
  267. <t t-if="o.currency_id.id == 166">
  268. <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
  269. </t>
  270. <t t-if="o.currency_id.id != 166">
  271. <span t-esc="'{0:,.2f}'.format(o.amount_total)"/>
  272. </t>
  273. </th>
  274. </tr>
  275. <t t-if="o.currency_id.id == 166">
  276. <div>
  277. <th style="width:25%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  278. <b>LIQUIDACIÓN DEL IVA (5%): </b>
  279. <t t-if="iva_5 != 0">
  280. <span t-esc="'{0:,.0f}'.format(iva_5)"/>
  281. </t>
  282. </th>
  283. <th style="width:12%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  284. <b>IVA 10%: </b>
  285. <t t-if="iva_10 != 0">
  286. <span t-esc="'{0:,.0f}'.format(iva_10)"/>
  287. </t>
  288. </th>
  289. <th style="width:10%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  290. <b> TOTAL IVA: </b>
  291. </th>
  292. <th style="width:10%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  293. <t>
  294. <span t-esc="'{0:,.0f}'.format(iva_5+iva_10)"/>
  295. </t>
  296. </th>
  297. </div>
  298. </t>
  299. <t t-if="o.currency_id.id != 166">
  300. <div>
  301. <th style="width:25%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  302. <b>LIQUIDACIÓN DEL IVA (5%): </b>
  303. <t t-if="iva_5 != 0">
  304. <span t-esc="'{0:,.0f}'.format(iva_5)"/>
  305. </t>
  306. </th>
  307. <th style="width:12%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  308. <b>IVA 10%: </b>
  309. <t t-if="iva_10 != 0">
  310. <span t-esc="'{0:,.0f}'.format(iva_10)"/>
  311. </t>
  312. </th>
  313. <th style="width:10%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  314. <b> TOTAL IVA: </b>
  315. </th>
  316. <th style="width:10%;height:0.5cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  317. <t>
  318. <span t-esc="'{0:,.0f}'.format(iva_5+iva_10)"/>
  319. </t>
  320. </th>
  321. </div>
  322. </t>
  323. </tbody>
  324. </table>
  325. </div>
  326. <!-- <div style="height:1.7cm;padding-right:0.6cm;">
  327. <table class="table table-condensed table-bordered">
  328. <col style="width:30%;"/>
  329. <col style="width:52%;"/>
  330. <col style="width:18%;"/>
  331. <tbody>
  332. <tr>
  333. <th style="height:0.6cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  334. <b>TOTAL A PAGAR: (en letra) </b>
  335. </th>
  336. <th style="height:0.6cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  337. <span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/>
  338. </th>
  339. <th style="height:0.6cm;font-size:10px;font-family: Arial;overflow: auto; text-align: right;">
  340. <t t-if="o.currency_id.id == 166">
  341. <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
  342. </t>
  343. <t t-if="o.currency_id.id != 166">
  344. <span t-esc="'{0:,.2f}'.format(o.amount_total)"/>
  345. </t>
  346. </th>
  347. </tr>
  348. <t t-if="o.currency_id.id == 166">
  349. <div>
  350. <th style="height:0.6cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  351. <b>LIQUIDACIÓN DEL IVA (5%): </b>
  352. <t t-if="iva_5 != 0">
  353. <span t-esc="'{0:,.0f}'.format(iva_5)"/>
  354. </t>
  355. </th>
  356. <th style="height:0.6cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  357. <b>IVA 10%: </b>
  358. <t t-if="iva_10 != 0">
  359. <span t-esc="'{0:,.0f}'.format(iva_10)"/>
  360. </t>
  361. </th>
  362. <th style="height:0.6cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  363. <b> TOTAL IVA: </b>
  364. <t>
  365. <span t-esc="'{0:,.0f}'.format(iva_5+iva_10)"/>
  366. </t>
  367. </th>
  368. </div>
  369. </t>
  370. <t t-if="o.currency_id.id != 166">
  371. <div>
  372. <th style="height:0.6cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  373. <b>LIQUIDACIÓN DEL IVA (5%): </b>
  374. <t t-if="iva_5 != 0">
  375. <span t-esc="'{0:,.0f}'.format(iva_5)"/>
  376. </t>
  377. </th>
  378. <th style="height:0.6cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  379. <b>IVA 10%: </b>
  380. <t t-if="iva_10 != 0">
  381. <span t-esc="'{0:,.0f}'.format(iva_10)"/>
  382. </t>
  383. </th>
  384. <th style="height:0.6cm;font-size:10px;font-family: Arial;overflow: auto; text-align: left;">
  385. <b> TOTAL IVA: </b>
  386. <t>
  387. <span t-esc="'{0:,.0f}'.format(iva_5+iva_10)"/>
  388. </t>
  389. </th>
  390. </div>
  391. </t>
  392. </tbody>
  393. </table>
  394. </div> -->
  395. <!-- <div style="height:1cm;padding-right:0.6cm;">
  396. <table class="table table-condensed table-bordered">
  397. <tbody>
  398. <tr>
  399. <td style="font-size:11px;font-family: Arial;overflow: auto; text-align: left;">
  400. <t t-if="o.currency_id.id == 166">
  401. <div>
  402. <td style="font-size:11px;font-family: Arial;width:15cm;overflow: auto; text-align: left;">
  403. <b>LIQUIDACIÓN DEL IVA (5%): </b>
  404. <t t-if="iva_5 != 0">
  405. <span t-esc="'{0:,.0f}'.format(iva_5)"/>
  406. </t>
  407. </td>
  408. <td style="font-size:11px;font-family: Arial;width:5cm;overflow: auto; text-align: center;">
  409. <b>IVA 10%: </b>
  410. <t t-if="iva_10 != 0">
  411. <span t-esc="'{0:,.0f}'.format(iva_10)"/>
  412. </t>
  413. </td>
  414. <td style="font-size:11px;font-family: Arial;width:7cm;overflow: auto; text-align: center;">
  415. <b> TOTAL IVA: </b>
  416. <t>
  417. <span t-esc="'{0:,.0f}'.format(iva_5+iva_10)"/>
  418. </t>
  419. </td>
  420. </div>
  421. </t>
  422. <t t-if="o.currency_id.id != 166">
  423. <td style="font-size:11px;font-family: Arial;width:15cm;overflow: auto; text-align: left;">
  424. <b>LIQUIDACIÓN DEL IVA (5%): </b>
  425. <t t-if="iva_5 != 0">
  426. <span t-esc="'{0:,.2f}'.format(iva_5)"/>
  427. </t>
  428. </td>
  429. <td style="font-size:11px;font-family: Arial;width:5cm;overflow: auto; text-align: center;">
  430. <b>IVA 10%: </b>
  431. <t t-if="iva_10 != 0">
  432. <span t-esc="'{0:,.2f}'.format(iva_10)"/>
  433. </t>
  434. </td>
  435. <td style="font-size:11px;font-family: Arial;width:7cm;overflow: auto; text-align: center;">
  436. <b> TOTAL IVA: </b>
  437. <t>
  438. <span t-esc="'{0:,.2f}'.format(iva_5+iva_10)"/>
  439. </t>
  440. </td>
  441. </t>
  442. </td>
  443. </tr>
  444. </tbody>
  445. </table>
  446. </div> -->
  447. </div>
  448. </div>
  449. </t>
  450. <div class="logo1"> </div>
  451. </div>
  452. </t>
  453. </t>
  454. </template>
  455. </data>
  456. </openerp>