Skip to content

Instantly share code, notes, and snippets.

@ianjosephwilson
Created January 26, 2013 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianjosephwilson/4644700 to your computer and use it in GitHub Desktop.
Save ianjosephwilson/4644700 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<tryton>
<data>
<record model="ir.action.wizard" id="close_sale">
<field name="name">Close Sale</field>
<field name="wiz_name">sale_wizard.close</field>
<field name="model">sale.sale</field>
</record>
<record model="ir.action.keyword" id="close_sale_keyword">
<field name="keyword">form_action</field>
<field name="model">sale.sale,-1</field>
<field name="action" ref="close_sale"/>
</record>
</data>
</tryton>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment