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

katyukha / openerp-proxy
85%
master: 69%

Build:
Build:
LAST BUILD BRANCH: 1.0.0
DEFAULT BRANCH: master
Repo Added 20 Jul 2015 09:46AM UTC
Files 35
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

LAST BUILD ON BRANCH 0.6.5
branch: 0.6.5
CHANGE BRANCH
x
Reset
  • 0.6.5
  • 0.6
  • 0.6.1
  • 0.6.2
  • 0.6.3
  • 0.6.4
  • 0.6.6
  • 0.6.7
  • 0.6.8
  • 0.7.0
  • 0.7.1
  • 1.0.0
  • big_split
  • dev
  • graphml-diagraming
  • master
  • python_3_support
  • test_order_fix
  • travice_multiprocess_fix
  • travis-ci-fixes
  • travis_config

pending completion
123

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

203 of 203 new or added lines in 20 files covered. (100.0%)

1800 of 2111 relevant lines covered (85.27%)

16.56 hits per line

Relevant lines Covered
Build:
Build:
2111 RELEVANT LINES 1800 COVERED LINES
16.56 HITS PER LINE
Source Files on 0.6.5
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
123 0.6.5 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 ``cli... push 10 Mar 2016 04:06PM UTC katyukha travis-ci pending completion  
See All Builds (177)
  • Repo on GitHub
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

© 2025 Coveralls, Inc