flectra/addons/l10n_fr/data/account_reconcile_model_template.xml
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

14 lines
494 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
@author: Alexis de Lattre <alexis.delattre@akretion.com>
-->
<odoo>
<record id="bank_charges_reconcile_model" model="account.reconcile.model.template">
<field name="chart_template_id" ref="l10n_fr_pcg_chart_template"/>
<field name="name">Frais bancaires</field>
<field name="account_id" ref="pcg_6278"/>
<field name="amount_type">percentage</field>
<field name="amount">100</field>
</record>
</odoo>