~pau-tecnoba/school-base-openerp-module/pau

« back to all changes in this revision

Viewing changes to school_iwl/wizard/school_iwl_handling_view.xml

  • Committer: Pere Erro
  • Date: 2012-09-11 10:25:55 UTC
  • Revision ID: pereerro@terra.es-20120911102555-ub0y5jq7p9te97ij
[FIX] Bug #1048613 fixed
[IMP] New wizard to tutorize students

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
            <field name="type">form</field>
14
14
            <field name="arch" type="xml">
15
15
                <form string="IWL Handling">
16
 
                    <field name="iwl_ids" on_change="on_change_iwl_ids(iwl_ids)" colspan="4"/>
 
16
                        <group string="List of IWL" col="4" colspan="4">
 
17
                        <field name="iwl_ids" on_change="on_change_iwl_ids(iwl_ids)" colspan="4" nolabel="1" />
 
18
                    </group>
17
19
                    <field name="parent_group" domain="[('id','in',map(int,parent_group_domain.split(',')))]" on_change="on_change_compute_classification(n_activities,parent_group)" />
18
20
                    <field name="parent_group_domain" invisible="1" />
19
21
                    <field name="classification_id" domain="[('id','in',map(int,classification_id_domain.split(',')))]" on_change="on_change_classification(classification_id)" />
35
37
            <field name="view_type">form</field>
36
38
            <field name="view_mode">form</field>
37
39
            <field name="target">new</field>
38
 
 
 
40
                <field name="help">This wizard is for create (or delete) activities (IWL). All the activities selected will be deleted and others will be created without time cell established. The new activities will have new groups from other classification if no classification was pointed.</field>
39
41
        </record>
40
42
 
41
43
        <record id="ir_actions_act_window_view_school_iwl_handling" model="ir.actions.act_window.view">