openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #26954
[Bug 1262585] [NEW] [saas-2]"Compose a new message" from Messaging is not showed
Public bug reported:
It seems that there is a problem with the button "show_compose_message"
in the "Messaging" menu
This button is never shown.
It is shown only when those two conditions are met:
[widget.action.params.view_inbox and widget.action.params.show_compose_message]
It seems that widget.action.params.show_compose_message is always false.
See mail_thread_view.xml :
<field name="params" eval=""{
'domain': [
('to_read', '=', True),
('starred', '=', False),
],
'view_mailbox': True,
'view_inbox': True,
'read_action': 'read',
'show_compose_message': False
}""/>
This modification has been added into the commit #8637.1.1 by Martin Trugaux
Maybe it's not a bug but then could it be possible to have more information about this change?
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1262585
Title:
[saas-2]"Compose a new message" from Messaging is not showed
Status in OpenERP Addons (modules):
New
Bug description:
It seems that there is a problem with the button
"show_compose_message" in the "Messaging" menu
This button is never shown.
It is shown only when those two conditions are met:
[widget.action.params.view_inbox and widget.action.params.show_compose_message]
It seems that widget.action.params.show_compose_message is always
false.
See mail_thread_view.xml :
<field name="params" eval=""{
'domain': [
('to_read', '=', True),
('starred', '=', False),
],
'view_mailbox': True,
'view_inbox': True,
'read_action': 'read',
'show_compose_message': False
}""/>
This modification has been added into the commit #8637.1.1 by Martin Trugaux
Maybe it's not a bug but then could it be possible to have more information about this change?
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1262585/+subscriptions
Follow ups
References