Skip to content

Commit

Permalink
[DOC] update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev committed Jul 22, 2015
1 parent d540e93 commit eaa36dc
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Usage
* Refresh page
* Open Settings/Users/OAuth Providers - SaaS
* click [Edit]
* update domain name at "Authentication URL" and "Validation URL", change https to http if needed. E.g.
* update domain name at "Authentication URL" and "Validation URL", change http to https if needed. E.g.
* http://**odoo.local**/oauth2/auth
* http://**odoo.local**/oauth2/tokeninfo
* Edit Body according to your brand
Expand All @@ -87,6 +87,9 @@ Usage
* set Database Name, e.g. **s1.odoo.local**
* fix autogenerated Database UUID to actual one (see previous section)
* click [Save]
* click [Open Server]
* log out from SaaS Server
* click "Log in via SaaS Portal"

6. Create Plan
* open Saas/SaaS/Plans
Expand All @@ -107,11 +110,22 @@ Usage
* open Settings/Users/Users - onwer_template. Configure Access Rights for Owner.

8. Try to create database from template
* open Plan
* click [Sync Server]
* click [Create Client]
* set DB Name, e.g. client-x.odoo.local
* click [Create]
* open SaaS/Saas/Plans - select plan
* click [Sync Server]
* click [Create Client]
* set DB Name, e.g. client-x.odoo.local
* click [Create]
* wait couple minutes while Database is being created.
* click [Sync server]
* open SaaS/SaaS/Client - choose client
* click [Configure]
* open Parameters tab
* add parameter "Max Users", set Value 2
* click [Execute]
* click [Close]
* click [Log in]
* you see created database
* try to create new user to test "Max Users" setting

9. Get more
* check description of other saas_* modules to get more features

0 comments on commit eaa36dc

Please sign in to comment.