module_auto_update: cosmetics
parent
17d32acd6b
commit
32b0bfd6d2
|
@ -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': [
|
||||||
|
|
|
@ -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…
Reference in New Issue