1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_ec_edi/data/templates/edi_authorization.xml
2024-12-10 09:04:09 +07:00

15 lines
471 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="authorization_template">
<autorizacion>
<estado>AUTORIZADO</estado>
<numeroAutorizacion t-out="authorization_number"/>
<fechaAutorizacion t-out="authorization_date"/>
<ambiente t-out='mode'/>
<comprobante t-out="xml_file_content"/>
</autorizacion>
</template>
</data>
</odoo>