Browse Source

module_auto_update: cosmetics

pull/1382/head
Stéphane Bidoul (ACSONE) 6 years ago
parent
commit
e278a0a05f
No known key found for this signature in database GPG Key ID: BCAB2555446B5B92
  1. 1
      module_auto_update/__manifest__.py
  2. 4
      module_auto_update/readme/USAGE.rst

1
module_auto_update/__manifest__.py

@ -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': [

4
module_auto_update/readme/USAGE.rst

@ -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()
Loading…
Cancel
Save