Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute_kw does not work #5

Open
albgen opened this issue Sep 21, 2020 · 0 comments
Open

Execute_kw does not work #5

albgen opened this issue Sep 21, 2020 · 0 comments

Comments

@albgen
Copy link

albgen commented Sep 21, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant