diff --git a/mail_all/__openerp__.py b/mail_all/__openerp__.py index e99e8ef..e541a37 100644 --- a/mail_all/__openerp__.py +++ b/mail_all/__openerp__.py @@ -17,10 +17,7 @@ ], "external_dependencies": {"python": [], "bin": []}, "data": [ - # "views/templates.xml", - ], - "qweb": [ - # "static/src/xml/menu.xml", + "views/templates.xml", ], "demo": [], "post_load": None, diff --git a/mail_all/views/templates.xml b/mail_all/views/templates.xml new file mode 100644 index 0000000..ed28747 --- /dev/null +++ b/mail_all/views/templates.xml @@ -0,0 +1,32 @@ + + + + + All messages + mail.wall + { + 'default_model': 'res.users', + 'default_res_id': uid, + 'thread_model': 'res.partner', + 'needaction_menu_ref': ['mail.mail_tomefeeds', 'mail.mail_starfeeds', 'mail.mail_inboxfeeds'] + } + + +

+ No message found. +

+
+
+ + + All messages + + + + +
+