Stéphane Bidoul (ACSONE)
6 years ago
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
2 changed files with
3 additions and
2 deletions
-
module_auto_update/__manifest__.py
-
module_auto_update/readme/USAGE.rst
|
|
@ -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() |