From b53c2d499de0fd289ba24d1f167ff780a7c789da Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Mon, 18 Jul 2022 11:39:59 +0200 Subject: [PATCH] Fix translation --- invoice.py | 2 +- locale/es.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/invoice.py b/invoice.py index fc539e5..792c8f4 100644 --- a/invoice.py +++ b/invoice.py @@ -16,7 +16,7 @@ class InvoiceLine(metaclass=PoolMeta): fields.Char('Shipment Out Numbers'), 'get_shipment_out_numbers', searcher='search_shipment_out_numbers') sale_date = fields.Function( - fields.Date('Sale date'), 'get_sale_data', searcher='search_sale_data') + fields.Date('Sale ate'), 'get_sale_data', searcher='search_sale_data') @classmethod def order_sale_date(cls, tables): diff --git a/locale/es.po b/locale/es.po index c3de822..6d3b7f9 100644 --- a/locale/es.po +++ b/locale/es.po @@ -7,5 +7,5 @@ msgid "Shipment Out Numbers" msgstr "Albaranes cliente" msgctxt "field:account.invoice.line,sale_date:" -msgid "Sale Date" +msgid "Sale date" msgstr "Fecha venta" \ No newline at end of file