~vauxoo/addons-vauxoo/8.0-import_tax_tariff-dev-yani-rev-2

« back to all changes in this revision

Viewing changes to account_closure_preparation/view/menues_and_actions.xml

  • Committer: jose at vauxoo
  • Date: 2013-07-25 20:54:29 UTC
  • mfrom: (543.7.110 vaddons-70)
  • Revision ID: jose@vauxoo.com-20130725205429-tcrhjjc3og02uc0g
 
[MERGE] Merge from 7 Series to add the new features

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record model="ir.actions.act_window" id="closure_preparation_action">
 
5
            <field name="name">Closure Preparation</field>
 
6
            <field name="res_model">account.closure.preparation</field>
 
7
            <field name="type">ir.actions.act_window</field>
 
8
            <field name="view_type">form</field>
 
9
            <field name="view_mode">tree,form</field>
 
10
            <field name="target">inline</field>
 
11
            <field name="view_id" ref="account_closure_preparation_view"/>
 
12
        </record>
 
13
 
 
14
        <menuitem 
 
15
            id="closure_preparation_menu"
 
16
            name="Closure Preparation"
 
17
            parent="account.menu_account_end_year_treatments"
 
18
            action="closure_preparation_action"
 
19
            groups="account.group_account_manager"
 
20
            />
 
21
    </data>
 
22
</openerp>