Initial commit: OCA Server Auth packages (29 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:06 +02:00
commit 3ed80311c4
1325 changed files with 127292 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" ?>
<odoo noupdate="1">
<record id="allow_saml_uid_and_internal_password" model="ir.config_parameter">
<field name="key">auth_saml.allow_saml_uid_and_internal_password</field>
<field name="value">True</field>
</record>
</odoo>