1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_mx_edi_extended/data/4.0/payment20.xml
2024-12-10 09:04:09 +07:00

10 lines
340 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="l10n_mx_edi_payment20_extended" inherit_id="l10n_mx_edi.payment20">
<xpath expr="//*[name()='cfdi:Receptor']" position="attributes">
<attribute name="t-att-NumRegIdTrib">receptor.get('num_reg_id_trib')</attribute>
</xpath>
</template>
</odoo>