lp://qastaging/~zyphos/openobject-server/5.0

Created by Nicolas DS and last modified

Improved 5.0 branch.
Include small features that don't change behaviour of other module/function (so fully compatible with all 5.0 modules):
- Added direct search_read method on object. (Good over low latency network)
- Better error reporting with module data importing
- Sorting support for recursive field
- Support import CSV with a many2one field related to an inactive record
- Allow use of db_id to create new record with CSV
- Import file data with filename in binary field
- Support xml_id on search and domain
- Customize double click action for M2M, O2M widget (need the zyphos client 5.0)

Usage:

search_read method
================
def search_read(self, cr, uid, args, fields=None, context=None, offset=0,
          limit=None, order=None, count=False):

Sorting support for recursive field
==========================
ie: sort partner_adress by partner dedicaced saleman company name.
_order = 'partner_id.user_id.company_id.name'

Import file data with filename in binary field
==================================
ie import path/image.jpg content into a binary field "datas":
CSV:
datas
@path/image.jpg
or
XML
 <field name="image" filename="path/image.jpg" />

Many2many widget double click action can be customized
=============================================
in xml:
<field name="attachment_ids" nolabel="1" activated="open:datas,datas_fname"/>
or
<field name="attachment_ids" nolabel="1" activated="save:datas,datas_fname"/>

Get this branch:
bzr branch lp://qastaging/~zyphos/openobject-server/5.0
Only Nicolas DS can upload to this branch. If you are Nicolas DS please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Nicolas DS
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Mature

Recent revisions

2144. By Nicolas DS

[FIX] M2O Rebuild tree

2143. By Nicolas DS

[IMP] Make rebuilt_leftright_tree available from rpc call

2142. By Nicolas DS

[FIX] parent left right return omitted

2141. By Nicolas DS

[FIX] cr

2140. By Nicolas DS

[FIX] python self requirement

2139. By Nicolas DS

[IMP] Handle case of damaged DB in parent_left, right and rebuilt tree

2138. By Nicolas DS

[FIX] parent_left and parent_right bug on creation

2137. By Nicolas DS

[FIX] Support domain for One2Many field

2136. By Nicolas DS

[FIX] parent_left and parent_right doesn't work

2135. By Nicolas DS

[MERGE] from official 5.0

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/openobject-server
This branch contains Public information 
Everyone can see this information.

Subscribers