Skip to content
Snippets Groups Projects
Commit 20025a28 authored by Kartik Chavda's avatar Kartik Chavda
Browse files

[FIX] sale_project: fix percentage field width issue in milestone form


This commit make percentage field width 25% so field and percentage
symbol look nearer.

task-3018123

closes odoo/odoo#103183

Related: odoo/enterprise#32797
Signed-off-by: default avatarLaurent Stukkens (ltu) <ltu@odoo.com>
parent 8f793707
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@
<field name="sale_line_id" groups="!sales_team.group_sale_salesman" placeholder="Non-billable" options="{'no_open': True}" readonly="1"/>
<field name="sale_line_id" groups="sales_team.group_sale_salesman" options="{'no_create': True}" placeholder="Non-billable" readonly="0"/>
<field name="quantity_percentage" groups="!sales_team.group_sale_salesman" widget="percentage" readonly="1"/>
<field name="quantity_percentage" groups="sales_team.group_sale_salesman" widget="percentage" readonly="0"/>
<field name="quantity_percentage" class="w-25" groups="sales_team.group_sale_salesman" widget="percentage" readonly="0"/>
</group>
</xpath>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment