mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_images_constellation
task-4105366 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
committed by
qsm-odoo
parent
cf5f4cc189
commit
bb8254a09f
@@ -45,6 +45,7 @@
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/snippets/s_images_constellation.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
@@ -315,5 +315,20 @@
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_enark/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
<record id="s_images_constellation_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_images_constellation_default_image</field>
|
||||
<field name="name">website.s_images_constellation_default_image</field>
|
||||
<field name="url">/theme_enark/static/src/img/snippets/s_images_constellation_default_image.jpg</field>
|
||||
</record>
|
||||
<record id="s_images_constellation_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_images_constellation_default_image_1</field>
|
||||
<field name="name">website.s_images_constellation_default_image_1</field>
|
||||
<field name="url">/theme_enark/static/src/img/snippets/s_images_constellation_default_image_1.jpg</field>
|
||||
</record>
|
||||
<record id="s_images_constellation_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_images_constellation_default_image_2</field>
|
||||
<field name="name">website.s_images_constellation_default_image_2</field>
|
||||
<field name="url">/theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_images_constellation" inherit_id="website.s_images_constellation">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc1" remove="o_cc5" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user