Browse Source

[UPDT] Bug Fixed 'employee_orientation'

pull/164/head
Ajmal Cybro 5 years ago
parent
commit
b210c4a1d4
  1. 2
      employee_orientation/__manifest__.py
  2. 7
      employee_orientation/doc/RELEASE_NOTES.md
  3. 4
      employee_orientation/views/employee_orientation.xml

2
employee_orientation/__manifest__.py

@ -21,7 +21,7 @@
{
'name': "Employee Orientation & Training",
'version': '14.0.1.0.0',
'version': '14.0.1.1.0',
'category': "Generic Modules/Human Resources",
'summary': """Employee Orientation/Training Program""",
'description':'Complete Employee Orientation/Training Program',

7
employee_orientation/doc/RELEASE_NOTES.md

@ -3,4 +3,9 @@
#### 08.10.2020
#### Version 14.0.1.0.0
#### ADD
Initial Commit
Initial Commit
#### 30.10.2020
#### Version 14.0.1.2.0
#### FIX
Bug Fixed

4
employee_orientation/views/employee_orientation.xml

@ -34,11 +34,11 @@
</div>
<group colspan="1" col="4" name="main">
<field name="employee_name" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/>
<field name="department" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/>
<field name="department"/>
<field name="date" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/>
<field name="job_id" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/>
<field name="responsible_user" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/>
<field name="parent_id" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/>
<field name="parent_id"/>
<field name="employee_company" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/>
<field name="orientation_id" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/>
</group>

Loading…
Cancel
Save