forked from OpenG2P/openg2p-self-service-portal
-
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.
Revert "Added OAuthLogin Providers. Added "Other OSI approved licence…
…" in allowed license." This reverts commit 1be79f3.
- Loading branch information
Showing
9 changed files
with
47 additions
and
5 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
2 changes: 1 addition & 1 deletion
2
g2p_self_service_portal/static/src/js/apply_program_form_editor.js
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 @@ | ||
<?xml version="1.0" ?> | ||
<odoo> | ||
<!-- TODO: The 'auth_oidc' module was removed; a replacement is needed in the code. --> | ||
<!-- <record model="ir.ui.view" id="view_g2p_self_service_oauth_provider_form"> | ||
<field name="name">g2p.self.service.oauth.provider.form</field> | ||
<field name="model">auth.oauth.provider</field> | ||
<field name="inherit_id" ref="auth_oidc.view_oidc_provider_form" /> | ||
<field name="arch" type="xml"> | ||
<field name="enabled" position="after"> | ||
<field name="g2p_self_service_allowed" /> | ||
</field> | ||
</field> | ||
</record> --> | ||
</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
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 @@ | ||
<?xml version="1.0" ?> | ||
<odoo> | ||
<!-- TODO: The 'auth_oidc' module was removed; a replacement is needed in the code. --> | ||
<!-- <record model="ir.ui.view" id="view_g2p_service_provider_oauth_provider_form"> | ||
<field name="name">g2p.service.provider.oauth.provider.form</field> | ||
<field name="model">auth.oauth.provider</field> | ||
<field name="inherit_id" ref="g2p_self_service_portal.view_g2p_self_service_oauth_provider_form" /> | ||
<field name="arch" type="xml"> | ||
<field name="g2p_self_service_allowed" position="after"> | ||
<field name="g2p_service_provider_allowed" /> | ||
</field> | ||
</field> | ||
</record> --> | ||
</odoo> |