Skip to content
Snippets Groups Projects
Commit 71e59f43 authored by Kevin Baptiste's avatar Kevin Baptiste
Browse files

[FIX] hr: remove footer buttons on My Profile


The "Save" / "Cancel" buttons were wrongly showing on the "My Profile"
page.

closes odoo/odoo#78820

Taskid: 2675313
Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
parent 083a3776
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,9 @@ ...@@ -41,6 +41,9 @@
<attribute name="create">false</attribute> <attribute name="create">false</attribute>
<attribute name="js_class">hr_employee_profile_form</attribute> <attribute name="js_class">hr_employee_profile_form</attribute>
</form> </form>
<footer position="attributes">
<attribute name="invisible">1</attribute>
</footer>
<notebook position="replace"> <notebook position="replace">
<field name="hr_presence_state" invisible="1"/> <field name="hr_presence_state" invisible="1"/>
<header> <header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment