Merge lp:~mallorymarcot/unifield-web/us-2619 into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 4901
Proposed branch: lp:~mallorymarcot/unifield-web/us-2619
Merge into: lp:unifield-web
Diff against target: 10 lines (+1/-3)
1 file modified
addons/openerp/widgets/form/templates/full_text.mako (+1/-3)
To merge this branch: bzr merge lp:~mallorymarcot/unifield-web/us-2619
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+337641@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/openerp/widgets/form/templates/full_text.mako'
2--- addons/openerp/widgets/form/templates/full_text.mako 2017-04-24 15:29:27 +0000
3+++ addons/openerp/widgets/form/templates/full_text.mako 2018-02-13 14:39:49 +0000
4@@ -1,5 +1,3 @@
5 % if value:
6- <pre type="text" id="${name}" name="${name}" class="${css_class}" size="1">
7- ${value}
8- </pre>
9+ <pre type="text" id="${name}" name="${name}" class="${css_class}" size="1">${value}</pre>
10 % endif

Subscribers

People subscribed via source and target branches