Skip to content

Commit

Permalink
[FIX] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Oct 13, 2019
1 parent 2e8d82d commit 742256d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ It mentions that the lib automatically changed something.
a more recent version:

.. code-block:: shell
12:38:54 INFO Renaming file: '/my_module/__openerp__.py' by '/my_module/__manifest__.py'
12:38:54 INFO Renaming file: '/my_module/__openerp__.py' by '/my_module/__manifest__.py'
**WARNING log**

Expand All @@ -59,6 +60,7 @@ For example, if you have a 8.0 module that depends on 'account_anglo_saxon',
that disappeared in more recent version, the following log will be displayed

.. code-block:: shell
12:38:54 ERROR Depends on removed module 'account_anglo_saxon'
Development and improvment
Expand Down Expand Up @@ -148,7 +150,7 @@ Available arguments
|``--log-level`` | ``-ll`` | Default: | Possible value: ``DEBUG``, ``INFO``, ``WARNING``, etc.|
| | | ``INFO`` | |
+--------------------------+----------+-----------------+-------------------------------------------------------+
|``--log-path`` | ``-ll`` | Default: | If set, the logs will not be displayed at screen, |
|``--log-path`` | ``-ll`` | Default: | If set, the logs will not be displayed at screen, |
| | | False | but stored in a file |
+--------------------------+----------+-----------------+-------------------------------------------------------+
|``--no-commit`` | ``-nc`` | Default: | If set the library will not git add and git commit |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="odoo-migrate",
version="0.2.0",
version="0.2.1",
author="GRAP, Groupement Régional Alimentaire de Proximité",
author_email="[email protected]",
description="Small tools to migrate Odoo modules from a version"
Expand Down

0 comments on commit 742256d

Please sign in to comment.