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

Dear All!

How can I find the form "Create: Partner"? I would like to change default values on it. It is a floating popup window and I can not click the little bug icon.

Background: At the "Receipts" operation I need to create new vendors quite frequently. If I create a new user here, it gets created as a customer by default.

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

I was unable to figure out which parameters I need for the 'default_supplier':1

I was able to set the default value true on the contact form... how to set a value false? Because now both options are ticked.
아바타
취소
베스트 답변

Hi,

You might be getting this window while you click create and edit option in the Many2one field of the res.partner model. Rather than setting the default value as Supplier ticked, it will be better to pass supplier as True in the context of the Many2one field.


If you set the supplier as default value, every where when you access the res.partner it will be default come as the Supplier .


So here in your case, just activate the developer mode and click the debugger button and Click the Edit Form View option from the corresponding form and check the code where this Contact field is defined.


In the code you can see a field like this,

<field name="partner_id"/>


Along with this field add context as below,


<field name="partner_id" context="{'default_supplier':1, 'default_customer': 0}"/>


If you like setting default values you can go to Customers form view and click debugger button and click the Set defaults option and do it, see the video : How To Set Default Value For A Field in Odoo


Thanks

아바타
취소
관련 게시물 답글 화면 활동
1
6월 25
861
1
6월 25
885
2
6월 25
1598
1
5월 25
1638
1
4월 25
1870