From: Mustufa Rangwala Date: Wed, 18 Aug 2010 05:54:31 +0000 (+0530) Subject: [IMP] l10n_chart_uk_minimal: Renaming xml Files X-Git-Tag: 6.0.0-rc1-addons~78^2~362 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=cc45f27a796796be4d1d278b83e45114c9efa1bb;p=odoo%2Fodoo.git [IMP] l10n_chart_uk_minimal: Renaming xml Files bzr revid: mra@mra-laptop-20100818055431-m5sho9x1sk2erd3k --- diff --git a/addons/l10n_chart_uk_minimal/__openerp__.py b/addons/l10n_chart_uk_minimal/__openerp__.py index 6725868..f8df66d 100644 --- a/addons/l10n_chart_uk_minimal/__openerp__.py +++ b/addons/l10n_chart_uk_minimal/__openerp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -15,7 +15,7 @@ # 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 . +# along with this program. If not, see . # ############################################################################## @@ -57,7 +57,6 @@ # - COGS account type fixed # - { 'name': 'United Kingdom - minimal', 'version': '1.1', @@ -65,16 +64,17 @@ 'description': """This is the base module to manage the accounting chart for United Kingdom in OpenERP.""", 'author': 'Seath Solutions Ltd', 'website': 'http://www.seathsolutions.com', - 'depends': ['base', 'account', 'base_iban', 'base_vat', 'account_chart'], + 'depends': ['base_iban', 'base_vat', 'account_chart'], 'init_xml': [], 'update_xml': [ - 'account_types.xml', - 'account_chart.xml', - 'account_tax.xml', + 'l10n_uk_types.xml', + 'l10n_uk_chart.xml', + 'l10n_uk_tax.xml', 'l10n_uk_wizard.xml' ], 'demo_xml': [], 'installable': True, + 'active': False, 'certificate': '0064392144797', } -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: \ No newline at end of file diff --git a/addons/l10n_chart_uk_minimal/account_chart.xml b/addons/l10n_chart_uk_minimal/account_chart.xml deleted file mode 100644 index 6b89001..0000000 --- a/addons/l10n_chart_uk_minimal/account_chart.xml +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - - 0 - Account Chart UK - - view - - - - - - - 1 - Balance Sheet - - view - - - - - Liabilities - 11 - view - - - - - - - 110 - Current Liabilities - - view - - - - - 1111 - Creditors - - payable - - - - - - 1112 - Input VAT - - other - - - - - 1113 - Reserve and Surplus Account - - payable - - - - - - - Assets - 10 - view - - - - - - - 100 - Fixed Assets - - view - - - - - 1000 - Fixed Asset Account - - other - - - - - 101 - Net Current Assets - - view - - - - - 1100 - Current Assets - - view - - - - - 11001 - Purchased Stocks - - other - - - - - 11002 - Debtors - - receivable - - - - - - - - 11003 - Output VAT - - other - - - - - 11004 - Bank Current Account - - other - - - - - 11005 - Cash - - other - - - - - - - - 2 - Profit and Loss - - view - - - - - Income - 20 - view - - - - - - - Foreign Exchange Gain - X201 - other - - - - - - - 200 - Revenue - - view - - - - - 2001 - Product Sales - - other - - - - - Expense - 21 - view - - - - - - - - - 210 - Cost of Sales - - view - - - - - 2100 - Cost of Goods Sold - - other - - - - - 211 - Overheads - - view - - - - - 2110 - Expenses - - other - - - - - Foreign Exchange Loss - (test) - X2111 - other - - - - - - - - diff --git a/addons/l10n_chart_uk_minimal/account_tax.xml b/addons/l10n_chart_uk_minimal/account_tax.xml deleted file mode 100644 index 6f02fc2..0000000 --- a/addons/l10n_chart_uk_minimal/account_tax.xml +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - - - - - - - Plan Fees UK - - - - VAT Balance to Pay - - - - - Input VAT - - - - - - Input VAT Rate S (15%) - - - - - Input VAT Rate R (5%) - - - - - - - Output VAT - - - - - Output VAT Rate S (15%) - - - - - Output VAT Rate R (5%) - - - - - - - - - Tax Bases - - - - - Taxable Purchases Base - - - - - Taxable Purchases Rated S (15%) - - - - - Taxable Purchases Rated R (5%) - - - - - Taxable Purchases Rated Z (0%) - - - - - Taxable Purchases Type X (Exempt) - - - - - Taxable Purchases Type O (Out of scope) - - - - - - - Base of Taxable Sales - - - - - Taxable Sales Rated S (15%) - - - - - Taxable Sales Rated R (5%) - - - - - Taxable Sales Rated Z (0%) - - - - - Taxable Sales Type X (Exempt) - - - - - Taxable Sales Type O (Out of scope) - - - - - - - UK Minimal Account Chart Template - - - - - - - - - - - - - - - - IVAT S - - percent - - - - - - - purchase - - - - - IVAT R - - percent - - - - - - - purchase - - - - - IVAT Z - - percent - - - purchase - - - - - IVAT X - - percent - - - purchase - - - - - IVAT O - - percent - - - purchase - - - - - - - OVAT S - - percent - - - - - - - sale - - - - - OVAT R - - percent - - - - - - - sale - - - - - OVAT Z - - percent - - - sale - - - - - OVAT X - - percent - - - sale - - - - - OVAT O - - percent - - - sale - - - - diff --git a/addons/l10n_chart_uk_minimal/account_types.xml b/addons/l10n_chart_uk_minimal/account_types.xml deleted file mode 100644 index d9bfb53..0000000 --- a/addons/l10n_chart_uk_minimal/account_types.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - Receivable - receivable - income - unreconciled - - - - Payable - payable - expense - unreconciled - - - - View - view - none - - - - Income View - view - income - - - - Expense View - expense - expense - - - - Asset View - asset - asset - - - - Liability View - liability - liability - - - - Income - income - none - income - - - - Expense - expense - none - expense - - - - Tax - tax - liability - unreconciled - - - - Cash - cash - asset - balance - - - - Liability - liability - balance - liability - - - - Asset - asset - balance - asset - - - - Equity - equity - asset - balance - - - - diff --git a/addons/l10n_chart_uk_minimal/l10n_uk_chart.xml b/addons/l10n_chart_uk_minimal/l10n_uk_chart.xml new file mode 100644 index 0000000..6b89001 --- /dev/null +++ b/addons/l10n_chart_uk_minimal/l10n_uk_chart.xml @@ -0,0 +1,259 @@ + + + + + + + 0 + Account Chart UK + + view + + + + + + + 1 + Balance Sheet + + view + + + + + Liabilities + 11 + view + + + + + + + 110 + Current Liabilities + + view + + + + + 1111 + Creditors + + payable + + + + + + 1112 + Input VAT + + other + + + + + 1113 + Reserve and Surplus Account + + payable + + + + + + + Assets + 10 + view + + + + + + + 100 + Fixed Assets + + view + + + + + 1000 + Fixed Asset Account + + other + + + + + 101 + Net Current Assets + + view + + + + + 1100 + Current Assets + + view + + + + + 11001 + Purchased Stocks + + other + + + + + 11002 + Debtors + + receivable + + + + + + + + 11003 + Output VAT + + other + + + + + 11004 + Bank Current Account + + other + + + + + 11005 + Cash + + other + + + + + + + + 2 + Profit and Loss + + view + + + + + Income + 20 + view + + + + + + + Foreign Exchange Gain + X201 + other + + + + + + + 200 + Revenue + + view + + + + + 2001 + Product Sales + + other + + + + + Expense + 21 + view + + + + + + + + + 210 + Cost of Sales + + view + + + + + 2100 + Cost of Goods Sold + + other + + + + + 211 + Overheads + + view + + + + + 2110 + Expenses + + other + + + + + Foreign Exchange Loss - (test) + X2111 + other + + + + + + + + diff --git a/addons/l10n_chart_uk_minimal/l10n_uk_tax.xml b/addons/l10n_chart_uk_minimal/l10n_uk_tax.xml new file mode 100644 index 0000000..6f02fc2 --- /dev/null +++ b/addons/l10n_chart_uk_minimal/l10n_uk_tax.xml @@ -0,0 +1,260 @@ + + + + + + + + + + + + Plan Fees UK + + + + VAT Balance to Pay + + + + + Input VAT + + + + + + Input VAT Rate S (15%) + + + + + Input VAT Rate R (5%) + + + + + + + Output VAT + + + + + Output VAT Rate S (15%) + + + + + Output VAT Rate R (5%) + + + + + + + + + Tax Bases + + + + + Taxable Purchases Base + + + + + Taxable Purchases Rated S (15%) + + + + + Taxable Purchases Rated R (5%) + + + + + Taxable Purchases Rated Z (0%) + + + + + Taxable Purchases Type X (Exempt) + + + + + Taxable Purchases Type O (Out of scope) + + + + + + + Base of Taxable Sales + + + + + Taxable Sales Rated S (15%) + + + + + Taxable Sales Rated R (5%) + + + + + Taxable Sales Rated Z (0%) + + + + + Taxable Sales Type X (Exempt) + + + + + Taxable Sales Type O (Out of scope) + + + + + + + UK Minimal Account Chart Template + + + + + + + + + + + + + + + + IVAT S + + percent + + + + + + + purchase + + + + + IVAT R + + percent + + + + + + + purchase + + + + + IVAT Z + + percent + + + purchase + + + + + IVAT X + + percent + + + purchase + + + + + IVAT O + + percent + + + purchase + + + + + + + OVAT S + + percent + + + + + + + sale + + + + + OVAT R + + percent + + + + + + + sale + + + + + OVAT Z + + percent + + + sale + + + + + OVAT X + + percent + + + sale + + + + + OVAT O + + percent + + + sale + + + + diff --git a/addons/l10n_chart_uk_minimal/l10n_uk_types.xml b/addons/l10n_chart_uk_minimal/l10n_uk_types.xml new file mode 100644 index 0000000..d9bfb53 --- /dev/null +++ b/addons/l10n_chart_uk_minimal/l10n_uk_types.xml @@ -0,0 +1,99 @@ + + + + + + Receivable + receivable + income + unreconciled + + + + Payable + payable + expense + unreconciled + + + + View + view + none + + + + Income View + view + income + + + + Expense View + expense + expense + + + + Asset View + asset + asset + + + + Liability View + liability + liability + + + + Income + income + none + income + + + + Expense + expense + none + expense + + + + Tax + tax + liability + unreconciled + + + + Cash + cash + asset + balance + + + + Liability + liability + balance + liability + + + + Asset + asset + balance + asset + + + + Equity + equity + asset + balance + + + +