|
@ -1,10 +1,11 @@ |
|
|
# Copyright 2017 LasLabs Inc. |
|
|
# Copyright 2017 LasLabs Inc. |
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). |
|
|
|
|
|
|
|
|
# Copyright 2018 Brainbean Apps (https://brainbeanapps.com) |
|
|
|
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
'name': 'Module Auto Update', |
|
|
'name': 'Module Auto Update', |
|
|
'summary': 'Automatically update Odoo modules', |
|
|
'summary': 'Automatically update Odoo modules', |
|
|
'version': '12.0.2.0.4', |
|
|
|
|
|
|
|
|
'version': '12.0.2.0.5', |
|
|
'category': 'Extra Tools', |
|
|
'category': 'Extra Tools', |
|
|
'website': 'https://github.com/OCA/server-tools', |
|
|
'website': 'https://github.com/OCA/server-tools', |
|
|
'author': 'LasLabs, ' |
|
|
'author': 'LasLabs, ' |
|
@ -18,6 +19,9 @@ |
|
|
'depends': [ |
|
|
'depends': [ |
|
|
'base', |
|
|
'base', |
|
|
], |
|
|
], |
|
|
|
|
|
'data': [ |
|
|
|
|
|
'views/ir_module_module.xml', |
|
|
|
|
|
], |
|
|
'development_status': 'Production/Stable', |
|
|
'development_status': 'Production/Stable', |
|
|
'maintainers': ['sbidoul'], |
|
|
'maintainers': ['sbidoul'], |
|
|
} |
|
|
} |