Search 1.9 billion lines of Odoo code on GitHub

base_update_module_list

Author: Naglis Jonaitis
License: AGPL-3
Branch: 10.0
Repository: crtmneric/misc-addons-1
Languages: Python (41, 75.9%), and reStructuredText (13, 24.1%)
Other branches: 10.0-fix-get-amount-string, and issue-12
Other repositories: Drsmartinkus/misc-addons, Guobower/misc-addons, HarshalBhoir/misc-addons, IaseshviliGeorgiy/misc-addons, PrenorSistemas/misc-addons, TRESCLOUD/misc-addons, Vassy/misc-addons, focusate/naglis-misc-addons, grottas/misc-addons-1, mucahitaz/misc-addons, naglis/misc-addons, njeudy/misc-addons-1, prodax/misc-addons, sasakuma/misc-addons-1, sm2x/misc-addons-1, and versada/misc-addons

<h1 class="title">Update Module List</h1> <p>Update module list from the command line.</p> <a name="installation"></a> <h2>Installation</h2> <p>This module does not have to be installed in a database in order to use it. Simply putting it inside one of your Odoo addon paths is enough.</p> <a name="usage"></a> <h2>Usage</h2> <p>In your server, logged in as the Odoo user, run:</p> <pre> <code>&lt;path_to_odoo&gt;/odoo-bin --addons-path=/foo/path1,/bar/path2 uml &lt;db_name&gt;</code> </pre> <p>This will update the module list in database <cite>&lt;db_name&gt;</cite>.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The equality sign (=) after the <em>--addons-path</em> is important (required). Also, no other Odoo command line arguments should be passed.</p> </div>