diff --git a/odoo_sh/getting_started/first_module.rst b/odoo_sh/getting_started/first_module.rst index 78d9efa2f..2967700a5 100644 --- a/odoo_sh/getting_started/first_module.rst +++ b/odoo_sh/getting_started/first_module.rst @@ -300,13 +300,6 @@ Add -Stage your changes to be committed - -.. code-block:: bash - - $ cd ~/src/odoo-addons/ - $ git add my_module - These changes alter the database structure by adding a column in a table, and modify a view stored in database. @@ -336,6 +329,13 @@ with The platform will detect the change of version and trigger the update of the module upon the new revision deployment. +Stage your changes to be committed + +.. code-block:: bash + + $ cd ~/src/odoo-addons/ + $ git add my_module + Commit your changes .. code-block:: bash