i'm a new with odoo studio , i created new model , places field for customer , field many2one bring all sales order number.
i want to able this field to show only the sales order for the customer i selected in customer filed
what can i do ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i'm a new with odoo studio , i created new model , places field for customer , field many2one bring all sales order number.
i want to able this field to show only the sales order for the customer i selected in customer filed
what can i do ?
i have the Same problem,
did any one get it done in odoo studio?
Dear ,
you can make something like by add domain
[('partner_id','=',your_customer_field)] |
where the partner_id refer to the customer on sales order. and your_customer_field refer to your customer field.
Add above domain in your sale order relation field.
I hope I helped you...
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
Menu's with different default filter
Rozwiązane
|
|
1
lip 25
|
1480 | |
Digest mails - any good resources for Studio
Rozwiązane
|
|
2
mar 25
|
1697 | |
|
0
lut 25
|
1334 | ||
|
0
lut 25
|
1563 | ||
|
0
lut 25
|
1464 |
thanks , i try to ost as you mentioned
[('partner_id','=',x_studio_field_XApDC)]
which is x_studio_field_XApDC field of customer name , but still not work