mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] better readme, manifest
This commit is contained in:
committed by
Jasmin Solanki
parent
b6661f941f
commit
82298d2ff1
@@ -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
|
||||
======================
|
||||
|
||||
|
||||
@@ -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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user