From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/l10n_et/__init__.py | 4 + addons/l10n_et/__manifest__.py | 38 ++ addons/l10n_et/data/account.account.template.csv | 99 +++++ addons/l10n_et/data/account.tax.group.csv | 6 + .../data/account_chart_template_configure_data.xml | 8 + .../l10n_et/data/account_chart_template_data.xml | 12 + addons/l10n_et/data/account_tax_data.xml | 450 +++++++++++++++++++++ addons/l10n_et/data/account_tax_report_data.xml | 225 +++++++++++ addons/l10n_et/data/l10n_et_chart_data.xml | 13 + addons/l10n_et/demo/demo_company.xml | 34 ++ addons/l10n_et/static/description/icon.png | Bin 0 -> 1445 bytes 11 files changed, 889 insertions(+) create mode 100644 addons/l10n_et/__init__.py create mode 100644 addons/l10n_et/__manifest__.py create mode 100644 addons/l10n_et/data/account.account.template.csv create mode 100644 addons/l10n_et/data/account.tax.group.csv create mode 100644 addons/l10n_et/data/account_chart_template_configure_data.xml create mode 100644 addons/l10n_et/data/account_chart_template_data.xml create mode 100644 addons/l10n_et/data/account_tax_data.xml create mode 100644 addons/l10n_et/data/account_tax_report_data.xml create mode 100644 addons/l10n_et/data/l10n_et_chart_data.xml create mode 100644 addons/l10n_et/demo/demo_company.xml create mode 100644 addons/l10n_et/static/description/icon.png (limited to 'addons/l10n_et') diff --git a/addons/l10n_et/__init__.py b/addons/l10n_et/__init__.py new file mode 100644 index 00000000..ce49638b --- /dev/null +++ b/addons/l10n_et/__init__.py @@ -0,0 +1,4 @@ +#-*- coding:utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +# Copyright (C) 2012 Michael Telahun Makonnen . diff --git a/addons/l10n_et/__manifest__.py b/addons/l10n_et/__manifest__.py new file mode 100644 index 00000000..60aab1b3 --- /dev/null +++ b/addons/l10n_et/__manifest__.py @@ -0,0 +1,38 @@ +#-*- coding:utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +# Copyright (C) 2012 Michael Telahun Makonnen . + +{ + 'name': 'Ethiopia - Accounting', + 'version': '2.0', + 'category': 'Accounting/Localizations/Account Charts', + 'description': """ +Base Module for Ethiopian Localization +====================================== + +This is the latest Ethiopian Odoo localization and consists of: + - Chart of Accounts + - VAT tax structure + - Withholding tax structure + - Regional State listings + """, + 'author':'Michael Telahun Makonnen ', + 'website':'http://miketelahun.wordpress.com', + 'depends': [ + 'account', + ], + 'data': [ + 'data/l10n_et_chart_data.xml', + 'data/account.account.template.csv', + 'data/account_chart_template_data.xml', + 'data/account.tax.group.csv', + 'data/account_tax_report_data.xml', + 'data/account_tax_data.xml', + 'data/account_chart_template_configure_data.xml', + ], + 'demo': [ + 'demo/demo_company.xml', + ], + 'license': 'LGPL-3', +} diff --git a/addons/l10n_et/data/account.account.template.csv b/addons/l10n_et/data/account.account.template.csv new file mode 100644 index 00000000..7107dc39 --- /dev/null +++ b/addons/l10n_et/data/account.account.template.csv @@ -0,0 +1,99 @@ +"id","code","name","user_type_id:id","reconcile","chart_template_id:id" +"l10n_et1100","1100","Sales of Goods and Services","account.data_account_type_revenue","",l10n_et.l10n_et +"l10n_et2102","2102","Cash at bank in foreigh currency","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2104","2104","Letter of Credit restricted account","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2201","2201","Suspense","account.data_account_type_receivable","True",l10n_et.l10n_et +"l10n_et2202","2202","Cash shortage","account.data_account_type_receivable","True",l10n_et.l10n_et +"l10n_et2203","2203","Advance to staff","account.data_account_type_receivable","True",l10n_et.l10n_et +"l10n_et2204","2204","Cash Registers","account.data_account_type_receivable","True",l10n_et.l10n_et +"l10n_et2211","2211","Trade Debtors","account.data_account_type_receivable","True",l10n_et.l10n_et +"l10n_et2212","2212","VAT Receivable on Purchases","account.data_account_type_current_liabilities","",l10n_et.l10n_et +"l10n_et2213","2213","Withholding Receivable on Sales","account.data_account_type_current_liabilities","",l10n_et.l10n_et +"l10n_et2214","2214","VAT Withholding Receivable on Sales","account.data_account_type_current_liabilities","",l10n_et.l10n_et +"l10n_et2215","2215","Trade Debtors (PoS)","account.data_account_type_receivable","True",l10n_et.l10n_et +"l10n_et2251","2251","Advance to contractors","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2252","2252","Advance to consultant","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2253","2253","Advance to supplier","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2274","2254","Other Debtors","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2301","2301","Goods in Transit","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2351","2351","Stock","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2411","2411","Work in Progress","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2412","2412","Finished Goods","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et2501","2501","Construction of buildings","account.data_account_type_fixed_assets","",l10n_et.l10n_et +"l10n_et2503","2503","Construction of infrastructure","account.data_account_type_fixed_assets","",l10n_et.l10n_et +"l10n_et2521","2521","Vehicles and other vehicular transport","account.data_account_type_fixed_assets","",l10n_et.l10n_et +"l10n_et2522","2522","Aircraft, etc","account.data_account_type_fixed_assets","",l10n_et.l10n_et +"l10n_et2523","2523","Plant machinery and equipment","account.data_account_type_fixed_assets","",l10n_et.l10n_et +"l10n_et2525","2525","Buildings","account.data_account_type_fixed_assets","",l10n_et.l10n_et +"l10n_et2527","2527","Infrastructure","account.data_account_type_fixed_assets","",l10n_et.l10n_et +"l10n_et2529","2529","Furnishings and fixtures","account.data_account_type_fixed_assets","",l10n_et.l10n_et +"l10n_et2530","2530","Livestock and tansport animals","account.data_account_type_fixed_assets","",l10n_et.l10n_et +"l10n_et3001","3001","Grace period payables","account.data_account_type_payable","True",l10n_et.l10n_et +"l10n_et3002","3002","Trade Creditors","account.data_account_type_payable","True",l10n_et.l10n_et +"l10n_et3003","3003","Pension contribution payable","account.data_account_type_payable","True",l10n_et.l10n_et +"l10n_et3004","3004","Salary payable","account.data_account_type_payable","True",l10n_et.l10n_et +"l10n_et3006","3006","Witholding Payable","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et3007","3007","VAT Payable","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et3008","3008","Federal Income Tax","account.data_account_type_current_assets","",l10n_et.l10n_et +"l10n_et3054","3054","Other deposits","account.data_account_type_current_liabilities","",l10n_et.l10n_et +"l10n_et3061","3061","Retention on contract","account.data_account_type_current_liabilities","",l10n_et.l10n_et +"l10n_et3103","3103","Commercial Loan","account.data_account_type_current_liabilities","",l10n_et.l10n_et +"l10n_et3153","3153","Commercial Loan","account.data_account_type_current_liabilities","",l10n_et.l10n_et +"l10n_et4001","4010","Share capital / equity","account.data_account_type_equity","",l10n_et.l10n_et +"l10n_et4004","4020","Reserves","account.data_account_type_equity","",l10n_et.l10n_et +"l10n_et5111","5111","Cost of Goods and Services","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et5901","5901","Inventory Adjustments","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et5911","5911","Purchase Returns and Allowances","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et5921","5921","Other","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6111","6111","Salaries to permanent staff","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6113","6113","Wages to contract staff","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6114","6114","Wages to casual staff","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6115","6115","Wages to external contract staff","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6116","6116","Miscellaneous payments to staff","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6121","6121","Allowances to permanent staff","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6123","6123","Allowances to contract staff","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6124","6124","Allowances to external contract staff","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6131","6131","Contribution to permanent staff pensions","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6211","6211","Uniforms, bedding","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6212","6212","Office supplies","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6213","6213","Printing","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6214","6214","Medical supplies","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6215","6215","Educational supplies","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6216","6216","Food","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6217","6217","Fuel and lubricants","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6218","6218","Other material and supplies","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6219","6219","Miscellaneous equipment","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6221","6221","Agriculture, forestry and marine inputs","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6222","6222","Veterinary supplies and drugs","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6223","6223","Research and development supplies","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6231","6231","Per diem","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6232","6232","Transport fees","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6233","6233","Official entertainment","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6241","6241","Maintenance and repair of vehicles and other transport","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6243","6243","Maintenance and repair of plant, and equipment","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6244","6244","Maintenance and repair of buildings, furnishings and fixtures","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6245","6245","Maintenance and repair of infrastructure","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6251","6251","Contracted professional services","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6252","6252","Rent","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6253","6253","Advertising","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6254","6254","Insurance","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6255","6255","Freight","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6256","6256","Fees and charges","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6257","6257","Electricity charges","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6258","6258","Telecommunication charges","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6259","6259","Water and other utilities","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6271","6271","Local training","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6272","6272","External training","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6311","6311","Depreciation of vehicles and other vehicular transport","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6313","6313","Depreciation of plant, machinery and equipment","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6314","6314","Depreciation of buildings, furnishings and fixtures","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6315","6315","Depreciation of livestock and transport animals","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6321","6321","Pre-construction activities","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6322","6322","Construction of buildings","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6324","6324","Construction of infrastructure","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6431","6431","Payments on the principal of foreign debt","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6432","6432","Payments of interest and bank charges on foreign debt","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6433","6433","Payments on the principal of local debt","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6434","6434","Payments of interest and bank charges on local debt","account.data_account_type_expenses","",l10n_et.l10n_et +"l10n_et6435","1200","Foreign Exchange Currency Gain Account","account.data_account_type_other_income","",l10n_et.l10n_et +"l10n_et6436","6260","Foreign Exchange Currency Loss Account","account.data_account_type_expenses","",l10n_et.l10n_et diff --git a/addons/l10n_et/data/account.tax.group.csv b/addons/l10n_et/data/account.tax.group.csv new file mode 100644 index 00000000..4e52ce32 --- /dev/null +++ b/addons/l10n_et/data/account.tax.group.csv @@ -0,0 +1,6 @@ +id,name +tax_group_vat_0,VAT 0% +tax_group_vat_15,VAT 15% +tax_group_withh_2,Withholding 2% +tax_group_withh_15,Withholding 15% +tax_group_withh_35,Withholding 35% diff --git a/addons/l10n_et/data/account_chart_template_configure_data.xml b/addons/l10n_et/data/account_chart_template_configure_data.xml new file mode 100644 index 00000000..9e9f702c --- /dev/null +++ b/addons/l10n_et/data/account_chart_template_configure_data.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/addons/l10n_et/data/account_chart_template_data.xml b/addons/l10n_et/data/account_chart_template_data.xml new file mode 100644 index 00000000..df11a860 --- /dev/null +++ b/addons/l10n_et/data/account_chart_template_data.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/addons/l10n_et/data/account_tax_data.xml b/addons/l10n_et/data/account_tax_data.xml new file mode 100644 index 00000000..04a84a96 --- /dev/null +++ b/addons/l10n_et/data/account_tax_data.xml @@ -0,0 +1,450 @@ + + + + + + + VAT 15% rated sales + tax03 + 15 + percent + sale + + + + + + + + VAT 0% rated sales + tax04 + 0 + percent + sale + + + + + + + + VAT Exempt rated sales + tax06 + 0 + percent + sale + + + + + + + + VAT Out of Scope rated sales + tax11 + 0 + percent + sale + + + + + + + + Withholding 2% rated sales + -2 + percent + tax02 + sale + + + + + + + + Withholding 35% rated sales + tax13 + -35 + percent + sale + + + + + + + + Withholding VAT 15% rated sales + tax14 + -15 + percent + sale + + + + + + + + VAT 15% rated purchases + tax08 + 15 + percent + purchase + + + + + + + + VAT 0% rated purchases + tax07 + 0 + percent + purchase + + + + + + + + VAT Exempt rated purchases + tax10 + 0 + percent + purchase + + + + + + + + VAT Out of Scope rated purchases + tax09 + 0 + percent + purchase + + + + + + + + Withholding 2% rated purchases + tax05 + -2 + percent + purchase + + + + + + + + Withholding 35% rated purchases + tax12 + -35 + percent + purchase + + + + + + + diff --git a/addons/l10n_et/data/account_tax_report_data.xml b/addons/l10n_et/data/account_tax_report_data.xml new file mode 100644 index 00000000..f069da98 --- /dev/null +++ b/addons/l10n_et/data/account_tax_report_data.xml @@ -0,0 +1,225 @@ + + + + + Tax Report + + + + + Taxable Purchases - VAT + + + + + + Taxable Purchase VAT Out of Scope + Taxable Purchase VAT Out of Scope + + + + + + + Taxable Purchase VAT Exempt + Taxable Purchase VAT Exempt + + + + + + + Taxable Purchase VAT Rated 0% + Taxable Purchase VAT Rated 0% + + + + + + + Taxable Purchase VAT Rated 15% + Taxable Purchase VAT Rated 15% + + + + + + + Taxable Purchases - Witholding + + + + + + Taxable 2% Withholding on Purchases + Taxable 2% Withholding on Purchases + + + + + + + Taxable 35% Withholding on Purchases + Taxable 35% Withholding on Purchases + + + + + + + Taxable Sales - VAT + + + + + + Taxable Sales VAT Out of Scope (Sales) + Taxable Sales VAT Out of Scope (Sales) + + + + + + + Taxable Sales VAT Exempt + Taxable Sales VAT Exempt + + + + + + + Taxable Sales VAT Rated 0% + Taxable Sales VAT Rated 0% + + + + + + + Taxable Sales VAT Rated 15% + Taxable Sales VAT Rated 15% + + + + + + + Taxable Sales - Withholding + + + + + + Taxable 2% Withholding on Sales + Taxable 2% Withholding on Sales + + + + + + + Taxable 35% Withholding on Sales + Taxable 35% Withholding on Sales + + + + + + + Taxable VAT Withholding on Sales + Taxable VAT Withholding on Sales + + + + + + + Net VAT to be Paid/Reclaimed + + + + + + Purchase VAT + + + + + + + Purchase VAT Rated 15% + Purchase VAT Rated 15% + + + + + + + Sales VAT + + + + + + + Sales VAT Rated 15% + Sales VAT Rated 15% + + + + + + + Withholding on Purchases + + + + + + 2% Withholding on Purchases + 2% Withholding on Purchases + + + + + + + 35% Withholding on Purchases + 35% Withholding on Purchases + + + + + + + Withholding on Sales + + + + + + 2% Withheld on Sales + 2% Withheld on Sales + + + + + + + 35% Withheld on Sales + 35% Withheld on Sales + + + + + + + VAT Withheld on Sales + VAT Withheld on Sales + + + + + + \ No newline at end of file diff --git a/addons/l10n_et/data/l10n_et_chart_data.xml b/addons/l10n_et/data/l10n_et_chart_data.xml new file mode 100644 index 00000000..127143d6 --- /dev/null +++ b/addons/l10n_et/data/l10n_et_chart_data.xml @@ -0,0 +1,13 @@ + + + + + + Ethiopia Tax and Account Chart Template + 6 + + 211 + 211 + 212 + + diff --git a/addons/l10n_et/demo/demo_company.xml b/addons/l10n_et/demo/demo_company.xml new file mode 100644 index 00000000..f8e709dc --- /dev/null +++ b/addons/l10n_et/demo/demo_company.xml @@ -0,0 +1,34 @@ + + + + ET Company + + + Debo Dibo + + + + +251 91 123 4567 + info@company.etexample.com + www.etexample.com + + + + ET Company + + + + + + + + + + + + + + + + + diff --git a/addons/l10n_et/static/description/icon.png b/addons/l10n_et/static/description/icon.png new file mode 100644 index 00000000..c068ef53 Binary files /dev/null and b/addons/l10n_et/static/description/icon.png differ -- cgit v1.2.3