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

hello, 

I would like to modify the portal inscription on my web site to add fields (already added in contact via studio)

I asked to IA which tell me to modify the form view in studio, but cannot give me the name of the view.

I cannot found this view. Could somebody help me ?

thanks

Daniel

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

hello and thanks for you answer, but 

after developer mode activation I go to website, - configuration and I cannot find templates but i have:


Paramètres

Sites web

 Applications

Redirection

Menus

Ecommerce

etc...

아바타
취소
베스트 답변

Hi Daniel,

The portal signup form isn’t a normal “form view” that you’ll see in Studio — it comes from a QWeb template in the auth_signup / website modules. The one you’re looking for is usually:

  • auth_signup.login (for login + signup screen)
  • website_sign_up (in recent versions)

To customize it:

  1. Activate Developer Mode.
  2. Go to Website → Configuration → Templates.
  3. Search for auth_signup.login (or website_sign_up).
  4. Duplicate it into your custom module (or edit via Studio/Website Editor) and add the extra fields you already created on res.partner.
  5. In your controller, make sure those fields are written back to the partner record when the form is submitted.

So, you won’t find it in “Views” (like form/tree views) — it’s a Website QWeb template.

Hope this helps!

아바타
취소
관련 게시물 답글 화면 활동
1
9월 25
194
2
8월 25
529
2
8월 25
579
0
8월 25
534
1
8월 25
1100