Advertisement
lukio

tryton add button presupuesto.xml

May 24th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.35 KB | None | 0 0
  1.       <group col="7" colspan="2" id="buttons">
  2.            <button name="cancel" type="object" string="Cancel" icon="tryton-cancel"/>
  3.       </group>
  4.  
  5.     <record model="ir.model.button" id="presupuesto_cancel_button">
  6.         <field name="name">cancel</field>
  7.         <field name="model" search="[('model', '=', 'presupuesto.presupuesto')]"/>
  8.     </record>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement