• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

katyukha / openerp-proxy / 100
69%

Build:
DEFAULT BRANCH: master
Ran 23 Dec 2015 05:05PM UTC
Jobs 1
Files 34
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
100

push

travis-ci

katyukha
Version 0.6.2

- **experimental** Added integration with `AnyField <https://pypi.python.org/pypi/anyfield>`_
- Added ``RecordList.mapped`` method similar ot Odoo's ``RecordSet.mapped`` method.
- Partial fix related to changes in Odoo versioning. See `Issue #9799 <https://github.com/odoo/odoo/issues/9799>`_
- To ``module_utils`` plugin added ``update_module_list`` method.
- A bit of renaming (usualy used internaly) (may affect custom plugins and extensions)
  Property ``proxy``, which points to related ``Client`` instance,
  was renamed to ``client``
- Added ``tabulate`` integration. Now when app is running under IPython
  shell, it is posible to print record list, and single record as normal readable
  tables. Thanks to `Tabulate <https://pypi.python.org/pypi/tabulate>`_ project
- Added ability to extend Record of specific models.
  This allows records of diferent models (objects) to behave specificaly
  This may be used for example to add virtual fields in client sripts
- Little refactored connection system. Bugs with connection via SSL (https)
  seems to be fixed. As for JSON-RPC, there are some errors may be thrown,
  telling that program cannot verify certificate. as workaround
  You may pass to Client constructor kayword argument *ssl_verify=False*
- ``log_execute_console`` Added ``TimeTracker`` context manager,
  which can be used for performance testing. It makes posible
  to get total time ccode was running, and how much time was spent on RPC requests.

1617 of 1997 relevant lines covered (80.97%)

0.81 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
openerp_proxy/core.py
1
100.0
openerp_proxy/connection/xmlrpc.py
2
100.0
openerp_proxy/connection/connection.py
2
100.0
openerp_proxy/service/db.py
2
100.0
openerp_proxy/plugins/module_utils.py
6
100.0
openerp_proxy/service/service.py
10
100.0
openerp_proxy/orm/record.py
14
100.0
openerp_proxy/utils.py
38
100.0
openerp_proxy/connection/jsonrpc.py
Jobs
ID Job ID Ran Files Coverage
1 100.1 (ODOO_VERSION="7.0" ODOO_PACKAGE="openerp" ODOO_TEST_PROTOCOL='xml-rpc') 23 Dec 2015 05:05PM UTC 0
80.97
Travis Job 100.1
Source Files on build 100
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #100
  • 4d47c1ee on github
  • Prev Build on master (#84)
  • Next Build on master (#109)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc