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

I added the following code in automated action "Execute Python Code"


query = """ (Delete from x_lead_processes_ids) """
cr = self._cr
env.cr.execute(query)
env.cr.commit()


however, it give error (Delete statement is just for testing, I know it will delete everything)

is there anything else I need to consider in this Sample?

아바타
취소