mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
7-sep-2020 wage name change basic salary
This commit is contained in:
@@ -39,12 +39,12 @@
|
||||
<field name="vendor_id" context="{'res_partner_search_mode': 'supplier'}" attrs="{'required': [('is_quantity_copy', '=', 'none')], 'readonly': [('state', 'in', ['ongoing','done'])], 'invisible': [('state', 'in', ['draft'])]}"/>
|
||||
</xpath>
|
||||
|
||||
<field name="type_id" position="attributes">
|
||||
<attribute name="string">Requisition Type</attribute>
|
||||
</field>
|
||||
<field name="date_end" position="attributes">
|
||||
<attribute name="string">Requisition Deadline</attribute>
|
||||
</field>
|
||||
<field name="type_id" position="attributes">
|
||||
<attribute name="string">Requisition Type</attribute>
|
||||
</field>
|
||||
<field name="date_end" position="attributes">
|
||||
<attribute name="string">Requisition Deadline</attribute>
|
||||
</field>
|
||||
<xpath expr="//notebook/page/field[@name='line_ids']/tree/field[@name='price_unit']" position="replace">
|
||||
<field name="state" invisible="1"/>
|
||||
<field name="price_unit" attrs="{'invisible': [('state', '=', 'draft')]}"/>
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
<xpath expr="//field[@name='job_id']" position="after">
|
||||
<field name="type_id"/>
|
||||
</xpath>
|
||||
<field name="wage" position="attributes">
|
||||
<attribute name="string">Basic Salary</attribute>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user