fix error

This commit is contained in:
Mazen Abdo 2025-06-02 15:55:16 +03:00
parent 0d0bc254c4
commit 9b337a0f08
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<field name="salary" required="1" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="salary_insurnce" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="ticket_allowance" attrs="{'readonly':[('state','!=','draft')]}" />
<field name="last_salary_gosi" attrs="{'readonly':[('state','!=','draft')]}"/>
<!-- <field name="last_salary_gosi" attrs="{'readonly':[('state','!=','draft')]}"/>-->
<field name="has_housing" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="has_transportation" attrs="{'readonly':[('state','!=','draft')]}"/>
<!--field name="suspended" attrs="{'readonly':[('state','!=','draft')]}"/>