|
43 | 43 | </t>
|
44 | 44 | <t t-if="not o.journal_document_class_id">
|
45 | 45 | <t t-if="o.type == 'out_invoice' and (o.state == 'open' or o.state == 'paid')">
|
46 |
| - <t t-set="document_title" t-value="'Invoice'"/> |
| 46 | + <t t-set="document_title" t-value="'Factura'"/> |
| 47 | + <!-- <t t-set="document_title" t-value="'Invoice'"/> --> |
47 | 48 | </t>
|
48 | 49 | <t t-if="o.type == 'out_invoice' and o.state == 'proforma2'">
|
49 | 50 | <t t-set="document_title" t-value="'PRO-FORMA'"/>
|
50 | 51 | </t>
|
51 | 52 | <t t-if="o.type == 'out_invoice' and o.state == 'draft'">
|
52 |
| - <t t-set="document_title" t-value="'Draft Invoice'"/> |
| 53 | + <t t-set="document_title" t-value="'Factura Borrador'"/> |
| 54 | + <!-- <t t-set="document_title" t-value="'Draft Invoice'"/> --> |
53 | 55 | </t>
|
54 | 56 | <t t-if="o.type == 'out_invoice' and o.state == 'cancel'">
|
55 |
| - <t t-set="document_title" t-value="'Cancelled Invoice'"/> |
| 57 | + <t t-set="document_title" t-value="'Factura Cancelada'"/> |
| 58 | + <!-- <t t-set="document_title" t-value="'Cancelled Invoice'"/> --> |
56 | 59 | </t>
|
57 | 60 | <t t-if="o.type == 'out_refund'">
|
58 |
| - <t t-set="document_title" t-value="'Refund'"/> |
| 61 | + <t t-set="document_title" t-value="'Nota de Crédito'"/> |
| 62 | + <!-- <t t-set="document_title" t-value="'Refund'"/> --> |
59 | 63 | </t>
|
60 | 64 | <t t-if="o.type == 'in_refund'">
|
61 |
| - <t t-set="document_title" t-value="'Supplier Refund'"/> |
| 65 | + <t t-set="document_title" t-value="'Nota de Crédito'"/> |
| 66 | + <!-- <t t-set="document_title" t-value="'Supplier Refund'"/> --> |
62 | 67 | </t>
|
63 | 68 | <t t-if="o.type == 'in_invoice'">
|
64 |
| - <t t-set="document_title" t-value="'Supplier Invoice'"/> |
| 69 | + <t t-set="document_title" t-value="'Factura'"/> |
| 70 | + <!-- <t t-set="document_title" t-value="'Supplier Invoice'"/> --> |
65 | 71 | </t>
|
66 | 72 | </t>
|
67 | 73 | </t>
|
|
0 commit comments