-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fixes to the tests for spp_idpass and spp_idqueue modules
- Loading branch information
1 parent
8ab878e
commit 29d76d8
Showing
4 changed files
with
22 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<odoo> | ||
<record id="view_spp_idpass_tree_extend" model="ir.ui.view"> | ||
<field name="name">view_spp_idpass_tree_extend</field> | ||
<field name="model">spp.id.pass</field> | ||
<field name="inherit_id" ref="spp_idpass.view_spp_idpass_tree" /> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//button[@name='generate_auth_token']" position="attributes"> | ||
<attribute | ||
name="groups" | ||
>g2p_registry_base.group_g2p_admin,spp_idqueue.group_g2p_id_validator</attribute> | ||
</xpath> | ||
</field> | ||
</record> | ||
</odoo> |