Начальное наполнение
This commit is contained in:
parent
54886e2f5d
commit
9ec0edd3b6
2
__init__.py
Normal file
2
__init__.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# -*- encoding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
26
__manifest__.py
Normal file
26
__manifest__.py
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# -*- encoding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
{
|
||||||
|
'name': 'Default Theme',
|
||||||
|
'description': 'Default website theme',
|
||||||
|
'category': 'Theme',
|
||||||
|
'sequence': 1000,
|
||||||
|
'version': '1.0',
|
||||||
|
'depends': ['website'],
|
||||||
|
'data': [
|
||||||
|
'data/generate_primary_template.xml',
|
||||||
|
],
|
||||||
|
'images': [
|
||||||
|
'static/description/cover.png',
|
||||||
|
'static/description/theme_default_screenshot.jpg',
|
||||||
|
],
|
||||||
|
'configurator_snippets': {
|
||||||
|
'homepage': ['s_cover', 's_text_image', 's_numbers'],
|
||||||
|
'about_us': ['s_text_image', 's_image_text', 's_title', 's_company_team'],
|
||||||
|
'our_services': ['s_three_columns', 's_quotes_carousel', 's_references'],
|
||||||
|
'pricing': ['s_comparisons'],
|
||||||
|
'privacy_policy': ['s_faq_collapse'],
|
||||||
|
},
|
||||||
|
'license': 'LGPL-3',
|
||||||
|
}
|
9
data/generate_primary_template.xml
Normal file
9
data/generate_primary_template.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
|
||||||
|
<!-- Generate primary snippet templates that are not predefined -->
|
||||||
|
<function model="ir.module.module" name="_generate_primary_snippet_templates">
|
||||||
|
<value eval="[ref('base.module_theme_default')]"/>
|
||||||
|
</function>
|
||||||
|
|
||||||
|
</odoo>
|
BIN
static/description/cover.png
Normal file
BIN
static/description/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
static/description/icon.png
Normal file
BIN
static/description/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
static/description/theme_default_screenshot.jpg
Normal file
BIN
static/description/theme_default_screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
x
Reference in New Issue
Block a user