Fix translation

This commit is contained in:
Sergio Morillo 2022-07-18 11:39:59 +02:00
parent 27529735a6
commit b53c2d499d
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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"