Add theme_3d_systems/views/snippets/s_odoo_modules_grid.xml
This commit is contained in:
parent
5a57aa8bd8
commit
ce74601613
1 changed files with 48 additions and 0 deletions
48
theme_3d_systems/views/snippets/s_odoo_modules_grid.xml
Normal file
48
theme_3d_systems/views/snippets/s_odoo_modules_grid.xml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- Snippet: Connected Odoo ERP Modules Grid -->
|
||||
<template id="s_odoo_modules_grid" name="Connected Odoo Modules Grid">
|
||||
<section class="s_odoo_modules_grid py-6 position-relative">
|
||||
<div class="container">
|
||||
<div class="text-center max-w-700 mx-auto mb-5">
|
||||
<div class="oe_structure">
|
||||
<span class="badge-tech-tag mb-3">Ecosystem Synergy</span>
|
||||
<h2 class="display-5 fw-bold text-white mb-3">Connected Odoo 19 Modules</h2>
|
||||
<p class="text-light-muted">Seamless synchronization across your entire business ecosystem.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<div class="odoo-module-card">
|
||||
<div class="module-icon-circle"><i class="fa fa-handshake-o"></i></div>
|
||||
<h5 class="text-white">Odoo CRM</h5>
|
||||
<p class="small text-light-muted">Automated lead pipelines, real-time stage triggers, and omni-channel tracking.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<div class="odoo-module-card">
|
||||
<div class="module-icon-circle"><i class="fa fa-shopping-cart"></i></div>
|
||||
<h5 class="text-white">Odoo Sales & eCommerce</h5>
|
||||
<p class="small text-light-muted">High-converting digital storefronts with dynamic multi-currency pricing.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<div class="odoo-module-card">
|
||||
<div class="module-icon-circle"><i class="fa fa-calculator"></i></div>
|
||||
<h5 class="text-white">Odoo Accounting</h5>
|
||||
<p class="small text-light-muted">Automated bank reconciliation, electronic invoicing, and tax compliance.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<div class="odoo-module-card">
|
||||
<div class="module-icon-circle"><i class="fa fa-cubes"></i></div>
|
||||
<h5 class="text-white">Odoo Inventory</h5>
|
||||
<p class="small text-light-muted">Double-entry stock management, barcoding, and automated replenishment.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Reference in a new issue