123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="utf-8"?>
- <odoo>
- <record id="l10nke_chart_template" model="account.chart.template">
- <field name="name">Kenyan COA</field>
- <field name="property_account_receivable_id" ref="ke1100"/>
- <field name="property_account_payable_id" ref="ke2100"/>
- <field name="property_account_expense_categ_id" ref="ke5001"/>
- <field name="property_account_income_categ_id" ref="ke4001"/>
- <field name="property_tax_receivable_account_id" ref="ke1110"/>
- <field name="property_tax_payable_account_id" ref="ke2200"/>
- <field name="income_currency_exchange_account_id" ref="ke5144"/>
- <field name="expense_currency_exchange_account_id" ref="ke5144"/>
- <field name="default_cash_difference_income_account_id" ref="ke5146"/>
- <field name="default_cash_difference_expense_account_id" ref="ke5146"/>
- <field name="account_journal_early_pay_discount_loss_account_id" ref="ke5147"/>
- <field name="account_journal_early_pay_discount_gain_account_id" ref="ke400710"/>
- <field name="default_pos_receivable_account_id" ref="ke110010"/>
- <field name="property_stock_valuation_account_id" ref="ke1001"/>
- <field name="property_stock_account_output_categ_id" ref="ke100120"/>
- <field name="property_stock_account_input_categ_id" ref="ke100110"/>
- <field name="use_anglo_saxon" eval="True"/>
- </record>
- </odoo>
|