Add theme_3d_systems/views/pages/page_odoo_solutions.xml
This commit is contained in:
parent
f15dfad03b
commit
657b9c6300
1 changed files with 29 additions and 0 deletions
29
theme_3d_systems/views/pages/page_odoo_solutions.xml
Normal file
29
theme_3d_systems/views/pages/page_odoo_solutions.xml
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<!-- Odoo Solutions Page Template -->
|
||||||
|
<template id="page_odoo_solutions" name="3D Systems - Odoo ERP Solutions">
|
||||||
|
<t t-call="website.layout">
|
||||||
|
<div id="wrap" class="oe_structure oe_empty">
|
||||||
|
<!-- Odoo Solutions Hero -->
|
||||||
|
<section class="py-5 bg-darker border-bottom border-dark-subtle">
|
||||||
|
<div class="container text-center py-4">
|
||||||
|
<span class="badge-tech-tag mb-3">Odoo 19 Certified Architecture</span>
|
||||||
|
<h1 class="display-4 fw-bold text-white mb-3">Connected Odoo ERP Ecosystems</h1>
|
||||||
|
<p class="text-light-muted max-w-700 mx-auto">
|
||||||
|
Transforming complex business processes into unified, high-performing digital workflows with native Odoo module development and performance tuning.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Connected Odoo Modules Grid -->
|
||||||
|
<t t-call="theme_3d_systems.s_odoo_modules_grid"/>
|
||||||
|
|
||||||
|
<!-- System Architecture -->
|
||||||
|
<t t-call="theme_3d_systems.s_system_architecture"/>
|
||||||
|
|
||||||
|
<!-- CTA -->
|
||||||
|
<t t-call="theme_3d_systems.s_cta_glow"/>
|
||||||
|
</div>
|
||||||
|
</t>
|
||||||
|
</template>
|
||||||
|
</odoo>
|
||||||
Loading…
Reference in a new issue