Skip to content

Commit b65f976

Browse files
authored
Merge pull request #39 from acsone/doc-shebang-fix
docs: do not recommend #!/usr/bin/env click-odoo
2 parents f5b8035 + 8aab7e2 commit b65f976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Assuming the following script named ``list-users.py``.
3333

3434
.. code:: python
3535
36-
#!/usr/bin/env click-odoo
36+
#!/usr/bin/env python
3737
from __future__ import print_function
3838
3939
for u in env['res.users'].search([]):
@@ -115,7 +115,7 @@ as a global variable.
115115
Supported Odoo versions
116116
~~~~~~~~~~~~~~~~~~~~~~~
117117

118-
Odoo version 8, 9, 10, 11 and 12 are supported.
118+
Odoo version 8, 9, 10, 11, 12, 13 and 14 are supported.
119119

120120
An important design goal is to provide a consistent behaviour
121121
across Odoo versions.

0 commit comments

Comments
 (0)