Skip to content

Instantly share code, notes, and snippets.

@3mrdev
Last active August 3, 2021 09:00
Show Gist options
  • Save 3mrdev/fc6045686bf77238ec1d044e765f7aa7 to your computer and use it in GitHub Desktop.
Save 3mrdev/fc6045686bf77238ec1d044e765f7aa7 to your computer and use it in GitHub Desktop.
On Change Domain by a method (Odoo)
@api.onchange('partner_type')
def onchange_partner_type(self):
domain = []
return {'domain': {'partner_id': domain}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment