Closed xewl closed 9 months ago
Occurred error:
Cannot assign string to property App\Foo\Bar\Odoo\ProductProduct::$createDate of type ?DateTime
From viewing the tests it quickly became apparent that I had to register the Cast before it worked.
\Obuchmann\OdooJsonRpc\Odoo::registerCast(new Odoo\Casts\DateTimeCast());
So not really an issue, merely a request to document later on :)
Good point. Unfortunately the documentation misses many features by now.
The documentation now covers the implemented casts and writing custom casts
Occurred error:
From viewing the tests it quickly became apparent that I had to register the Cast before it worked.
So not really an issue, merely a request to document later on :)