chore: update Theme Alan version to 18.0.1.0, refactor RPC service usage across components, and enhance header/footer snippet configurations
This commit is contained in:
@@ -33,10 +33,17 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- Alan Builder Snippet Thumbnail -->
|
||||
<!-- Alan Builder Snippet Thumbnail (Odoo 18 snippet groups) -->
|
||||
<template id="alan_websiite_builder" name="Website builder" inherit_id="website.snippets">
|
||||
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
|
||||
<t t-snippet="theme_alan.website_builder" t-thumbnail="/theme_alan/static/src/img/snippets/alan-builder.svg"/>
|
||||
<xpath expr="//snippets[@id='snippet_groups']/t[@id='installed_snippets_hook']" position="before">
|
||||
<t snippet-group="theme_alan" t-snippet="website.s_snippet_group" string="Alan"
|
||||
t-thumbnail="/theme_alan/static/src/img/snippets/alan-builder.svg"/>
|
||||
</xpath>
|
||||
<xpath expr="//snippets[@id='snippet_structure']" position="inside">
|
||||
<t t-snippet="theme_alan.website_builder"
|
||||
group="theme_alan"
|
||||
string="Alan Website Builder"
|
||||
t-thumbnail="/theme_alan/static/src/img/snippets/alan-builder.svg"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user