add css for fix header in resource table

This commit is contained in:
Pawan Sharma 2022-11-22 11:32:41 +05:30
parent e576972e6f
commit f5728f443e
1 changed files with 3 additions and 3 deletions

View File

@ -74,10 +74,10 @@
<field name="sale_line_employee_ids"
attrs="{'invisible': ['|', ('bill_type', '!=', 'customer_project'), ('pricing_type', '!=', 'employee_rate')]}">
<tree editable="top" create="false">
<field name="employee_id" options="{'no_create': True}" string="Consultant Name" class="o_one2many_header_cell_fix"/>
<field name="company_id" invisible="1"/>
<field name="project_id" invisible="1"/>
<field name="hour_distribution" invisible="1"/>
<field name="employee_id" options="{'no_create': True}" string="Consultant Name"/>
<field name="role"
attrs="{'required': [('hour_distribution','=','Percentage')]}"/>
<field name="start_date"/>
@ -106,8 +106,8 @@
<field name="consultant_cost"/>
<field name="actual_revenue"/>
<field name="budgeted_hour_week" invisible="1"/>
<button type="object" name="edit_sale_line_employee_record" string="Edit"
class="oe_highlight"/>
<button type="object" name="edit_sale_line_employee_record"
class="fa fa-pencil bg-primary"/>
<!--<button name="unlink" type="object" icon="fa-trash-o"/>-->
</tree>
</field>