Code Monkey home page Code Monkey logo

ps-runbot-testing's Introduction

Build Status Tech Doc Help Nightly Builds

Odoo

Odoo is a suite of web based open source business apps.

The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, Warehouse Management, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, ...

Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get a full-featured Open Source ERP when you install several Apps.

Getting started with Odoo

For a standard installation please follow the Setup instructions from the documentation.

To learn the software, we recommend the Odoo eLearning, or Scale-up, the business game. Developers can start with the developer tutorials

ps-runbot-testing's People

Contributors

agnamian avatar falcobolger avatar sts-odoo avatar thevonyo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ps-runbot-testing's Issues

Automatic launc

Good morning,
I am glad I found this tool as it looks what I was looking for to test and trace errors on ODOO custom developments.
I have 2 questions regarding the tool:

  • Is it possible to porgramatically automate the execution on the test, without depending on a person clicking the "Run" button? Or some way to run all existing tests at once?
  • Does the tool keep the log of executions whether they were sucessful or failed?
  • Is there any way in which we can set ODOO or email notifications if one of the tests failed?
  • Is this module compatible with ODOO 14.0?
    Thanks in advance and regards,
    María.

Record Demo Data not working properly

Odoo version 12, runbot_testing_recording version 12

While recording demo data (using Record Demo Data) in the end it errors out with error related to 444 line of controllers/main.py. Found problem with def format_python_xml function, for me it ended up that data_to_xml was list with single binary element so function "".join(data_to_xml) errored since it was expecting string instead of bytes (that it received).

Basic Fix (at least it worked for me): "".join(data_to_xml[0].decode("utf-8"))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.