-
- Downloads
[FIX] hr_org_chart: remove res_id from the widget's action
On the employee view there is a possibility to open a list of all the
employees managed by the current employee however the action contains
the key 'res_id' which makes both create and open action invalid. (the
manager is opened either way instead of the right action)
The action now also has a proper name instead of displaying `unnamed`,
aswell as containing the context necessary to default the manager as
expected. and the triple dots displayed when there are too many
employees has been replaced with `See All`.
TaskId-2648133
closes odoo/odoo#76730
Signed-off-by:
Kevin Baptiste <kba@odoo.com>
Showing
- addons/hr_org_chart/i18n/hr_org_chart.pot 14 additions, 0 deletionsaddons/hr_org_chart/i18n/hr_org_chart.pot
- addons/hr_org_chart/static/src/js/hr_org_chart.js 5 additions, 0 deletionsaddons/hr_org_chart/static/src/js/hr_org_chart.js
- addons/hr_org_chart/static/src/xml/hr_org_chart.xml 1 addition, 1 deletionaddons/hr_org_chart/static/src/xml/hr_org_chart.xml
Please register or sign in to comment