lp://staging/~therp-nl/openerp-web/6.1-fix988438-export_all_data_give_name_get
- Get this branch:
- bzr branch lp://staging/~therp-nl/openerp-web/6.1-fix988438-export_all_data_give_name_get
Branch merges
- OpenERP Core Team: Pending requested
-
Diff: 13 lines (+2/-1)1 file modifiedaddons/web/controllers/main.py (+2/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 2457. By Stefan Rijnhart (Opener)
-
[FIX] 'Export all data' to give name_get() of related records, not xml id
- 2451. By Xavier (Open ERP)
-
[FIX] o2m breakage introduced in <email address hidden>
BufferedDataSet
#read_ids expect coherent between #cache and
#to_create, patch removed a record from #cache which was in #to_create
leading to not being able to create new records in editable o2ms:* The record would be inserted in #cache and #to_create
* The listview would reload the record
- Evicting the record from #cache
- And re-reading the record
- Leading to breakageDon't evict records locally edited from the cache, the server probably
doesn't know about it (at all) or we can assume the server's outdated,
so the local version remains the "correct" one and there's nothing
more recent to fetch. - 2448. By Xavier (Open ERP)
-
[FIX] OPW 578531 Correctly invalidate BufferedDataset
Cache when triggering an action @type=action ~/projects/ tiny/web/ current otherwise when reloaded the record gets re-fetched from the cache, so
any modification from the action remains invisible until the parent
record itself is reloaded
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openerp-web