We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b46cc2 commit bfc187cCopy full SHA for bfc187c
1 file changed
spp_programs/views/managers/entitlement_manager_inkind_view.xml
@@ -86,13 +86,18 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
86
/>
87
</group>
88
89
- <separator string="Condition (Optional)" />
90
- <field
91
- name="condition"
92
- nolabel="1"
93
- widget="domain"
94
- options="{'model': 'res.partner'}"
+ <separator
+ string="Condition (Optional)"
+ class="mt-3"
95
+ <div name="condition_section">
+ <field
+ name="condition"
96
+ nolabel="1"
97
+ widget="domain"
98
+ options="{'model': 'res.partner'}"
99
+ />
100
+ </div>
101
<group colspan="4" col="4">
102
<group colspan="2">
103
<field
0 commit comments