mirror of
https://github.com/bringout/oca-ocb-web.git
synced 2026-04-21 17:32:09 +02:00
19.0 vanilla
This commit is contained in:
parent
20e6dadd87
commit
4b94f0abc5
205 changed files with 24700 additions and 14614 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue