콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
642 화면

Hello.

I am trying to find a way to automate applying inventory changes.

I am using API to change inventory in real time, however need to automate the changes into the database as the final step.

I have looked into the Scheduled Actions but I can't seem to get the right code to run what I need to run.

Would rather run the action from within the same API that updates the inventory but if that's not feasible I am open to other ways to accomplish this.

Thank you 

Robert

아바타
취소
베스트 답변

Turn on the log file to see which calls Odoo makes when you do anything via the Web client.

https://www.odoo.com/forum/help-1/how-can-i-see-which-api-calls-are-made-to-learn-what-odoo-is-doing-at-specific-times-183911

If you replicate the same calls, Odoo won't even know you are doing it via the API.

(The Web client uses the API to do 99% of what you can do in the browser)

아바타
취소
작성자 베스트 답변

Thank you very much.   This is a huge help in a lot of things that I am looking at doing.


아바타
취소