[IMP]profile_tools :Remove Extra Tools Configuration Wiz and inherit it to INstall...
[odoo/odoo.git] / addons / profile_tools / misc_tools_installer.xml
1 <openerp>
2   <data>
3     <record id="view_misc_tools_installer" model="ir.ui.view">
4       <field name="name">misc_tools.installer.view</field>
5       <field name="model">base.setup.installer</field>
6       <field name="type">form</field>
7       <field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
8       <field name="arch" type="xml">
9         <data>
10           <xpath expr="//field[@name='product_expiry']" position="after">
11             <newline/>
12             <group attrs="{'invisible': [('profile_tools', '=', False)]}" colspan="4">
13                 <separator  string="Extra Tools Details" colspan="4" />
14             </group>
15                 <field name="share" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
16                 <field name="lunch" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
17                 <field name="idea" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
18                 <field name="survey" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
19                 <field name="subscription" groups="base.group_extended" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
20                 <field name="pad" attrs="{'invisible': [('profile_tools', '=', False)]}"/>            
21           </xpath>
22         </data>
23       </field>
24     </record>
25   </data>
26 </openerp>