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

Once i filled all required field of form and save, Redirect another action window like model

I'm tried this way to redirect another action window

@api.model

    def create(self, vals):

        res = super(seed, self).create(vals)

      

        return {

            'name': 'SeedOrder',

            'view_type': 'form',

            'view_mode': 'tree, form',

            'res_model': 'seed.order', # name of redirect model

            # 'res_id': res.id,

            'view_id': False,

            'target’': 'new',

            'type': 'ir.actions.act_window',

        } 

아바타
취소

What error did you get? Be more elaborative in you question

hello

you cannot redirect any form on the return of the create method. 

작성자 베스트 답변

I Need to redirect another page while save records

아바타
취소
관련 게시물 답글 화면 활동
1
4월 24
2387
2
9월 20
5439
8
2월 25
24967
1
12월 24
2484
0
9월 24
1690