How can I have OpenERP trigger an action (Like starting a wizard or opening a view), from within a function (For example a button on a form view)?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
You can return a dictionary containing keys corresponding to an ir.action.act_window
:
- 'type': "ir.actions.act_window"
- 'res_model': the model for which you want to open a view (can be a TransientModel for a wizard)
- 'view_type': "form"
- 'view_mode': "form"
- 'target': use "new" to open a new windo
- 'context': the context of your function
You will find numerous examples of this in the various official addons. Look for the string "ir.action.act_window" in Python source files.
there is a typo in the example, action -> actions :
'type':'ir.actions.act_window'
Thanks very much, I have updated Alexandre's answer. Just so you know, it would have been better if you put this as a comment on the original answer (For the sake of clarity for future users) :)
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
مارس 15
|
3883 | ||
|
12
أبريل 23
|
25283 | ||
|
2
سبتمبر 21
|
44164 | ||
|
2
أكتوبر 15
|
17826 | ||
|
0
فبراير 25
|
776 |