I create custom model and it has one2many field like sale order line .But I don't know how to create add a section and add a note in this one2many field.How can I add this like sale order line.My custom order line has the same field with sale order line ,so I try to use sale order line in my custom model.But everything is working fine before save.When save, get order_id problem because order_id is required field and connect with sale order.So,how can I solve my problem?Please guide me how to add (add a section and add a note) in my one2many field.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
Hello Please Use widget="section_and_note_one2many" in your One2many field in XML,
To Get Section and Note in Your Custom Model
Thanks
For more information Contact us: - https://kanakinfosystems.com/odoo-development-services
How can I know section or normal order line?
Don't forget to define "display_type" field in your model/view.
See sale.order.line for example.
@FarFarAway: yeah you're right, I didn't do that before, hence it wasn't working as it should've been
Podoba Ci się ta dyskusja? Dołącz do niej!
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ść | |
---|---|---|---|---|
|
3
lip 25
|
21846 | ||
|
1
gru 24
|
2287 | ||
|
1
kwi 25
|
2559 | ||
|
0
wrz 23
|
144 | ||
Enable to select an entity on one2many list
Rozwiązane
|
|
2
sty 24
|
15965 |
Hi,
add widget="section_and_note_one2many"