Browse Source

Nov 13 : [FIX] Bug Fixed 'employee_check_list'

pull/295/head
AjmalCybro 2 years ago
parent
commit
f9c4145564
  1. 2
      employee_check_list/__manifest__.py
  2. 3
      employee_check_list/views/employee_form_inherit_view.xml

2
employee_check_list/__manifest__.py

@ -29,7 +29,7 @@
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'website': "https://www.cybrosys.com",
'depends': ['base', 'hr', 'employee_documents_expiry'],
'depends': ['base', 'hr', 'employee_documents_expiry', 'mail'],
'data': [
'views/settings_view.xml',
'views/employee_form_inherit_view.xml',

3
employee_check_list/views/employee_form_inherit_view.xml

@ -11,8 +11,7 @@
<field name="entry_progress" string="Entry Progress"
widget="percentpie"/>
<field name="exit_progress" string="Exit Progress"
widget="percentpie"
class="oe_inline"/>
widget="percentpie"/>
</div>
</field>
<page name="hr_settings" position="after">

Loading…
Cancel
Save