[IMP] better readme, manifest

pull/1619/head
Holger Brunn 2015-03-18 10:26:00 +01:00 committed by Thomas Binsfeld
parent 3c31ab4438
commit 318266aee1
2 changed files with 3 additions and 5 deletions

View File

@ -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
======================

View File

@ -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',
],