You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes. The problem is that if you want to create multiple object with one web request, you cannot but you have to create them sending multiple requests one by one. For example, if you create a pricelist with multiple prices, with the current implementation you have to make an execute for each priceitem in the pricelist. Instead with execute_kw, it will make one request for all price items.
Describe the solution you'd like
implement execute_kw instead of execute
Describe alternatives you've considered
running execute multiple times which is very time consuming.
thanks
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes. The problem is that if you want to create multiple object with one web request, you cannot but you have to create them sending multiple requests one by one. For example, if you create a pricelist with multiple prices, with the current implementation you have to make an execute for each priceitem in the pricelist. Instead with execute_kw, it will make one request for all price items.
Describe the solution you'd like
implement execute_kw instead of execute
Describe alternatives you've considered
running execute multiple times which is very time consuming.
thanks
The text was updated successfully, but these errors were encountered: