Skip to content

Commit 130619f

Browse files
committed
README intro and some TODOs (shower thoughts, for another day)
1 parent a396fef commit 130619f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Tested against Laravel 5.7 and Odoo 7 _(OpenERP 7)_.
44

5+
# Introduction
6+
7+
The aim of this package is to provide easy access to the
8+
OpenERP/Odoo XML-RPC API from within Laravel.
9+
Just set up some config, get a client from the `OdooApi`
10+
facade, and throw it some data.
11+
512
# Installation
613

714
Through composer:
@@ -156,3 +163,10 @@ $response = $client->write(
156163
* Conversion of date types has not been tested.
157164
Ideally we would support Carbon 2 for sending dates in and getting
158165
dates back out again.
166+
* Tests. It's always the tests that get left behind when time gets in
167+
the way. They need to run on a Laravel context, so helpers needed for
168+
that.
169+
* Would be nice to split this up into a non-laravel package and then
170+
add a separate laravel wrapper for it. But collections are just too
171+
nice, so this may not happen.
172+

0 commit comments

Comments
 (0)