Browse Source

[IMP] better readme, manifest

pull/99/head
Holger Brunn 9 years ago
parent
commit
0cdadecac4
  1. 6
      web_ir_actions_act_window_message/README.rst
  2. 2
      web_ir_actions_act_window_message/__openerp__.py

6
web_ir_actions_act_window_message/README.rst

@ -12,14 +12,12 @@ Depend on this module and return
{
'type': 'ir.actions.act_window.message',
'title': 'My title',
'message': 'My message'
'title': _('My title'),
'message': _('My message'),
}
You are responsible for translating the messages.
* https://www.odoo.com/forum/help-1
Known issues / Roadmap
======================

2
web_ir_actions_act_window_message/__openerp__.py

@ -24,7 +24,7 @@
"author": "Therp BV",
"license": "AGPL-3",
"category": "Hidden/Dependency",
"summary": "Show a warning to users",
"summary": "Show a message box to users",
"depends": [
'web',
],

Loading…
Cancel
Save