Merge lp:~jfb-tempo-consulting/unifield-web/US-9028 into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 5027
Proposed branch: lp:~jfb-tempo-consulting/unifield-web/US-9028
Merge into: lp:unifield-web
Diff against target: 14 lines (+4/-0)
1 file modified
addons/openerp/widgets/form/_form.py (+4/-0)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/unifield-web/US-9028
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+407701@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/_form.py'
2--- addons/openerp/widgets/form/_form.py 2021-08-11 15:31:44 +0000
3+++ addons/openerp/widgets/form/_form.py 2021-08-25 19:28:40 +0000
4@@ -803,6 +803,10 @@
5 super(HtmlView, self).__init__(**attrs)
6 self.tag_name = attrs.get('tag_name')
7
8+ # RR special case: field include in html tag
9+ if attrs.get('widget') in ('order_preparation_lt', 'order_creation_lt', 'order_validation_lt', 'supplier_lt', 'handling_lt'):
10+ self.frame = Frame(**attrs)
11+
12 self.args = attrs.get('args', {})
13
14 if attrs.get('value'):

Subscribers

People subscribed via source and target branches