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

ingadhoc / website / 463
33%
8.0: 36%

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

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

Jobs
ID Job ID Ran Files Coverage
3 463.3 (TESTS="1" ODOO_REPO="odoo/odoo") 02 Aug 2018 04:07PM UTC 0
33.86
Travis Job 463.3
Source Files on build 463
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #463
  • 9dc69bc0 on github
  • Prev Build on 11.0 (#453)
  • Next Build on 11.0 (#464)
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