module_auto_update: cosmetics
parent
17d32acd6b
commit
32b0bfd6d2
|
@ -13,7 +13,6 @@
|
|||
'ACSONE SA/NV, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'license': 'LGPL-3',
|
||||
'application': False,
|
||||
'installable': True,
|
||||
'uninstall_hook': 'uninstall_hook',
|
||||
'depends': [
|
||||
|
|
|
@ -11,6 +11,8 @@ where one is sure all modules on disk are installed and up-to-date in the
|
|||
database.
|
||||
|
||||
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()
|
||||
|
|
Loading…
Reference in New Issue