29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?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>
|