mirror of https://github.com/OCA/web.git
[IMP] better readme, manifest
parent
d472033565
commit
0cdadecac4
|
@ -12,14 +12,12 @@ Depend on this module and return
|
||||||
|
|
||||||
{
|
{
|
||||||
'type': 'ir.actions.act_window.message',
|
'type': 'ir.actions.act_window.message',
|
||||||
'title': 'My title',
|
'title': _('My title'),
|
||||||
'message': 'My message'
|
'message': _('My message'),
|
||||||
}
|
}
|
||||||
|
|
||||||
You are responsible for translating the messages.
|
You are responsible for translating the messages.
|
||||||
|
|
||||||
* https://www.odoo.com/forum/help-1
|
|
||||||
|
|
||||||
Known issues / Roadmap
|
Known issues / Roadmap
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"author": "Therp BV",
|
"author": "Therp BV",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "Hidden/Dependency",
|
"category": "Hidden/Dependency",
|
||||||
"summary": "Show a warning to users",
|
"summary": "Show a message box to users",
|
||||||
"depends": [
|
"depends": [
|
||||||
'web',
|
'web',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue