Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
3720 Tampilan

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 ?

Avatar
Buang
Jawaban Terbai

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

}


Avatar
Buang
Jawaban Terbai

Existing Object/Button ?

Avatar
Buang
Penulis Jawaban Terbai

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 ?

Avatar
Buang
Penulis

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 ?

Penulis

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 ?

Post Terkait Replies Tampilan Aktivitas
3
Des 23
2349
2
Nov 20
11389
1
Feb 24
7914
1
Apr 17
3631
0
Des 15
3170