<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: JiangGuangFeng</title>
    <description>The latest articles on DEV Community by JiangGuangFeng (@foggy-projects).</description>
    <link>https://dev.to/foggy-projects</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3850542%2F99483161-14d7-4ca1-bad7-1efd5d8d179d.png</url>
      <title>DEV Community: JiangGuangFeng</title>
      <link>https://dev.to/foggy-projects</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/foggy-projects"/>
    <language>en</language>
    <item>
      <title>Foggy Odoo Bridge: Governed MCP Access to Odoo Data with Permission Preservation</title>
      <dc:creator>JiangGuangFeng</dc:creator>
      <pubDate>Mon, 30 Mar 2026 04:53:08 +0000</pubDate>
      <link>https://dev.to/foggy-projects/foggy-odoo-bridge-governed-mcp-access-to-odoo-data-with-permission-preservation-3bd</link>
      <guid>https://dev.to/foggy-projects/foggy-odoo-bridge-governed-mcp-access-to-odoo-data-with-permission-preservation-3bd</guid>
      <description>&lt;p&gt;I just open-sourced Foggy Odoo Bridge.&lt;/p&gt;

&lt;p&gt;It is an Odoo addon that gives AI clients governed MCP access to Odoo data while preserving Odoo permission rules.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Most "AI + ERP" demos stop at connectivity. Foggy Odoo Bridge focuses on governed access instead — it keeps authentication, model visibility, and row-level rules inside Odoo before the query reaches the engine.&lt;/p&gt;

&lt;h2&gt;
  
  
  Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;API-key auth from Odoo&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;ir.model.access&lt;/code&gt; based model visibility&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;ir.rule&lt;/code&gt; conversion into query filters before execution&lt;/li&gt;
&lt;li&gt;Multi-company isolation&lt;/li&gt;
&lt;li&gt;Built-in semantic models for common Odoo objects&lt;/li&gt;
&lt;li&gt;Built-in AI Chat inside Odoo&lt;/li&gt;
&lt;li&gt;Support for embedded Python engine or external Foggy Python / Java services&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Deployment Options
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Embedded Python engine inside Odoo&lt;/li&gt;
&lt;li&gt;External Foggy Python service&lt;/li&gt;
&lt;li&gt;External Foggy Java service&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Dependency Notes
&lt;/h2&gt;

&lt;p&gt;If you only use it as a standalone MCP service, you do not need &lt;code&gt;openai&lt;/code&gt; or &lt;code&gt;anthropic&lt;/code&gt; in the Odoo environment. Those SDKs are only optional dependencies for the built-in AI Chat feature.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/foggy-projects/foggy-odoo-bridge" rel="noopener noreferrer"&gt;https://github.com/foggy-projects/foggy-odoo-bridge&lt;/a&gt;&lt;/p&gt;

</description>
      <category>odoo</category>
      <category>mcp</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
