module_auto_update: cosmetics

pull/1832/head
Stéphane Bidoul (ACSONE) 2018-10-06 14:58:47 +02:00 committed by Eric Antones
parent 17d32acd6b
commit 32b0bfd6d2
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,6 @@
'ACSONE SA/NV, ' 'ACSONE SA/NV, '
'Odoo Community Association (OCA)', 'Odoo Community Association (OCA)',
'license': 'LGPL-3', 'license': 'LGPL-3',
'application': False,
'installable': True, 'installable': True,
'uninstall_hook': 'uninstall_hook', 'uninstall_hook': 'uninstall_hook',
'depends': [ 'depends': [

View File

@ -11,6 +11,8 @@ where one is sure all modules on disk are installed and up-to-date in the
database. database.
An easy way to invoke this upgrade mechanism is by issuing the following An easy way to invoke this upgrade mechanism is by issuing the following
in an Odoo shell session:: in an Odoo shell session:
.. code-block:: python
env['ir.module.module'].upgrade_changed_checksum() env['ir.module.module'].upgrade_changed_checksum()