Hello,
I'm developing an integration with OpenERP. Attached patch does the following:
* Add an $order parameter to the search and page methods. This accepts an order by clause as expected by OpenERP, so e.g. name ASC or parent_id ASC, id DESC.
* Allow to clear the internal static cache (I needed this when updating a record that is about to be accessed again in the same request)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | openerp_allow_order_2.patch | 2.67 KB | Frando |
Comments
Comment #1
Frando commentedThe patch I posted didn't apply due to whitespace changes. This one applies cleanly.
Comment #2
podarokComment #3
podarok