lp:~openerp-dev/openerp-web/trunk-bug-872707-tpa

Created by Turkesh Patel (openERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/trunk-bug-872707-tpa
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Web (MOVED TO GITHUB)
Status:
Merged

Recent revisions

1259. By Turkesh Patel (openERP)

[FIX] Fixed the issue of attachment file which can't open after save as

1258. By Xavier (Open ERP)

[FIX] method call invocation indentation

1257. By Xavier (Open ERP)

[FIX] m2o values display in list views (mostly under onchange condition)

Normal m2o values are pairs of (id, name) (name_get format, basically)
but in some cases (lazyness & al), APIs (often onchange results) only
return the `id` part, which is not sufficient to display the m2o
as-is, a name_get has to be performed.

Added an intermediate step in displaying a table cell (in list view):
if we're displaying an m2o cell (~a cell for an m2o column) and the
value is a number, then dispatch a name_get and keep trucking (display
the rows without the m2o values).

When the name_get returns, it will simply refresh the row and diplay
the m2o name.

1256. By Antony Lesuisse (OpenERP)

[MERGE] notification cleanups by chs

1255. By Antony Lesuisse (OpenERP)

[FIX] soft reload after module installation

1254. By Fabien Meghazi (OpenERP)

[FIX] Sidebar merge left-over

1253. By Fabien Meghazi (OpenERP)

[FIX] Problem with action buttons in form views opened from a m2o in an editable list

1252. By Xavier (Open ERP)

[FIX] when performing name_get on m2o fields being written to BufferedDataSet, ignore m2o fields with 'false' value as well as those not being written at all

1251. By Xavier (Open ERP)

[FIX] incorrect BufferedDataSet behavior when reading an m2o field in cache coming from an edition (or creation), inconsistent with OpenERP m2o field read() contract

when read, m2o should really be pairs, or they're pain to display. Because Dataset.create and Dataset.write are async, perform name_get resolution during these and store the correct value in cache

1250. By Xavier (Open ERP)

[REV] <email address hidden>, it's broken, going to merge improved/fixed version

Branch metadata

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

Subscribers