Skip to content

Instantly share code, notes, and snippets.

@PritishC
Created January 7, 2015 08:36
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 PritishC/b6f473318b526f451c63 to your computer and use it in GitHub Desktop.
Save PritishC/b6f473318b526f451c63 to your computer and use it in GitHub Desktop.
Button update SaleLine
cls._buttons.update({
'update_product': {
'invisible': Eval('_parent_sale', {}).get('state').in_(
['processing', 'cancel', 'done']
),
'readonly': ~Eval('_parent_sale', {}).get('state').in_(
['draft', 'confirmed', 'quotation']
),
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment