[FIX] odoo_sh: move the git add
after all changes performed
This commit is contained in:
parent
1aa446a783
commit
a234c78f14
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user