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'])]}"/>
|
<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>
|
</xpath>
|
||||||
|
|
||||||
<field name="type_id" position="attributes">
|
<field name="type_id" position="attributes">
|
||||||
<attribute name="string">Requisition Type</attribute>
|
<attribute name="string">Requisition Type</attribute>
|
||||||
</field>
|
</field>
|
||||||
<field name="date_end" position="attributes">
|
<field name="date_end" position="attributes">
|
||||||
<attribute name="string">Requisition Deadline</attribute>
|
<attribute name="string">Requisition Deadline</attribute>
|
||||||
</field>
|
</field>
|
||||||
<xpath expr="//notebook/page/field[@name='line_ids']/tree/field[@name='price_unit']" position="replace">
|
<xpath expr="//notebook/page/field[@name='line_ids']/tree/field[@name='price_unit']" position="replace">
|
||||||
<field name="state" invisible="1"/>
|
<field name="state" invisible="1"/>
|
||||||
<field name="price_unit" attrs="{'invisible': [('state', '=', 'draft')]}"/>
|
<field name="price_unit" attrs="{'invisible': [('state', '=', 'draft')]}"/>
|
||||||
|
|||||||
@@ -9,6 +9,9 @@
|
|||||||
<xpath expr="//field[@name='job_id']" position="after">
|
<xpath expr="//field[@name='job_id']" position="after">
|
||||||
<field name="type_id"/>
|
<field name="type_id"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<field name="wage" position="attributes">
|
||||||
|
<attribute name="string">Basic Salary</attribute>
|
||||||
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user