File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 22
33Tested 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
714Through 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+
You can’t perform that action at this time.
0 commit comments