From 9ea98938cd3ccce780a3bb02134f0845851a9cef Mon Sep 17 00:00:00 2001 From: Michael Telahun Makonnen Date: Fri, 14 Dec 2012 19:52:54 +0300 Subject: [PATCH] Add Ethiopian localization for SMEs. bzr revid: mmakonnen@gmail.com-20121214165254-22zt55kqb90rjn3j --- addons/l10n_et/__init__.py | 20 +++ addons/l10n_et/__openerp__.py | 59 ++++++++ .../l10n_et/data/account.account.template.csv | 138 ++++++++++++++++++ addons/l10n_et/data/account.account.type.csv | 14 ++ .../l10n_et/data/account.chart.template.csv | 2 + .../data/account.tax.code.template.csv | 31 ++++ addons/l10n_et/data/account.tax.template.csv | 14 ++ addons/l10n_et/data/res.country.state.csv | 12 ++ addons/l10n_et/l10n_et_wizard.xml | 8 + addons/l10n_et/static/src/img/icon.png | Bin 0 -> 4032 bytes 10 files changed, 298 insertions(+) create mode 100644 addons/l10n_et/__init__.py create mode 100644 addons/l10n_et/__openerp__.py create mode 100644 addons/l10n_et/data/account.account.template.csv create mode 100644 addons/l10n_et/data/account.account.type.csv create mode 100644 addons/l10n_et/data/account.chart.template.csv create mode 100644 addons/l10n_et/data/account.tax.code.template.csv create mode 100644 addons/l10n_et/data/account.tax.template.csv create mode 100644 addons/l10n_et/data/res.country.state.csv create mode 100644 addons/l10n_et/l10n_et_wizard.xml create mode 100644 addons/l10n_et/static/src/img/icon.png diff --git a/addons/l10n_et/__init__.py b/addons/l10n_et/__init__.py new file mode 100644 index 00000000000..506fada4738 --- /dev/null +++ b/addons/l10n_et/__init__.py @@ -0,0 +1,20 @@ +#-*- coding:utf-8 -*- +############################################################################## +# +# Copyright (C) 2012 Michael Telahun Makonnen . +# All Rights Reserved. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## diff --git a/addons/l10n_et/__openerp__.py b/addons/l10n_et/__openerp__.py new file mode 100644 index 00000000000..f788e9c52d5 --- /dev/null +++ b/addons/l10n_et/__openerp__.py @@ -0,0 +1,59 @@ +#-*- coding:utf-8 -*- +############################################################################## +# +# Copyright (C) 2012 Michael Telahun Makonnen . +# All Rights Reserved. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + +{ + 'name': 'Ethiopia - Accounting', + 'version': '1.0', + 'category': 'Localization/Account Charts', + 'description': """ +Base Module for Ethiopian Localization +====================================== + +This is the latest Ethiopian OpenERP 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': [ + 'base_vat', + 'account_chart', + ], + 'init_xml': [ + 'data/account.account.type.csv', + 'data/account.account.template.csv', + 'data/account.tax.code.template.csv', + 'data/account.chart.template.csv', + 'data/account.tax.template.csv', + 'data/res.country.state.csv', + ], + 'update_xml': [ + 'l10n_et_wizard.xml', + ], + 'test': [ + ], + 'demo_xml': [ + ], + 'installable': True, + 'active': False, +} \ No newline at end of file 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 00000000000..42b20174d74 --- /dev/null +++ b/addons/l10n_et/data/account.account.template.csv @@ -0,0 +1,138 @@ +"id","code","name","type","user_type:id","parent_id:id","reconcile" +"l10n_et0","0","Ethiopia","view","l10n_et_view","","" +"l10n_et1000","1000","REVENUE","view","l10n_et_view","l10n_et0","" +"l10n_et1100","1100","Sales of Goods and Services","other","l10n_et_income","l10n_et1000","" +"l10n_et2000","2000","ASSETS","view","l10n_et_view","l10n_et0","" +"l10n_et2100","2100-2199","Cash and Cash Equivalents","view","l10n_et_view","l10n_et2000","" +"l10n_et2102","2102","Cash at bank in foreigh currency","liquidity","l10n_et_current_assets","l10n_et2100","" +"l10n_et2104","2104","Letter of Credit restricted account","liquidity","l10n_et_current_assets","l10n_et2100","" +"l10n_et2440","2105","Investments current assets","view","l10n_et_view","l10n_et2100","" +"l10n_et2110","2110","Cash on hand and at bank","view","l10n_et_view","l10n_et2100","" +"l10n_et2200","2200-2299","Receivables","view","l10n_et_view","l10n_et2000","" +"l10n_et220119","2201-2219","Accounts Receivable","view","l10n_et_view","l10n_et2200","" +"l10n_et2201","2201","Suspense","receivable","l10n_et_receivable","l10n_et220119","" +"l10n_et2202","2202","Cash shortage","receivable","l10n_et_receivable","l10n_et220119","" +"l10n_et2203","2203","Advance to staff","receivable","l10n_et_receivable","l10n_et220119","" +"l10n_et2204","2204","Cash Registers","receivable","l10n_et_receivable","l10n_et220119","" +"l10n_et2211","2211","Trade Debtors","receivable","l10n_et_receivable","l10n_et220119","True" +"l10n_et2212","2212","VAT Receivable on Purchases","receivable","l10n_et_input_tax","l10n_et220119","" +"l10n_et2213","2213","Withholding Receivable on Sales","receivable","l10n_et_input_tax","l10n_et220119","" +"l10n_et2214","2214","VAT Withholding Receivable on Sales","receivable","l10n_et_input_tax","l10n_et220119","" +"l10n_et2250","2250","Prepayments","view","l10n_et_view","l10n_et2200","" +"l10n_et2251","2251","Advance to contractors","other","l10n_et_current_assets","l10n_et2250","" +"l10n_et2252","2252","Advance to consultant","other","l10n_et_current_assets","l10n_et2250","" +"l10n_et2253","2253","Advance to supplier","other","l10n_et_current_assets","l10n_et2250","" +"l10n_et2274","2254","Other Debtors","other","l10n_et_current_assets","l10n_et2200","" +"l10n_et2301","2301","Goods in Transit","other","l10n_et_current_assets","l10n_et2000","" +"l10n_et2351","2351","Stock","other","l10n_et_current_assets","l10n_et2000","" +"l10n_et2400","2400-2499","Production Stock","view","l10n_et_view","l10n_et2000","" +"l10n_et2411","2411","Work in Progress","other","l10n_et_current_assets","l10n_et2400","" +"l10n_et2412","2412","Finished Goods","other","l10n_et_current_assets","l10n_et2400","" +"l10n_et2500","2500","Fixed Assets","view","l10n_et_view","l10n_et2000","" +"l10n_et250019","2501-2519","Construction in Progress","view","l10n_et_view","l10n_et2500","" +"l10n_et2501","2501","Construction of buildings","other","l10n_et_asset","l10n_et250019","" +"l10n_et2503","2503","Construction of infrastructure","other","l10n_et_asset","l10n_et250019","" +"l10n_et2520","2520-2599","Property and Equipment","view","l10n_et_view","l10n_et2500","" +"l10n_et2521","2521","Vehicles and other vehicular transport","other","l10n_et_asset","l10n_et2520","" +"l10n_et2522","2522","Aircraft, boats, etc","other","l10n_et_asset","l10n_et2520","" +"l10n_et2523","2523","Plant machinery and equipment","other","l10n_et_asset","l10n_et2520","" +"l10n_et2525","2525","Buildings","other","l10n_et_asset","l10n_et2520","" +"l10n_et2527","2527","Infrastructure","other","l10n_et_asset","l10n_et2520","" +"l10n_et2529","2529","Furnishings and fixtures","other","l10n_et_asset","l10n_et2520","" +"l10n_et2530","2530","Livestock and tansport animals","other","l10n_et_asset","l10n_et2520","" +"l10n_et2700","2700","Long Term Loans","view","l10n_et_view","l10n_et2000","" +"l10n_et2800","2800","Investments","view","l10n_et_view","l10n_et2000","" +"l10n_et3000","3000","LIABILITIES","view","l10n_et_view","l10n_et0","" +"l10n_et300099","3000-3099","Payables","view","l10n_et_view","l10n_et3000","" +"l10n_et300019","3000-3019","Accounts Payable","view","l10n_et_view","l10n_et300099","" +"l10n_et3001","3001","Grace period payables","payable","l10n_et_payable","l10n_et300019","" +"l10n_et3002","3002","Trade Creditors","payable","l10n_et_payable","l10n_et300019","True" +"l10n_et3003","3003","Pension contribution payable","payable","l10n_et_payable","l10n_et300019","" +"l10n_et3004","3004","Salary payable","payable","l10n_et_payable","l10n_et300019","" +"l10n_et3006","3006","Witholding Payable","payable","l10n_et_output_tax","l10n_et300019","" +"l10n_et3007","3007","VAT Payable","Payable","l10n_et_output_tax","l10n_et300019","" +"l10n_et3008","3008","Federal Income Tax","payable","l10n_et_output_tax","l10n_et300019","" +"l10n_et3050","3050","Deposits","view","l10n_et_view","l10n_et300099","" +"l10n_et3054","3054","Other deposits","other","l10n_et_current_liabilities","l10n_et3050","" +"l10n_et3060","3060","Retentions","view","l10n_et_view","l10n_et300099","" +"l10n_et3061","3061","Retention on contract","other","l10n_et_current_liabilities","l10n_et3060","" +"l10n_et3100","3100","Long-Term Debt","view","l10n_et_view","l10n_et3000","" +"l10n_et310049","3100-3149","Local Loans","view","l10n_et_view","l10n_et3100","" +"l10n_et3103","3103","Commercial Loan","other","l10n_et_liability","l10n_et310049","" +"l10n_et3150","3150-3179","Foreign Loans","view","l10n_et_view","l10n_et3100","" +"l10n_et3153","3153","Commercial Loan","other","l10n_et_liability","l10n_et3150","" +"l10n_et4000","4000","NET ASSETS/EQUITY","view","l10n_et_view","l10n_et0","" +"l10n_et4001","4010","Share capital / equity","other","l10n_et_equity","l10n_et4000","" +"l10n_et4004","4020","Reserves","other","l10n_et_equity","l10n_et4000","" +"l10n_et4100","4100","Profit and loss account","other","l10n_et_profit_and_loss","l10n_et4000","" +"l10n_et5000","5000","COST OF GOODS SOLD","view","l10n_et_view","l10n_et0","" +"l10n_et5111","5111","Cost of Goods and Services","other","l10n_et_expense","l10n_et5000","" +"l10n_et5901","5901","Inventory Adjustments","other","l10n_et_expense","l10n_et5000","" +"l10n_et5911","5911","Purchase Returns and Allowances","other","l10n_et_expense","l10n_et5000","" +"l10n_et5921","5921","Other","other","l10n_et_expense","l10n_et5000","" +"l10n_et6000","6000","EXPENSES","view","l10n_et_view","l10n_et0","" +"l10n_et6100","6100","PERSONNEL SERVICES","view","l10n_et_view","l10n_et6000","" +"l10n_et6110","6110","Compensation","view","l10n_et_view","l10n_et6100","" +"l10n_et6111","6111","Salaries to permanent staff","other","l10n_et_expense","l10n_et6110","" +"l10n_et6113","6113","Wages to contract staff","other","l10n_et_expense","l10n_et6110","" +"l10n_et6114","6114","Wages to casual staff","other","l10n_et_expense","l10n_et6110","" +"l10n_et6115","6115","Wages to external contract staff","other","l10n_et_expense","l10n_et6110","" +"l10n_et6116","6116","Miscellaneous payments to staff","other","l10n_et_expense","l10n_et6110","" +"l10n_et6120","6120","Allowances/benefits","view","l10n_et_view","l10n_et6100","" +"l10n_et6121","6121","Allowances to permanent staff","other","l10n_et_expense","l10n_et6120","" +"l10n_et6123","6123","Allowances to contract staff","other","l10n_et_expense","l10n_et6120","" +"l10n_et6124","6124","Allowances to external contract staff","other","l10n_et_expense","l10n_et6120","" +"l10n_et6130","6130","Pension Contributions","view","l10n_et_view","l10n_et6100","" +"l10n_et6131","6131","Contribution to permanent staff pensions","other","l10n_et_expense","l10n_et6130","" +"l10n_et6200","6200","GOODS AND SERVICES","view","l10n_et_view","l10n_et6000","" +"l10n_et6210","6210-20","Goods and Supplies","view","l10n_et_view","l10n_et6200","" +"l10n_et6211","6211","Uniforms, clothing, bedding","other","l10n_et_expense","l10n_et6210","" +"l10n_et6212","6212","Office supplies","other","l10n_et_expense","l10n_et6210","" +"l10n_et6213","6213","Printing","other","l10n_et_expense","l10n_et6210","" +"l10n_et6214","6214","Medical supplies","other","l10n_et_expense","l10n_et6210","" +"l10n_et6215","6215","Educational supplies","other","l10n_et_expense","l10n_et6210","" +"l10n_et6216","6216","Food","other","l10n_et_expense","l10n_et6210","" +"l10n_et6217","6217","Fuel and lubricants","other","l10n_et_expense","l10n_et6210","" +"l10n_et6218","6218","Other material and supplies","other","l10n_et_expense","l10n_et6210","" +"l10n_et6219","6219","Miscellaneous equipment","other","l10n_et_expense","l10n_et6210","" +"l10n_et6221","6221","Agriculture, forestry and marine inputs","other","l10n_et_expense","l10n_et6210","" +"l10n_et6222","6222","Veterinary supplies and drugs","other","l10n_et_expense","l10n_et6210","" +"l10n_et6223","6223","Research and development supplies","other","l10n_et_expense","l10n_et6210","" +"l10n_et6230","6230","Travelling and Official Entertainment Services","view","l10n_et_view","l10n_et6200","" +"l10n_et6231","6231","Per diem","other","l10n_et_expense","l10n_et6230","" +"l10n_et6232","6232","Transport fees","other","l10n_et_expense","l10n_et6230","" +"l10n_et6233","6233","Official entertainment","other","l10n_et_expense","l10n_et6230","" +"l10n_et6240","6240","Maintenance and Repair Services","view","l10n_et_view","l10n_et6200","" +"l10n_et6241","6241","Maintenance and repair of vehicles and other transport","other","l10n_et_expense","l10n_et6240","" +"l10n_et6243","6243","Maintenance and repair of plant, machinery, and equipment","other","l10n_et_expense","l10n_et6240","" +"l10n_et6244","6244","Maintenance and repair of buildings, furnishings and fixtures","other","l10n_et_expense","l10n_et6240","" +"l10n_et6245","6245","Maintenance and repair of infrastructure","other","l10n_et_expense","l10n_et6240","" +"l10n_et6250","6250","Contracted Services","view","l10n_et_view","l10n_et6200","" +"l10n_et6251","6251","Contracted professional services","other","l10n_et_expense","l10n_et6250","" +"l10n_et6252","6252","Rent","other","l10n_et_expense","l10n_et6250","" +"l10n_et6253","6253","Advertising","other","l10n_et_expense","l10n_et6250","" +"l10n_et6254","6254","Insurance","other","l10n_et_expense","l10n_et6250","" +"l10n_et6255","6255","Freight","other","l10n_et_expense","l10n_et6250","" +"l10n_et6256","6256","Fees and charges","other","l10n_et_expense","l10n_et6250","" +"l10n_et6257","6257","Electricity charges","other","l10n_et_expense","l10n_et6250","" +"l10n_et6258","6258","Telecommunication charges","other","l10n_et_expense","l10n_et6250","" +"l10n_et6259","6259","Water and other utilities","other","l10n_et_expense","l10n_et6250","" +"l10n_et6270","6270","Training Services","view","l10n_et_view","l10n_et6200","" +"l10n_et6271","6271","Local training","other","l10n_et_expense","l10n_et6270","" +"l10n_et6272","6272","External training","other","l10n_et_expense","l10n_et6270","" +"l10n_et6300","6300","FIXED ASSETS AND CONSTRUCTION","view","l10n_et_view","l10n_et6000","" +"l10n_et6310","6310","Fixed Assets","view","l10n_et_view","l10n_et6300","" +"l10n_et6311","6311","Depreciation of vehicles and other vehicular transport","other","l10n_et_expense","l10n_et6310","" +"l10n_et6313","6313","Depreciation of plant, machinery and equipment","other","l10n_et_expense","l10n_et6310","" +"l10n_et6314","6314","Depreciation of buildings, furnishings and fixtures","other","l10n_et_expense","l10n_et6310","" +"l10n_et6315","6315","Depreciation of livestock and transport animals","other","l10n_et_expense","l10n_et6310","" +"l10n_et6320","6320","Construction","view","l10n_et_view","l10n_et6300","" +"l10n_et6321","6321","Pre-construction activities","other","l10n_et_expense","l10n_et6320","" +"l10n_et6322","6322","Construction of buildings","other","l10n_et_expense","l10n_et6320","" +"l10n_et6324","6324","Construction of infrastructure","other","l10n_et_expense","l10n_et6320","" +"l10n_et6400","6400","OTHER PAYMENTS","view","l10n_et_view","l10n_et6000","" +"l10n_et6430","6430","Debt Payments","view","l10n_et_view","l10n_et6400","" +"l10n_et6431","6431","Payments on the principal of foreign debt","other","l10n_et_expense","l10n_et6430","" +"l10n_et6432","6432","Payments of interest and bank charges on foreign debt","other","l10n_et_expense","l10n_et6430","" +"l10n_et6433","6433","Payments on the principal of local debt","other","l10n_et_expense","l10n_et6430","" +"l10n_et6434","6434","Payments of interest and bank charges on local debt","other","l10n_et_expense","l10n_et6430","" diff --git a/addons/l10n_et/data/account.account.type.csv b/addons/l10n_et/data/account.account.type.csv new file mode 100644 index 00000000000..5eac2c92e73 --- /dev/null +++ b/addons/l10n_et/data/account.account.type.csv @@ -0,0 +1,14 @@ +"id","name","code","close_method","report_type" +"l10n_et_asset","Fixed Assets","fixed_assets","Balance","asset" +"l10n_et_current_assets","Current Assets","current_assets","Balance","asset" +"l10n_et_equity","Equity","equity","Balance","liability" +"l10n_et_expense","Expense","expense","None","expense" +"l10n_et_income","Income","income","None","income" +"l10n_et_liability","Long-Term Liabilities","liability","Balance","liability" +"l10n_et_current_liabilities","Current Liabilities","current_liabilities","Balance","liability" +"l10n_et_payable","Payable","payable","unreconciled","liability" +"l10n_et_receivable","Receivable","receivable","unreconciled","asset" +"l10n_et_output_tax","Output Tax","output_tax","unreconciled","liability" +"l10n_et_input_tax","Input Tax","input_tax","unreconciled","asset" +"l10n_et_profit_and_loss","Profit and Loss","profit_and_loss","None","none" +"l10n_et_view","View","view","None","/" diff --git a/addons/l10n_et/data/account.chart.template.csv b/addons/l10n_et/data/account.chart.template.csv new file mode 100644 index 00000000000..de24c43bad2 --- /dev/null +++ b/addons/l10n_et/data/account.chart.template.csv @@ -0,0 +1,2 @@ +"id","name","account_root_id:id","tax_code_root_id:id","bank_account_view_id:id","property_account_receivable:id","property_account_payable:id","property_account_expense_categ:id","property_account_income_categ:id" +"l10n_et","Ethiopia Tax and Account Chart Template","l10n_et0","tc_01","l10n_et2110","l10n_et2211","l10n_et3002","l10n_et2301","l10n_et1100" diff --git a/addons/l10n_et/data/account.tax.code.template.csv b/addons/l10n_et/data/account.tax.code.template.csv new file mode 100644 index 00000000000..25986a5d9e8 --- /dev/null +++ b/addons/l10n_et/data/account.tax.code.template.csv @@ -0,0 +1,31 @@ +"id","code","name","parent_id:id","notprintable","sign" +"tc_01",0,"FDRE",,,1.0 +"tc_02",100,"Taxable Purchases - VAT","tc_01",False,1.0 +"tc_03",110,"Taxable Purchase VAT Out of Scope","tc_02",False,1.0 +"tc_04",120,"Taxable Purchase VAT Exempt","tc_02",False,1.0 +"tc_05",130,"Taxable Purchase VAT Rated 0%","tc_02",False,1.0 +"tc_06",140,"Taxable Purchase VAT Rated 15%","tc_02",False,1.0 +"tc_07",200,"Taxable Purchases - Witholding","tc_01",False,1.0 +"tc_08",220,"Taxable 2% Withholding on Purchases","tc_07",False,1.0 +"tc_09",225,"Taxable 35% Withholding on Purchases","tc_07",False,1.0 +"tc_10",250,"Taxable Sales - VAT","tc_01",False,1.0 +"tc_11",255,"Taxable Sales VAT Out of Scope (Sales)","tc_10",False,1.0 +"tc_12",260,"Taxable Sales VAT Exempt","tc_10",False,1.0 +"tc_13",265,"Taxable Sales VAT Rated 0%","tc_10",False,1.0 +"tc_14",270,"Taxable Sales VAT Rated 15%","tc_10",False,1.0 +"tc_15",280,"Taxable Sales - Withholding","tc_01",False,1.0 +"tc_16",285,"Taxable 2% Withholding on Sales","tc_15",False,1.0 +"tc_17",290,"Taxable 35% Withholding on Sales","tc_15",False,1.0 +"tc_18",295,"Taxable VAT Withholding on Sales","tc_15",False,1.0 +"tc_19",300,"Net VAT to be Paid/Reclaimed","tc_01",False,1.0 +"tc_20",310,"Purchase VAT","tc_19",False,1.0 +"tc_21",311,"Purchase VAT Rated 15%","tc_20",False,-1.0 +"tc_22",320,"Sales VAT","tc_19",False,1.0 +"tc_23",321,"Sales VAT Rated 15%","tc_22",False,1.0 +"tc_24",400,"Withholding on Purchases","tc_01",False,1.0 +"tc_25",410,"2% Withholding on Purchases","tc_24",False,-1.0 +"tc_26",420,"35% Withholding on Purchases","tc_24",False,-1.0 +"tc_27",500,"Withholding on Sales","tc_01",False,1.0 +"tc_28",510,"2% Withheld on Sales","tc_27",False,1.0 +"tc_29",520,"35% Withheld on Sales","tc_27",False,1.0 +"tc_30",530,"VAT Withheld on Sales","tc_27",False,1.0 diff --git a/addons/l10n_et/data/account.tax.template.csv b/addons/l10n_et/data/account.tax.template.csv new file mode 100644 index 00000000000..39f71126de0 --- /dev/null +++ b/addons/l10n_et/data/account.tax.template.csv @@ -0,0 +1,14 @@ +"id","description","chart_template_id:id","type_tax_use","name","base_code_id:id","tax_code_id:id","ref_base_code_id:id","ref_tax_code_id:id","amount","account_collected_id:id","account_paid_id:id","base_sign","tax_sign","ref_base_sign","ref_tax_sign","type" +"id_tax03","","l10n_et","sale","VAT 15% rated sales","tc_14","tc_23","tc_14","tc_23","0.15","l10n_et3007","l10n_et3007","1.0","1.0","-1.0","-1.0","percent" +"id_tax04","","l10n_et","sale","VAT 0% rated sales","tc_13",,"tc_13",,"","l10n_et3007","l10n_et3007","1.0","1.0","-1.0","-1.0","percent" +"id_tax06","","l10n_et","sale","VAT Exempt rated sales","tc_12",,"tc_12",,"","l10n_et3007","l10n_et3007","1.0","1.0","-1.0","-1.0","percent" +"id_tax11","","l10n_et","sale","VAT Out of Scope rated sales","tc_11",,"tc_11",,"","l10n_et3007","l10n_et3007","1.0","1.0","-1.0","-1.0","percent" +"id_tax02","","l10n_et","sale","Withholding 2% rated sales","tc_16","tc_28","tc_16","tc_28","-0.02","l10n_et3006","l10n_et3006","1.0","1.0","-1.0","-1.0","percent" +"id_tax13","","l10n_et","sale","Withholding 35% rated sales","tc_17","tc_29","tc_17","tc_29","-0.35","l10n_et3006","l10n_et3006","1.0","1.0","-1.0","-1.0","percent" +"id_tax14","","l10n_et","sale","Withholding VAT 15% rated sales","tc_18","tc_30","tc_18","tc_30","-0.15","l10n_et3006","l10n_et3006","1.0","1.0","-1.0","-1.0","percent" +"id_tax08","","l10n_et","purchase","VAT 15% rated purchases","tc_06","tc_21","tc_06","tc_21","0.15","l10n_et2212","l10n_et2212","1.0","1.0","-1.0","-1.0","percent" +"id_tax07","","l10n_et","purchase","VAT 0% rated purchases","tc_05",,"tc_05",,"","l10n_et2212","l10n_et2212","1.0","1.0","-1.0","-1.0","percent" +"id_tax10","","l10n_et","purchase","VAT Exempt rated purchases","tc_04",,"tc_04",,"","l10n_et2212","l10n_et2212","1.0","1.0","-1.0","-1.0","percent" +"id_tax09","","l10n_et","purchase","VAT Out of Scope rated purchases","tc_03",,"tc_03",,"","l10n_et2212","l10n_et2212","1.0","1.0","-1.0","-1.0","percent" +"id_tax05","","l10n_et","purchase","Withholding 2% rated purchases","tc_08","tc_25","tc_08","tc_25","-0.02","l10n_et2213","l10n_et2213","1.0","1.0","-1.0","-1.0","percent" +"id_tax12","","l10n_et","purchase","Withholding 35% rated purchases","tc_09","tc_26","tc_09","tc_26","-0.35","l10n_et2213","l10n_et2213","1.0","1.0","-1.0","-1.0","percent" diff --git a/addons/l10n_et/data/res.country.state.csv b/addons/l10n_et/data/res.country.state.csv new file mode 100644 index 00000000000..5f4019593bc --- /dev/null +++ b/addons/l10n_et/data/res.country.state.csv @@ -0,0 +1,12 @@ +"id","country_id:id","code","name" +"state_et_1","base.et","AA","Addis Ababa" +"state_et_2","base.et","AF","Afar" +"state_et_3","base.et","AM","Amhara" +"state_et_4","base.et","BN","Benishangul-Gumuz" +"state_et_5","base.et","DR","Dire Dawa" +"state_et_6","base.et","GM","Gambella Peoples" +"state_et_7","base.et","HR","Harrari Peoples" +"state_et_8","base.et","OR","Oromia" +"state_et_9","base.et","SM","Somalia" +"state_et_10","base.et","SP","Southern Peoples, Nations, and Nationalities" +"state_et_11","base.et","TG","Tigray" diff --git a/addons/l10n_et/l10n_et_wizard.xml b/addons/l10n_et/l10n_et_wizard.xml new file mode 100644 index 00000000000..cbbb56b7989 --- /dev/null +++ b/addons/l10n_et/l10n_et_wizard.xml @@ -0,0 +1,8 @@ + + + + + open + + + diff --git a/addons/l10n_et/static/src/img/icon.png b/addons/l10n_et/static/src/img/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc193709062acbc35c2c2f284bbaf5cd441878e GIT binary patch literal 4032 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 T4bYOCtPMbD{G(p3Y8&<+i-?pI literal 0 HcmV?d00001