From a234c78f14f9837d3425be027c5363332cc24566 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Tue, 3 Apr 2018 14:37:08 +0200 Subject: [PATCH] [FIX] odoo_sh: move the `git add` after all changes performed --- odoo_sh/getting_started/first_module.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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