19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:58 +01:00
parent 20e6dadd87
commit 4b94f0abc5
205 changed files with 24700 additions and 14614 deletions

View file

@ -6,19 +6,17 @@
<field name="inherit_id" ref="base_setup.res_config_settings_view_form"/>
<field name="arch" type="xml">
<div id="web_unsplash_warning" position="replace">
<div attrs="{'invisible': [('module_web_unsplash', '=', False)]}">
<div invisible="not module_web_unsplash">
<div class="content-group mt16">
<label for="unsplash_access_key" class="o_light_label"/>
<label for="unsplash_access_key" class="o_light_label mr8"/>
<field name="unsplash_access_key"/>
</div>
<div class="content-group">
<label for="unsplash_app_id" class="o_light_label"/>
<label for="unsplash_app_id" class="o_light_label mr8"/>
<field name="unsplash_app_id"/>
</div>
<div>
<a href="https://www.odoo.com/documentation/16.0/applications/websites/website/optimize/unsplash.html#generate-an-unsplash-access-key" class="oe_link" target="_blank">
<i class="fa fa-arrow-right"/> Generate an Access Key
</a>
<widget name="documentation_link" path="/applications/websites/website/optimize/unsplash.html#generate-an-unsplash-access-key" label=" Generate an Access Key" icon="oi oi-arrow-right" class="oe_link"/>
</div>
</div>
</div>