hello everyone
i have created an app with 2 models (Pj - Te)
in (Te) model form i added a line contain a field(text type) named "material" so that users can enter there materials. Now i want to call this field on another model (Pj) but i need the materials to be shown as a list (all user materials shown as a list so they don't have to enter there material again) is this possible?
if not, suggest me any idea that i could fill a list by the user and call it in another model.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
2234
Ansichten
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
2
Apr. 24
|
1663 | ||
|
1
Apr. 24
|
11289 | ||
|
1
Feb. 18
|
6494 | ||
|
1
Feb. 25
|
1902 | ||
|
2
Feb. 25
|
1477 |
if i understand your need
you need that a user enter a new value into a field with the "selection" type, so that other model Pj users access the full list for selection.
is that right?
Yes @thomas
Is there any possible solution but without code (it's ok if i need to code in 'comput' but not in odoo files)