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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Great solution by Paresh for its simplicity but works better if you set Context Value to {'default_is_Individual': True}
BR
Ricardo
Regards
Thanks for the suggestion Ricardo.
Regards,
Paresh
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.
regards
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Sep 23
|
1568 | ||
|
4
Jan 23
|
12969 | ||
|
0
Sep 22
|
2163 | ||
Created module , new moduel
Solved
|
|
5
Apr 19
|
5523 | |
|
1
Feb 18
|
5391 |
Ohhh sorry is odoo13 Enperprise