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

katyukha / openerp-proxy / 122 / 15
69%
master: 69%

Build:
DEFAULT BRANCH: master
Ran 10 Mar 2016 04:00PM UTC
Files 35
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

10 Mar 2016 03:15PM UTC coverage: 81.478% (+2.2%) from 79.258%
ODOO_VERSION="9.0" ODOO_PACKAGE="odoo" ODOO_TEST_PROTOCOL='xml-rpc' TEST_SKIP_WORKFLOW=1

push

travis-ci

katyukha
Release 0.6.5

- Added ``openerp_proxy.plugins.external_ids`` plugin
- ``openerp_proxy.ext.repr``: better support of ``IPython.display.HTML`` objects representation
- ``openerp_proxy.ext.sugar``: Added ability to access plugins directly from ``client`` instance
  For example, instead of writing ``client.plugins.Test``, you may write ``client.Test``
- ``stdcall`` decorator and ``stdcall``-methods. All methods of ``orm.object.Object`` instances,
  decorated with this decorator will be visible as methods of ``orm.record.Record`` and ``orm.record.RecordList``
  instances, which means that these methods could be called in ``meth([ids], *, context=context, **)`` format.
  all automaticaly generated proxy method are marked as ``stdcall``
  This is implemented to be able to use ``dir``-based auto-completition for such method for
  ``Record`` and ``RecordList`` instances
- ``openerp_proxy.plugin.Plugins``, ``openerp_proxy.plugin.PluginManager``,
  ``openerp_proxy.service.service.ServiceManager``, ``openepr_proxy.service.service.ServiceBase`` representation
  improvements (better ``__str__`` and ``__repr__`` overrides)
- Bugfix. Automaticaly clean service caches when new service class is defined
- Added ``__contains__`` override for ``module_utils`` plugin. Thus it is posible to check
  if some addon is available on odoo easier: ``'project_sla' in client.plugins.module_utils``
  or ``'project_sla' in client.module_utils``
- Improved documentation

1720 of 2111 relevant lines covered (81.48%)

0.81 hits per line

Source Files on job 122.15 (ODOO_VERSION="9.0" ODOO_PACKAGE="odoo" ODOO_TEST_PROTOCOL='xml-rpc' TEST_SKIP_WORKFLOW=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 122
  • Travis Job 122.15
  • 7f35c448 on github
  • Prev Job for ODOO_VERSION="9.0" ODOO_PACKAGE="odoo" ODOO_TEST_PROTOCOL='xml-rpc' TEST_SKIP_WORKFLOW=1 on master (#114.20)
  • Next Job for ODOO_VERSION="9.0" ODOO_PACKAGE="odoo" ODOO_TEST_PROTOCOL='xml-rpc' TEST_SKIP_WORKFLOW=1 on master (#127.20)
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