<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record model="ir.ui.view" id="workout_wizard">
<field name="name">rate change</field>
<field name="model">wizard.weight</field>
<field name="arch" type="xml">
<form string="workout">
<separator string="This wizard add workout."/>
<group>
<group>
<field name="date" required="1"/>
<field name="weight" required="1"/>
</group>
</group>
<footer>
<button name="weight_add" string="OK" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" class="btn-default"/>
</footer>
</form>
</field>
</record>
<record model="ir.actions.act_window" id="wizard_workout_entry_action">
<field name="name">workout excercise</field>
<field name="res_model">wizard.weight</field>
<field name="view_mode">form</field>
<field name="target">new</field>
</record>
<act_window id="new_workout_id"
multi="True"
key2="client_action_multi" name="new excercise"
res_model="wizard.weight" src_model="weight.entry"
view_mode="form" target="new" />
</data>
</odoo>
{"html5":"htmlmixed","css":"css","javascript":"javascript","php":"php","python":"python","ruby":"ruby","lua":"text\/x-lua","bash":"text\/x-sh","go":"go","c":"text\/x-csrc","cpp":"text\/x-c++src","diff":"diff","latex":"stex","sql":"sql","xml":"xml","apl":"apl","asterisk":"asterisk","c_loadrunner":"text\/x-csrc","c_mac":"text\/x-csrc","coffeescript":"text\/x-coffeescript","csharp":"text\/x-csharp","d":"d","ecmascript":"javascript","erlang":"erlang","groovy":"text\/x-groovy","haskell":"text\/x-haskell","haxe":"text\/x-haxe","html4strict":"htmlmixed","java":"text\/x-java","java5":"text\/x-java","jquery":"javascript","mirc":"mirc","mysql":"sql","ocaml":"text\/x-ocaml","pascal":"text\/x-pascal","perl":"perl","perl6":"perl","plsql":"sql","properties":"text\/x-properties","q":"text\/x-q","scala":"scala","scheme":"text\/x-scheme","tcl":"text\/x-tcl","vb":"text\/x-vb","verilog":"text\/x-verilog","yaml":"text\/x-yaml","z80":"text\/x-z80"}