You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
1000 B

<odoo>
<record model="ir.ui.view" id="assign_super_coop_view_form">
<field name="name">Assign Super Coop</field>
<field name="model">beesddoo.shift.assign_super_coop</field>
<field name="arch" type="xml">
<form>
<group>
<field name="super_coop_id"/>
<field name="shift_ids" invisible="1"/>
</group>
<footer>
<button type="object" name="write_super_coop"
string="Confirm" class="oe_highlight"/>
or
<button special="cancel" string="Cancel"/>
</footer>
</form>
</field>
</record>
<act_window id="act_assign_new_super_coop" name="Change Super Coop"
src_model="beesdoo.shift.shift"
res_model="beesddoo.shift.assign_super_coop"
view_mode="form" target="new" key2="client_action_multi"/>
</odoo>