Skip to Content
Menu
This question has been flagged
2 Replies
7572 Views

when I am going to create a new client, by default "Company" is selected, how can I change it to be a person.

Try to do it in "Set default" but I never see the "company_type" or "Is_company" field

I appreciate your help

Avatar
Discard
Author

Ohhh sorry is odoo13 Enperprise

Best Answer

Great solution by Paresh for its simplicity but works better if you set Context Value to {'default_is_Individual': True}

BR

Ricardo

Avatar
Discard
Author

Regards

Thanks for the suggestion Ricardo.

Regards,

Paresh

Best Answer

Hi Johny:

You need to change the Context Value to {'default_is_company': False} for the window action related to this form.

A quick way to do this is to activate developer mode, go to the Contact/Customer creation form, go to Edit Actions in developer tools (bug sign on top right) and update the Context Value field.

A more appropriate way would be to develop a custom module so that you can re-install/upgrade it if the changes get overwritten during a version update/upgrade. 

Avatar
Discard
Author

regards

Related Posts Replies Views Activity
2
Sep 23
1568
4
Jan 23
12969
0
Sep 22
2163
5
Apr 19
5523
1
Feb 18
5391