Skip to content

Commit

Permalink
MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhan committed May 26, 2022
2 parents 19e0a85 + 292efc2 commit 09496ff
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 14 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
dist: xenial
dist: bionic
language: python

python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.7-dev
- 3.8-dev
- pypy2.7-6.0
- pypy3.5-6.0
- 3.8
- 3.9
- 3.9-dev
- pypy2.7
- pypy3.6
- pypy3.7
install:
- pip list
script:
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Changelog
---------


2.x.x (unreleased)
~~~~~~~~~~~~~~~~~~

* Drop support for Python 3.4


2.1.9 (2019-10-02)
~~~~~~~~~~~~~~~~~~

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Download and install the latest release::

Documentation and tutorial: http://odooly.readthedocs.org

CI tests: https://travis-ci.org/tinyerp/odooly
CI tests: https://app.travis-ci.com/github/tinyerp/odooly


Overview
Expand All @@ -27,14 +27,14 @@ Odooly carries three completing uses:

Key features:

- provides an API very close to the Odoo API 8.0, through JSON-RPC and XML-RPC
- compatible with OpenERP 6.1 through Odoo 12.0
- provides an API very close to the Odoo API, through JSON-RPC and XML-RPC
- compatible with OpenERP 6.1 through Odoo 15.0
- single executable ``odooly.py``, no external dependency
- helpers for ``search``, for data model introspection, etc...
- simplified syntax for search ``domain`` and ``fields``
- full API accessible on the ``Client.env`` environment
- the module can be imported and used as a library: ``from odooly import Client``
- supports Python 3.4 and above, and Python 2.7
- supports Python 3.5 and above, and Python 2.7



Expand Down
6 changes: 3 additions & 3 deletions docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Source code

* `Source code <https://github.com/tinyerp/odooly>`_ and
`issue tracker <https://github.com/tinyerp/odooly/issues>`_ on GitHub.
* `Continuous tests <http://travis-ci.org/tinyerp/odooly>`_ against Python
2.7, 3.4 through 3.8 and PyPy, on `Travis-CI platform
<http://about.travis-ci.org/>`_.
* `Continuous tests <https://app.travis-ci.com/github/tinyerp/odooly>`_ against Python
2.7, 3.5 through 3.9 and PyPy, on `Travis-CI platform
<http://about.travis-ci.com/>`_.


Third-party integration
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ classifiers =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules


Expand Down

0 comments on commit 09496ff

Please sign in to comment.