lp:~openerp-dev/openerp-web/6.1-opw-579115-msh

Created by Mohammed Shekha(Open ERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/6.1-opw-579115-msh
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)
Review team:
Xavier (Open ERP)
Status:
Development

Recent revisions

2457. By Mohammed Shekha(Open ERP)

[FIX]Fixed the issue of list view record reordering, page view is readonly mode so user must not be allowed to change the sequence that is he should not allowed to drag and drop list rows, also changed sequence is not going to save in page view, so it is unnecessary to allow user to drag and drop.

2456. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

2455. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

2454. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

2453. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

2452. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

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 breakage

Don'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.

2450. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

2449. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

2448. By Xavier (Open ERP)

[FIX] OPW 578531 Correctly invalidate BufferedDatasetCache 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:openerp-web
This branch contains Public information 
Everyone can see this information.

Subscribers