Developer Guide¶
This section provides technical documentation for developers extending or contributing to AgriOS.
Overview¶
AgriOS is built on Odoo 18 Community Edition. Developers should be familiar with:
Python 3.10+
Odoo module development
PostgreSQL
XML (for views and data files)
Key Resources¶
AgriOS Development
Developer Overview - Repository structure and coding standards
AgriOS Modules - Reference for AgriOS-specific modules
Developer FAQ - Common development questions
Contributing
How to Contribute - Contribution workflow
Development Environment Setup - Environment setup
External Resources