mirror of
https://github.com/bringout/oca-website.git
synced 2026-04-24 10:52:07 +02:00
Initial commit: OCA Website packages (16 packages)
This commit is contained in:
commit
0578ef7638
660 changed files with 37334 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2022 Coop IT Easy SC
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
<odoo>
|
||||
|
||||
<record id="website.default_website" model="website">
|
||||
<field name="recaptcha_v2_enabled">True</field>
|
||||
<!--
|
||||
reCAPTCHA test keys from https://developers.google.com/recaptcha/docs/faq
|
||||
-->
|
||||
<field
|
||||
name="recaptcha_v2_site_key"
|
||||
>6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI</field>
|
||||
<field
|
||||
name="recaptcha_v2_secret_key"
|
||||
>6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue