Merge lp:~openerp-dev/openerp-web/7.0-imp-description-fka into lp:openerp-web/7.0

Proposed by Foram Katharotiya (OpenERP)
Status: Superseded
Proposed branch: lp:~openerp-dev/openerp-web/7.0-imp-description-fka
Merge into: lp:openerp-web/7.0
Diff against target: 13 lines (+0/-3)
1 file modified
addons/web/static/src/js/view_form.js (+0/-3)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-imp-description-fka
Reviewer Review Type Date Requested Status
Xavier (Open ERP) (community) Disapprove
Review via email: mp+152401@code.launchpad.net

This proposal has been superseded by a proposal from 2013-03-13.

Description of the change

Hello,

 - Set empty as description field. it was a generic problem.

Thanks,
FKA.

To post a comment you must log in.
3827. By Foram Katharotiya (OpenERP)

[MERGE] with 7.0

Revision history for this message
Xavier (Open ERP) (xmo-deactivatedaccount) wrote :

What was a generic problem? Could you explain the issue this intends to fix?

review: Needs Information
Revision history for this message
Fabien (Open ERP) (fp-tinyerp) wrote :
Revision history for this message
Xavier (Open ERP) (xmo-deactivatedaccount) wrote :

Looks like it.

This proposal completely removes all display of all text fields in "readonly" mode. Even when there is content in the field.

review: Disapprove
3828. By Foram Katharotiya (OpenERP)

[IMP] fix the issue of showing False value in discription

3829. By Foram Katharotiya (OpenERP)

[MERGE] with 7.0

3830. By Foram Katharotiya (OpenERP)

[IMP] improve code

Unmerged revisions

3830. By Foram Katharotiya (OpenERP)

[IMP] improve code

3829. By Foram Katharotiya (OpenERP)

[MERGE] with 7.0

3828. By Foram Katharotiya (OpenERP)

[IMP] fix the issue of showing False value in discription

3827. By Foram Katharotiya (OpenERP)

[MERGE] with 7.0

3826. By Foram Katharotiya (OpenERP)

[IMP] set empty description fields

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web/static/src/js/view_form.js'
2--- addons/web/static/src/js/view_form.js 2013-03-08 10:43:36 +0000
3+++ addons/web/static/src/js/view_form.js 2013-03-12 05:56:22 +0000
4@@ -2600,9 +2600,6 @@
5 } else {
6 this.$textarea.trigger("autosize");
7 }
8- } else {
9- var txt = this.get("value");
10- this.$(".oe_form_text_content").text(txt);
11 }
12 },
13 is_syntax_valid: function() {