diff --git a/addons/accounting_pdf_reports/data/account_account_type.xml b/addons/accounting_pdf_reports/data/account_account_type.xml new file mode 100644 index 0000000..d2d280d --- /dev/null +++ b/addons/accounting_pdf_reports/data/account_account_type.xml @@ -0,0 +1,96 @@ + + + + + + Receivable + asset_receivable + + + + Payable + liability_payable + + + + Bank and Cash + asset_cash + + + + Credit Card + liability_credit_card + + + + Current Assets + asset_current + + + + Non-current Assets + asset_non_current + + + + Prepayments + asset_prepayments + + + + Fixed Assets + asset_fixed + + + + Current Liabilities + liability_current + + + + Non-current Liabilities + liability_non_current + + + + Equity + equity + + + + Current Year Earnings + equity_unaffected + + + + Income + income + + + + Other Income + income_other + + + + Expenses + expense + + + + Depreciation + expense_depreciation + + + + Cost of Revenue + expense_direct_cost + + + + Off-Balance Sheet + off_balance + + + + \ No newline at end of file