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

Scheduler action is updated , but my function is not executing and I don't know why , Here is my function :


def create_revenue_logs(self, cr, uid,context=None): 

customer_pool = self.pool.get('res.partner')

data = {

'name': 'xx',

customer_pool.create(cr,uid,data,context=context)

return True


Your help is really appreciated


It is solved

아바타
취소