~ubuntu-branches/debian/sid/openerp-server/sid

« back to all changes in this revision

Viewing changes to bin/addons/l10n_be/l10n_be_wizard.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-02-07 13:33:00 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090207133300-1svab0irxt6lmbvs
Tags: 5.0.0-1
MergingĀ upstreamĀ versionĀ 5.0.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<openerp>
3
3
    <data>
 
4
 
 
5
    <menuitem 
 
6
        id="menu_finance_belgian_statement" 
 
7
        name="Belgium Statements"
 
8
        parent="account.menu_finance_legal_statement"/>
 
9
 
4
10
    <wizard
5
 
        string="Enlist Vat Details"
 
11
        string="Annual Listing of VAT-Subjected Customers"
6
12
        model="res.partner"
7
13
        name="list.vat.detail"
8
14
        menu="False"
9
15
        id="partner_wizard_vat"/>
 
16
 
10
17
    <menuitem
11
 
        name="Listing of VAT Customers"
12
 
        parent="account.menu_finance_legal_statement"
 
18
        name="Annual Listing of VAT-Subjected Customers"
 
19
        parent="menu_finance_belgian_statement"
13
20
        action="partner_wizard_vat"
14
21
        type="wizard"
15
22
        id="partner_wizard_vat_menu"/>
16
23
 
17
24
    <wizard
18
 
        string="Taxes Statement"
 
25
        string="Periodical VAT Declaration"
19
26
        name="wizard.account.xml.vat.declaration"
20
27
        menu="False"
21
28
        id="wizard_xml_vat_declaration"/>
 
29
 
22
30
    <menuitem
23
 
        name="Taxes Statement"
24
 
        parent="account.menu_finance_legal_statement"
 
31
        name="Periodical VAT Declaration"
 
32
        parent="menu_finance_belgian_statement"
25
33
        action="wizard_xml_vat_declaration"
26
34
        type="wizard"
27
35
        id="account_wizard_vat_declaration"/>