[ADD] Dependant modules

This commit is contained in:
Muhammad
2024-04-07 12:47:10 +05:00
parent e8bc408a7a
commit daa6f2e39d
87 changed files with 968 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<data noupdate="0">
<record id="tt_provider_github" model="auth.oauth.provider">
<field name="name">GitHub</field>
<field name="auth_endpoint">https://github.com/login/oauth/authorize</field>
<field name="scope">repo,user</field>
<field name="enabled">True</field>
<field name="validation_endpoint">https://github.com/login/oauth/access_token</field>
<field name="css_class">fa fa-fw fa-github</field>
<field name="body">Log in with GitHub</field>
</record>
</data>
</odoo>