|
HowtoCreateAChartOfAccounts
Howto create a chart of accounts (draft)
Phase-Implementation IntroductionYou want to use Tryton, but it doesn't support the accounting system in your country. This document will help you to add such support. This document is in draft status, so don't take anything explained here as true, until the draft status is removed. Data structuresaccount.account.type.template
account.account.template
account.tax.group
account.tax.code.template
account.tax.template
account.tax.rule.template
account.tax.rule.line.template
NotesThis is a place holder where I'm storing brief explanations of Tryton elements to be used in longer explanations as we develop this document.
<record model="account.account.type.template"
id="[[HERE_YOUR_ID]]">
<field name="name">[[HERE YOUR ACCOUNT CHART TYPE NAME]]</field>
<field name="sequence" eval="10"/>
</record>"The field Type on account is required." | |
► Sign in to add a comment