Merge lp:~openerp-dev/openerp-web/trunk-view_improvement-psi into lp:openerp-web

Proposed by Jitendra Prajapati(OpenERP)
Status: Work in progress
Proposed branch: lp:~openerp-dev/openerp-web/trunk-view_improvement-psi
Merge into: lp:openerp-web
Diff against target: 24 lines (+2/-1)
2 files modified
addons/web/static/src/css/base.sass (+1/-1)
addons/web/static/src/js/view_form.js (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/trunk-view_improvement-psi
Reviewer Review Type Date Requested Status
Atul Patel(OpenERP) (community) Disapprove
OpenERP R&D Web Team Pending
Review via email: mp+195047@code.launchpad.net

Description of the change

Hello,

 this merge proposal contains fixes for following issues:
  1. problem of cancel state is not appearing in state bar,need to reload.
  2. message alignment in setting > email > messages

Thanks

To post a comment you must log in.
3875. By Pooja Zankhariya(OpenERP)

[MERGE]Merge with Trunk

3876. By Jitendra Prajapati(OpenERP)

[MERGE]with Trunk

3877. By Jitendra Prajapati(OpenERP)

[MERGE]with lp:openerp-web

3878. By Pooja Zankhariya(OpenERP)

[MERGE]Merge with Trunk

3879. By Pooja Zankhariya(OpenERP)

[MERGE]Merge with Trunk

3880. By Jitendra Prajapati(OpenERP)

[MERGE]with lp:openerp-web

3881. By Jitendra Prajapati(OpenERP)

[MERGE]with main

3882. By Jitendra Prajapati(OpenERP)

[MERGE]with lp:openerp-web

3883. By Pooja Zankhariya(OpenERP)

[MERGE]Merge with Trunk

3884. By Jitendra Prajapati(OpenERP)

[MERGE]with lp:openerp-web

3885. By Jitendra Prajapati(OpenERP)

[IMP]added the changes of the sass file

3886. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3887. By Jitendra Prajapati(OpenERP)

[MERGE]with lp:openerp-web

3888. By Jitendra Prajapati(OpenERP)

[MERGE]with lp:openerp-web

3889. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3890. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3891. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

Revision history for this message
Atul Patel(OpenERP) (atp-openerp) wrote :

Hello,

css changes merged in trunk.
addons/web/static/src/js/view_form.js file changes not required.
so rejecting your branch.

Thanks for code

review: Disapprove
3892. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3893. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3894. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

Unmerged revisions

3894. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3893. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3892. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3891. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3890. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3889. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3888. By Jitendra Prajapati(OpenERP)

[MERGE]with lp:openerp-web

3887. By Jitendra Prajapati(OpenERP)

[MERGE]with lp:openerp-web

3886. By Jitendra Prajapati(OpenERP)

[MERGE]with main branch

3885. By Jitendra Prajapati(OpenERP)

[IMP]added the changes of the sass file

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web/static/src/css/base.sass'
2--- addons/web/static/src/css/base.sass 2014-05-02 12:33:55 +0000
3+++ addons/web/static/src/css/base.sass 2014-05-05 09:55:13 +0000
4@@ -1805,7 +1805,7 @@
5 position: relative
6 width: 100%
7 margin: auto
8- overflow: auto
9+ overflow: auto
10 text-align: justify
11 .oe_form_field_html .oe_input_icon
12 float: right
13
14=== modified file 'addons/web/static/src/js/view_form.js'
15--- addons/web/static/src/js/view_form.js 2014-05-02 12:33:55 +0000
16+++ addons/web/static/src/js/view_form.js 2014-05-05 09:55:13 +0000
17@@ -5775,6 +5775,7 @@
18 },
19 render_value: function() {
20 var self = this;
21+ this.get_selection();
22 var content = QWeb.render("FieldStatus.content", {
23 'widget': self,
24 'value_folded': _.find(self.selection.folded, function(i){return i[0] === self.get('value');})