COSCUP 2025

Ian 阿寬

Ian is a passionate advocate of Odoo open source projects. He founded Odoo Community Taiwan and organized an Odoo Taipei meetup in February that drew over 80 participants. He hopes to unite the community's efforts to make Taiwan's open source contributions visible across the APAC region.

GitHub: https://github.com/iankuan
LInkedIn: www.linkedin.com/in/iankuan-wu
Odoo Community Taiwan FB Page: https://www.facebook.com/profile.php?id=61573021228811


Beiträge

09.08
12:00
20min
從 0 到 1:創立 Odoo Community Taiwan 到 COSCUP 議程軌
Ian 阿寬, Mandy, John Tao

在 2024 年7月,我創辦了 Odoo Community Taiwan,從一人獨立舉辦第一場活動,發展到如今每次活動穩定吸引 30 至 40 位參與者。透過 Odoo 系統,我實現了報名、寄信、問卷調查等流程的自動化,大幅提升效率。隨著活動的成長,我認識到團隊合作的重要性,並成功吸引年輕、有抱負且對開源軟體感興趣的夥伴加入,共同經營社群。

我們透過數據分析調整活動內容,找到能點燃參與熱情的燃點。例如區分商務用戶與開發者專場活動,以及邀請出自講者分享。隨後,我們推出講書會,進一步提升社群熟度,並計劃向國際推廣,參與 COSCUP 等開源活動。Odoo Community Taiwan 不僅是一個學習 Odoo 的平台,更是一個凝聚開源精神、持續成長的社群生態系。

Odoo Community Taiwan (OCT)
RB101
09.08
12:30
30min
OCA 國際級開源專案組織的 DevOps 建置及規範 - 如何管理超過 200 個 Repo 專案
Ian 阿寬

中文 250 字以內,請完整地描述議程主要內容,讓聽眾充分理解議程內容及預期收穫 。本段文字預定於大會官網優先曝光!這次議程我只要介紹 OCA (Odoo Community Association) 在 Linting, Testing 及 OCA GitHub bot 及實際操作的心得。

首先,先簡單了解 OCA的量級,OCA 目前有超過 200 個 Repos,上百位貢獻者,並總計有數以千計的模組。不只如此,每個模組還有不同版本的 branch,且每年會更新一個版本。為了維護專案的品質,僅靠人力來管理是不切實際的,所以多年前 OCA 已建立了貢獻及管理專案的基礎建設。

貢獻流程,要注意的是 (1) Git Commit, 和 (2) CI Testing,再到 (3) GitHub Merge,這分別對應到我開頭提的 Linting, Testing 和 OCA GitHub Bot,我們稍微順一下這個流程,首先我們發現程式的臭蟲,嘗試 Fork 專案並 Clone 到本機端修改程式碼,修改完成後,我們 (1) Git Commit 我們的修改,並且上傳到雲端及送出 Pull Request 給原始專案,此時 PR 得先通過 (2) CI Testing 判別是否通過所有測試,最後,當貢獻者和管理者討論及修修改改後完成後,正是可以將 PR 納入 (3) GitHub Merge 到專案中偉大時刻,碰,大功告成!!!

在貢獻流程中,維護者一天可以收到非常多的 PR 裡面夾帶著非常多的 (1) Git Commit,如果每個都一一建議,是會很耗損開源維護者的熱情地,所以 OCA 使用 pre-commit 工具及 oca-addons-repo-template 來維持最低程度的 commit 品質。

再來是專案維護者,並不可能有時間一一檢查所有的程式,所以透過獨有的 (2) CI Testing,在 GitHub Action 把關程式碼是否通過基礎驗證,再來特別點的是,由於 Odoo 是個包含商業邏輯的全端應用,程式碼可以運行,不代表程式及資料邏輯是正確可運行的,所以有個 Runboat 運用 Kubernetes 動態建構出可以測試運行的執行環境,供維護者來做基本的驗證及確認。

最後在 PR 通過審查後,要做 (3) GitHub Merge 到原始專案當中,此時可以交由 OCA GitHub Bot 來代勞,完成最後一步。最令人振奮的是,這些都是開源的,歡迎大家來學習交流 : )

Odoo Community Taiwan (OCT)
RB101
09.08
16:00
20min
Odoo x AI: How AI ERP Is Transforming Enterprise Operations
Ian 阿寬

In this talk, we explore how combining the modular power of Odoo with the capabilities of Generative AI (GenAI) is revolutionizing enterprise resource planning and driving the next wave of business automation. As companies seek faster, smarter, and more adaptive systems, the fusion of open-source ERP with GenAI presents a game-changing opportunity.

Key takeaways include:
- Why GenAI is a turning point for ERP systems
- How to integrate LLMs like ChatGPT with Odoo using tools like RAG (Retrieval-Augmented Generation) and company knowledge bases
- Real-world applications of AI in accounting, HR, procurement, customer service, and sales modules
- Live demo: Building an AI assistant in Odoo for internal Q&A, smart form filling, and process automation
- Strategy and risk considerations when adopting AI-driven ERP solutions

With a mix of technical insights and practical examples, this session will demonstrate how AI ERP is no longer a vision for the future—it’s a tangible solution that even small and medium-sized businesses can implement today.

Odoo Community Taiwan (OCT)
RB101