mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_notify: Migration to 12.0
Add self-test buttons in demo environment, Updated readme to show how to test it. Add buttons to users form Do not rely on SUPERUSER_ID and avoid getattr usage
This commit is contained in:
@@ -5,19 +5,23 @@
|
||||
'name': 'Web Notify',
|
||||
'summary': """
|
||||
Send notification messages to user""",
|
||||
'version': '11.0.1.1.0',
|
||||
'version': '12.0.1.0.0',
|
||||
'description': 'Web Notify',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
||||
'website': 'https://acsone.eu/',
|
||||
'author': 'ACSONE SA/NV,'
|
||||
'AdaptiveCity,'
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/web',
|
||||
'depends': [
|
||||
'web',
|
||||
'bus',
|
||||
'base',
|
||||
],
|
||||
'data': [
|
||||
'views/web_notify.xml'
|
||||
],
|
||||
'demo': [
|
||||
'views/res_users_demo.xml'
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user