Skip to content

Instantly share code, notes, and snippets.

@tong-odoo
Last active September 7, 2022 06:19
Show Gist options
  • Save tong-odoo/e025508b0f4fa81fea55643664c66fad to your computer and use it in GitHub Desktop.
Save tong-odoo/e025508b0f4fa81fea55643664c66fad to your computer and use it in GitHub Desktop.
Example
if record.seller_ids:
for index, seller in enumerate(record.seller_ids.sorted(lambda s: (s.price, -s.min_qty, s.id)), 1):
seller.update({"sequence": index})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment