<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
    <record id="cuentas_plantilla" model="account.chart.template">
        <field name="property_account_receivable_id" ref="cta110201"/>
        <field name="property_account_payable_id" ref="cta210101"/>
        <field name="property_account_income_categ_id" ref="cta410101"/>
        <field name="property_account_expense_categ_id" ref="cta510101"/>
        <field name="income_currency_exchange_account_id" ref="cta410103"/>
        <field name="expense_currency_exchange_account_id" ref="cta710101"/>
    </record>
</odoo>
