Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Pedro A. Gracia Fajardo <pedro.gracia@impulzia.com>
Gamaliel Toro <argami@impulzia.com>
Raimon Esteve Cusiné <resteve@zikzakmedia.com>
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ Connecting to server
>>> o = OOOP(dbname='demo')
</code></pre>

Pyro Protocol
--------------------
1. Install PyRO library (openerp-server and web client).
http://www.xs4all.nl/~irmen/pyro3/
2. Install PyRO Module OpenERP from Nan (thanks this contribution!)
https://launchpad.net/openobject-client-kde
<pre><code>
>>> o = OOOP(user='admin',pwd='admin',dbname='zikzakmedia',uri='localhost',port=8071,protocol='pyro')
</code></pre>


Retrieving all from model
-------------------------
Expand Down Expand Up @@ -185,9 +195,4 @@ but if you want to get deep in the tables just need:
o.ResPartner.export(deep=1)
</code></pre>


The deep param its relative to the model param, deep means how far you want to get with the relations.



<img src="http://github.com/lasarux/ooop/raw/master/artwork/openerp.png" width="350px" height="150px" />
Binary file removed artwork/ooop.png
Binary file not shown.
162 changes: 0 additions & 162 deletions artwork/ooop.svg

This file was deleted.

Binary file removed artwork/openerp.png
Binary file not shown.
Loading