Odoo18-Base/addons/l10n_in_edi/demo/demo_company.xml
2025-01-06 10:57:38 +07:00

9 lines
288 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- This is testing credentials -->
<record id="base.demo_company_in" model="res.company">
<field name="l10n_in_edi_username">MGSTTEST</field>
<field name="l10n_in_edi_password">mgst@123</field>
</record>
</odoo>