Hi ! someone can tell me how to display view from a button having type="object" ? In other words, how to display view from a method ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
Your method should return an action, something like this:
return {
'name': _(u"Eventos Eletrônicos"),
'view_mode': 'form',
'view_id': view[1],
'view_type': 'form',
'res_model': 'l10n_br_account.document_event',
'res_id': last_event,
'type': 'ir.actions.act_window',
'nodestroy': True,
'target': 'new',
'domain': '[]',
'context': None
}
Existing Object/Button ?
Danimar Ribeiro : Thank you very much :) so the view it can be not attached to database ? I meant can I display a tree view which contain a list which not a table in database ?
Danimar Ribeiro : so the view it can be not attached to database ? I meant can I display a tree view which contain a list which not a table in database ?
Danimar Ribeiro : Thank you very much :) so the view it can be not attached to database ? I meant can I display a tree view which contain a list which not a table in database ?
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
3
dec. 23
|
2462 | ||
|
2
nov. 20
|
11455 | ||
search_default does not work?..
Opgelost
|
|
1
feb. 24
|
7992 | |
|
1
apr. 17
|
3769 | ||
|
0
dec. 15
|
3234 |