Skip to content

Commit

Permalink
[MIG] Add field detailed_type to pos product read fields
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-dmoreno committed Jul 6, 2023
1 parent e799ece commit 7ad59eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pos_event_sale/models/pos_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,8 @@ def _loader_params_event_tag(self):
],
},
}

def _loader_params_product_product(self):
params = super()._loader_params_product_product()
params["search_params"]["fields"].append("detailed_type")
return params

0 comments on commit 7ad59eb

Please sign in to comment.