19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:30:27 +01:00
parent d1963a3c3a
commit 2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions

View file

@ -10,37 +10,14 @@ pip install odoo-bringout-oca-ocb-theme_default
## Dependencies
This addon depends on:
- website
## Manifest Information
- **Name**: Default Theme
- **Version**: 1.0
- **Category**: Theme
- **License**: LGPL-3
- **Installable**: False
## Source
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `theme_default`.
- Repository: https://github.com/OCA/OCB
- Branch: 19.0
- Path: addons/theme_default
## License
This package maintains the original LGPL-3 license from the upstream Odoo project.
## Documentation
- Overview: doc/OVERVIEW.md
- Architecture: doc/ARCHITECTURE.md
- Models: doc/MODELS.md
- Controllers: doc/CONTROLLERS.md
- Wizards: doc/WIZARDS.md
- Reports: doc/REPORTS.md
- Security: doc/SECURITY.md
- Install: doc/INSTALL.md
- Usage: doc/USAGE.md
- Configuration: doc/CONFIGURATION.md
- Dependencies: doc/DEPENDENCIES.md
- Troubleshooting: doc/TROUBLESHOOTING.md
- FAQ: doc/FAQ.md
This package preserves the original LGPL-3 license.

View file

@ -1,12 +1,14 @@
[project]
name = "odoo-bringout-oca-ocb-theme_default"
version = "16.0.0"
description = "Default Theme - Odoo addon"
description = "Default Theme -
Odoo addon
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-website>=16.0.0",
"odoo-bringout-oca-ocb-website>=19.0.0",
"requests>=2.25.1"
]
readme = "README.md"
@ -16,7 +18,7 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]

View file

@ -8,16 +8,13 @@
'sequence': 1000,
'version': '1.0',
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
],
'images': [
'static/description/cover.png',
'static/description/theme_default_screenshot.jpg',
],
'snippet_lists': {
'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'],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}

View 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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Before After
Before After