forked from OCA/partner-contact
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keyword arguments problem on merge partner (OCA#128)
Closes OCA#125
- Loading branch information
1 parent
02cdfaa
commit 37bdf4c
Showing
5 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- © 2016 Tecnativa S.L. - Jairo Llopis | ||
© 2016 Tecnativa S.L. - Vicent Cubells | ||
<!-- Copyright 2016 Tecnativa - Jairo Llopis | ||
Copyright 2016 Tecnativa - Vicent Cubells | ||
Copyright 2017 Tecnativa - Pedro M. Baeza | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). --> | ||
<odoo> | ||
<menuitem id='root_menu' name='Tools' parent='base.menu_base_partner' sequence="25"/> | ||
<menuitem id='partner_merge_automatic_menu' | ||
action='crm.action_partner_deduplicate' | ||
groups='base.group_system' | ||
parent='root_menu' /> | ||
<menuitem id='root_menu' name='Tools' parent='base.menu_base_partner' sequence="25"/> | ||
<menuitem id='partner_merge_automatic_menu' | ||
action='crm.action_partner_deduplicate' | ||
groups='group_automatically' | ||
parent='root_menu' | ||
/> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters