odoo18/addons/l10n_es_edi_verifactu/demo/demo_company.xml

9 lines
296 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="base.demo_company_es" model="res.company">
<field name="l10n_es_edi_verifactu_required" eval="True"/>
<!-- The VAT needs to match the certificate -->
<field name="vat">ESA39200019</field>
</record>
</odoo>