[FIX] odoo_sh: move the git add after all changes performed

This commit is contained in:
Denis Ledoux 2018-04-03 14:37:08 +02:00
parent 1aa446a783
commit a234c78f14

View File

@ -300,13 +300,6 @@ Add
<field name="start_datetime"/>
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