Skip to content

Commit

Permalink
[FIX] l10n_mx_edi_addenda_mabe
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagordz committed Jul 18, 2024
1 parent ab58260 commit 2dbf256
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions l10n_mx_edi_addenda_mabe/views/l10n_mx_addenda_mabe_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<template id="l10n_mx_edi_addenda_mabe" name="Addenda Mabe">
<mabe:Factura
xmlns:mabe="http://recepcionfe.mabempresa.com/cfd/addenda/v1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://recepcionfe.mabempresa.com/cfd/addenda/v1 http://recepcionfe.mabempresa.com/cfd/addenda/v1/mabev1.xsd"
version="1.0"
tipoDocumento="FACTURA"
Expand All @@ -14,10 +13,10 @@
>
<mabe:Moneda
t-att-tipoMoneda="record.currency_id.name"
t-att-tipoCambio="record.currency_id.inverse_rate"
t-att-importeConLetra="record.mabe_amount_with_letter"
t-att-tipoCambio="record.currency_id.rate"
t-att-importeConLetra="record.mabe_amount_with_letter or 'NA'"
/>
<mabe:Proveedor t-att-codigo="record.partner_id.ref" />
<mabe:Proveedor t-att-codigo="record.partner_id.ref or 'NA'" />
<mabe:Entrega
t-att-plantaEntrega="record.partner_shipping_id.mabe_plant_code"
t-att-calle="record.partner_shipping_id.street_name"
Expand Down

0 comments on commit 2dbf256

Please sign in to comment.