~andorrax/school-base-openerp-module/xavi

« back to all changes in this revision

Viewing changes to school_fet/school_fet_view.xml

  • Committer: Pere Ramon Erro Mas
  • Date: 2011-07-25 16:59:02 UTC
  • Revision ID: pererem@perestriker-20110725165902-hn2lhpmb6m8x6r0h
[IMP] The beginning for the teachers to iwl assignation wizard... 
[IMP] Teachers are being sinchronized with employee and partner.

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
            <field name="inherit_id" ref="school_iwl.school_impartition_week_line_form_view" />
228
228
            <field name="type">form</field>
229
229
            <field name="arch" type="xml">
230
 
                <xpath expr="/form/field[@name='duration']" position="after">
231
 
                    <notebook colspan="4" >
232
 
                        <page string="Tags">
233
 
                            <field name="tag_ids" nolabel="1" colspan="4" />
234
 
                        </page>
235
 
                    </notebook>
 
230
                <xpath expr="/form/notebook" position="inside">
 
231
                    <page string="Tags">
 
232
                        <field name="tag_ids" nolabel="1" colspan="4" />
 
233
                    </page>
236
234
                </xpath>
237
235
            </field>
238
236
        </record>