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

ingadhoc / website / 463 / 3
33%
8.0: 36%

Build:
Build:
LAST BUILD BRANCH: 13.0
DEFAULT BRANCH: 8.0
Ran 02 Aug 2018 04:07PM UTC
Files 17
Run time 2s
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

02 Aug 2018 03:52PM UTC coverage: 33.857% (-4.9%) from 38.757%
TESTS="1" ODOO_REPO="odoo/odoo"

push

travis-ci

jjscarafia
[REL] payment_todopago: Migration to version 11.0 (#76)

* [REL] payment_todopago: Migration to version 11.0

- update module version
- set module installable
- Delete deprecated migration scripts

Dependencies

- proper add external dependencies of module
- use usds-jurko instead of suds

Models and Controllers

- remove no needed loggers
- update fields to match guideline.
- remove extra api.multi decorators
- update constrains to match oca guideline _check_*
- improve peformance of constrains, do not iterate, instead review if a record
  with the needed condition exist and if it does then will raise the
  ValidationError.
- add todo messages to the code, improves
- re order importation order to match oca guideline
- use odoo.tools.safe_eval instead of ast.literal_eval
- move fields definitions to the beggining of the class
- update imports to match new ones in python3 for urllib, urlparse and
  werkzeug.
- update loggers in order to use form logger.info("string", value1, value2)
  instead of logger.info("string %s %s" % (value1, value2))
- use odoo safe_eval instead of ast literal_eval
- use request.env instead of request.registry
- remove mentions of SUPERUSER_ID and use sudo() instead.
- remove old cr, uid, context, not needed anymore.
- import create_missing_journal_for_acquirers as all the payment_* modules do.
- changes bad references in code for MercadoPago which actually is TodoPago
- remove old comments
- update model to properly add the topago payment type
- Model compatibility with python3
- fix use of encode decode, bytes and string for python 3
- update methods api to match 11.0 firms
- remove compute fees functionality.
- controller: not need to browse a recordset()
- manage when the phone is not set. and fix var error name.
- delete temporal prints
- do not show failiure when the operation has been success
- better name for max installments variable
- fix misspelling error in field and cons... (continued)

237 of 700 relevant lines covered (33.86%)

0.34 hits per line

Source Files on job 463.3 (TESTS="1" ODOO_REPO="odoo/odoo")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 421
  • Travis Job 463.3
  • 9dc69bc0 on github
  • Prev Job for TESTS="1" ODOO_REPO="odoo/odoo" on 11.0 (#453.3)
  • Next Job for TESTS="1" ODOO_REPO="odoo/odoo" on 11.0 (#464.3)
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