Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Fix producs UI in in-kind entitlement wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalesedwin1123 committed Feb 6, 2024
1 parent c6e3c3a commit 6c5ff59
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions spp_entitlement_in_kind/wizard/create_program_wizard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,36 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
options="{'no_open':True,'no_create':True,'no_create_edit':True}"
colspan="4"
/>
<field name="qty" />
<field
name="uom_id"
options="{'no_open':True,'no_create':True,'no_create_edit':True}"
/>
</group>
<group colspan="4" col="4">
<group colspan="2">
<field name="qty" />
</group>
<group colspan="2">
<field
name="uom_id"
options="{'no_open':True,'no_create':True,'no_create_edit':True}"
/>
</group>
</group>
<group colspan="4" col="4">
<field
name="condition"
colspan="4"
widget="domain"
options="{'model': 'res.partner'}"
/>
<field
name="multiplier_field"
options="{'no_open':True,'no_create':True,'no_create_edit':True}"
/>
<field name="max_multiplier" />
</group>
<group colspan="4" col="4">
<group colspan="2">
<field
name="multiplier_field"
options="{'no_open':True,'no_create':True,'no_create_edit':True}"
/>
</group>
<group colspan="2">
<field name="max_multiplier" />
</group>
</group>
</form>
</field>
Expand Down

0 comments on commit 6c5ff59

Please sign in to comment.