-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MIG] [18.0] hr_grade_rank: migrated module #656
base: 18.0
Are you sure you want to change the base?
[MIG] [18.0] hr_grade_rank: migrated module #656
Conversation
Testing is assigned to Pooja |
</sheet> | ||
</form> | ||
</field> | ||
</record> | ||
|
||
<!-- GRADE TREE VIEW --> | ||
<record id="view_employee_grade_tree" model="ir.ui.view"> | ||
<field name="name">grade.grade.tree</field> | ||
<record id="view_employee_grade_list" model="ir.ui.view"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to replace tree with list in the ID of any view. as it may cause issues if define reference of the view based on ID.
</sheet> | ||
</form> | ||
</field> | ||
</record> | ||
|
||
<!-- RANK TREE VIEW --> | ||
<record id="view_employee_rank_tree" model="ir.ui.view"> | ||
<field name="name">rank.rank.tree</field> | ||
<record id="view_employee_rank_list" model="ir.ui.view"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above, do not change the view ID
</field> | ||
</field> | ||
</record> | ||
|
||
<!-- EMPLOYEES INHERITED TREE VIEW --> | ||
<record id="view_employee_tree_grade_rank" model="ir.ui.view"> | ||
<field name="name">hr.employee.tree.grade.rank</field> | ||
<record id="view_employee_list_grade_rank" model="ir.ui.view"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
Responsible : Jayram