Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added pypi and Travis ci badges #6825 #19

Merged
merged 1 commit into from Feb 11, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 8 additions & 24 deletions README.rst → README.md
@@ -1,27 +1,11 @@
Nereid Party Mutli User
Nereid Party Multi User
=======================

Build Status
------------

master
++++++

.. image:: https://travis-ci.org/openlabs/nereid-party-multi-user.png?branch=master
:target: https://travis-ci.org/openlabs/nereid-party-multi-user

develop
+++++++

.. image:: https://travis-ci.org/openlabs/nereid-party-multi-user.png?branch=develop
:target: https://travis-ci.org/openlabs/nereid-party-multi-user

Coverage
--------

.. image:: https://coveralls.io/repos/openlabs/nereid-party-multi-user/badge.png
:target: https://coveralls.io/r/openlabs/nereid-party-multi-user

[![Build Status](https://travis-ci.org/openlabs/nereid-party-multi-user.svg?branch=develop)](https://travis-ci.org/openlabs/nereid-party-multi-user)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One blank line.

[![Downloads](https://pypip.in/download/trytond_nereid-party-multi-user/badge.svg)](https://pypi.python.org/pypi/trytond_nereid-party-multi-user/)
[![Latest Version](https://pypip.in/version/trytond_nereid-party-multi-user/badge.svg)](https://pypi.python.org/pypi/trytond_nereid-party-multi-user/)
[![Development Status](https://pypip.in/status/trytond_nereid-party-multi-user/badge.svg)](https://pypi.python.org/pypi/trytond_nereid-party-multi-user/)
[![Coverage Status](https://coveralls.io/repos/openlabs/nereid-party-multi-user/badge.svg?branch=develop)](https://coveralls.io/r/openlabs/nereid-party-multi-user?branch=develop)

Introduction
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blank line before Introduction.

------------
Expand Down Expand Up @@ -71,7 +55,7 @@ might want to follow the migration path explained below:
To migrate the existing m2o/o2m relationship between party and nereid user
--------------------------------------------------------------------------

SQL::
SQL:

INSERT INTO "nereid_user-party_party" (nereid_user, party) (
SELECT id AS nereid_user, party FROM nereid_user
Expand All @@ -80,7 +64,7 @@ SQL::
To migrate the name of the `party` as the `display_name`
--------------------------------------------------------

SQL::
SQL:

UPDATE nereid_user
SET display_name = party.name
Expand Down