5
5
<record model="ir.ui.view" id="view_mass_object_form">
6
6
<field name="name">mass.object.form</field>
7
7
<field name="model">mass.object</field>
8
9
<field name="arch" type="xml">
11
12
<field name="model_id" on_change="onchange_model(model_id)"/>
15
16
<field name="field_ids" colspan="4" nolabel="1"
16
domain="[('ttype', 'not in', ['reference', 'function']), ('model_id', 'in', model_ids[0][2])]"/>
17
domain="[('ttype', 'not in', ['one2many', 'refenrence', 'function']), ('model_id', 'in', model_list)]"/>
19
20
<group colspan="2" col="2">
20
21
<button name="create_action" string="Add sidebar button" type="object" icon="gtk-execute"
21
22
colspan="2" attrs="{'invisible':[('ref_ir_act_window','!=',False)]}"