summaryrefslogtreecommitdiff
path: root/addons/l10n_lu/data/account_reconcile_model_template_data.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/l10n_lu/data/account_reconcile_model_template_data.xml
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/l10n_lu/data/account_reconcile_model_template_data.xml')
-rw-r--r--addons/l10n_lu/data/account_reconcile_model_template_data.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/addons/l10n_lu/data/account_reconcile_model_template_data.xml b/addons/l10n_lu/data/account_reconcile_model_template_data.xml
new file mode 100644
index 00000000..2aa33c59
--- /dev/null
+++ b/addons/l10n_lu/data/account_reconcile_model_template_data.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<odoo>
+ <record id="bank_fees_template" model="account.reconcile.model.template">
+ <field name="chart_template_id" ref="lu_2011_chart_1"/>
+ <field name="name">Bank Fees</field>
+ <field name="rule_type">writeoff_button</field>
+ </record>
+ <record id="bank_fees_line_template" model="account.reconcile.model.line.template">
+ <field name="model_id" ref="l10n_lu.bank_fees_template"/>
+ <field name="account_id" ref="lu_2011_account_61333"/>
+ <field name="amount_type">percentage</field>
+ <field name="amount_string">100</field>
+ <field name="label">Bank Fees</field>
+ </record>
+ <record id="cash_discount_template" model="account.reconcile.model.template">
+ <field name="chart_template_id" ref="lu_2011_chart_1"/>
+ <field name="name">Cash Discount</field>
+ <field name="rule_type">writeoff_button</field>
+ </record>
+ <record id="cash_discount_line_template" model="account.reconcile.model.line.template">
+ <field name="model_id" ref="l10n_lu.cash_discount_template"/>
+ <field name="account_id" ref="lu_2020_account_65562"/>
+ <field name="amount_type">percentage</field>
+ <field name="amount_string">100</field>
+ <field name="label">Cash Discount</field>
+ </record>
+</odoo>