Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1.     @property
  2.     def _shipment_grouping_fields(self):
  3.         grouping_fields = super()._shipment_grouping_fields
  4.         grouping_fields.add('new_field')
  5.         return grouping_fields
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement