<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with odoo 18]]></title><description><![CDATA[A list of topics that have been tagged with odoo 18]]></description><link>https://lankadevelopers.lk/tags/odoo 18</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 07:56:48 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/tags/odoo 18.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[What Are the Major Improvements in Odoo 19 Compared to Odoo 18?]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I wanted to ask the community: what are the key improvements in <strong><a href="https://webkul.com/blog/odoo-19-whats-coming-in-the-2025-release/" target="_blank" rel="noopener noreferrer nofollow ugc">Odoo 19</a></strong> compared to Odoo 18? We’re considering an upgrade and want to understand whether the new version brings significant performance, UI, or module enhancements.</p>
<p dir="auto">Has anyone tested or implemented Odoo 19 already? How does it perform in real business use cases? Also, I saw that companies like Webkul are already supporting Odoo 19—does anyone have feedback on working with their apps or migration services for this version?</p>
<p dir="auto">Would love to hear your experiences, pros/cons, and upgrade recommendations.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://lankadevelopers.lk/topic/1899/what-are-the-major-improvements-in-odoo-19-compared-to-odoo-18</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/1899/what-are-the-major-improvements-in-odoo-19-compared-to-odoo-18</guid><dc:creator><![CDATA[Vihan Richard]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How Do You Approach Odoo Implementation Alongside Custom Theme &amp; Template Development?]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I’m currently planning an Odoo Implementation for a retail business that needs not only robust ERP functionalities but also a highly customized frontend for both web and backend users. While I’ve explored the core Odoo modules, I’m particularly interested in how developers are handling <strong><a href="https://webkul.com/odoo-theme-development-services/" target="_blank" rel="noopener noreferrer nofollow ugc">Odoo Theme Development</a></strong> and Odoo Template Development in Odoo 16 and 17.</p>
<p dir="auto">Some specific points I’d love community input on:</p>
<ul>
<li>
<p dir="auto">How do you structure theme inheritance for scalability across multiple modules?</p>
</li>
<li>
<p dir="auto">Are there best practices for minimizing latency introduced by overly customized templates?</p>
</li>
<li>
<p dir="auto">When integrating a new theme during Odoo Implementation, do you version it separately for staging vs production environments?</p>
</li>
<li>
<p dir="auto">Has anyone integrated third-party UI frameworks (like Tailwind or Bootstrap 5) cleanly into Odoo without breaking ORM-driven views?</p>
</li>
<li>
<p dir="auto">Also, if you’ve worked with custom templates for the Odoo eCommerce or POS frontend, how do you ensure compatibility during future upgrades?</p>
</li>
</ul>
<p dir="auto">Looking forward to any real-world experience, code snippets, or tips. Trying to avoid pitfalls early on and make sure theming aligns smoothly with the broader <strong><a href="https://webkul.com/odoo-implementation-services/" target="_blank" rel="noopener noreferrer nofollow ugc">Odoo implementation strategy</a></strong>.</p>
<p dir="auto">Thanks in advance!</p>
]]></description><link>https://lankadevelopers.lk/topic/1490/how-do-you-approach-odoo-implementation-alongside-custom-theme-template-development</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/1490/how-do-you-approach-odoo-implementation-alongside-custom-theme-template-development</guid><dc:creator><![CDATA[Vihan Richard]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How to Get Started with Odoo Theme &amp; Template Development version 18]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I’m currently working on customizing the backend interface in Odoo 18 and wanted to share some insights for those diving into <strong><a href="https://webkul.com/odoo-theme-development-services/" target="_blank" rel="noopener noreferrer nofollow ugc">Odoo Theme Development</a></strong> and Odoo Template Development.<br />
To create a custom backend theme, start by creating a new module with assets_backend declarations. You’ll mainly work with SCSS, XML (for QWeb templates), and JavaScript to style views or override default layouts. For backend modifications:</p>
<ul>
<li>
<p dir="auto">Extend existing templates from web.base_layout</p>
</li>
<li>
<p dir="auto">Use the t-inherit directive for template overrides</p>
</li>
<li>
<p dir="auto">Leverage custom SCSS via Webpack or Odoo’s asset bundling system</p>
</li>
<li>
<p dir="auto">Structure your theme cleanly to support modular updates</p>
</li>
</ul>
<p dir="auto">Anyone here working on backend themes for version 18? Let’s share best practices or issues you’ve encountered with template inheritance and asset optimization.</p>
]]></description><link>https://lankadevelopers.lk/topic/1392/how-to-get-started-with-odoo-theme-template-development-version-18</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/1392/how-to-get-started-with-odoo-theme-template-development-version-18</guid><dc:creator><![CDATA[Vihan Richard]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How to Integrate a Payment Gateway with a Custom Module in Odoo 18?]]></title><description><![CDATA[<p dir="auto">Integrating a custom payment gateway into Odoo 18, especially when working with a tailored module outside of standard eCommerce or Invoicing apps, requires a good understanding of Odoo's payment acquirer model. Unlike older versions, Odoo 18 emphasizes modular integration via payment acquirer and payment transaction models.</p>
<p dir="auto">If you're building or modifying <a href="https://store.webkul.com/Odoo/Payment.html" target="_blank" rel="noopener noreferrer nofollow ugc">Odoo payment apps</a>, it’s better to extend existing payment models rather than creating from scratch—this allows smoother backend configuration and compatibility with payment workflows.<br />
For developers working with custom flows, here are a few helpful tips:</p>
<p dir="auto">Use the payment register wizard for transaction processing.<br />
Ensure the external API communication is handled with proper error catching and logging.<br />
Make sure your Odoo payment methods follow the expected state transitions (draft → pending → done/failed).</p>
<p dir="auto">Anyone else working with Odoo payment gateway integrations in 18?<br />
Would love to hear how you've structured your flows or dealt with challenges like tokenization or partial payments.</p>
]]></description><link>https://lankadevelopers.lk/topic/1383/how-to-integrate-a-payment-gateway-with-a-custom-module-in-odoo-18</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/1383/how-to-integrate-a-payment-gateway-with-a-custom-module-in-odoo-18</guid><dc:creator><![CDATA[Vihan Richard]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[What are the latest updates that improve Odoo Implementation in 2025?]]></title><description><![CDATA[<p dir="auto"><strong><a href="https://webkul.com/odoo-implementation-services/" target="_blank" rel="noopener noreferrer nofollow ugc">Odoo Implementation</a></strong> in 2025 is more streamlined thanks to enhanced tools in Odoo 18. The latest version brings better module dependency checks, real-time collaboration tools, and simplified data import features. These improvements reduce configuration time and lower the chances of integration errors.<br />
Additionally, the <a href="http://Odoo.sh" target="_blank" rel="noopener noreferrer nofollow ugc">Odoo.sh</a> platform now offers faster deployment pipelines and better staging environments, making development-to-production transitions smoother. Implementation partners can now leverage built-in testing frameworks to validate business logic before go-live.<br />
With these updates, businesses can expect a more agile and efficient Odoo ERP setup. For best results, work with certified Odoo partners who understand the nuances of the latest release and can tailor the implementation to your domain.</p>
]]></description><link>https://lankadevelopers.lk/topic/1377/what-are-the-latest-updates-that-improve-odoo-implementation-in-2025</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/1377/what-are-the-latest-updates-that-improve-odoo-implementation-in-2025</guid><dc:creator><![CDATA[Vihan Richard]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>