BambooErp
Bamboo ERP is an open-source Enterprise Resource Planning system developed in C using the ABP Framework and Domain-Driven Design. It serves as a structural port of Odoo to the .NET ecosystem, aiming to replicate Odoo's core business logic and modules. Key features include microservices architecture, support for over 500 converted entities, and a generalized API that allows Odoo-style method calls via JSON-RPC. The system utilizes Universal Unique Identifiers for all records and maps Odoo concepts to modern ABP components like Tenants and IdentityUsers. It includes built-in scripts to facilitate data migration from Odoo 18 to 19. Currently, the solution provides foundational CRUD operations and skeleton implementations for modules such as Accounting and Human Resources, with full business logic and UI generation still in development. Deployment is primarily managed through Docker Compose, with options for manual execution via Visual Studio. The project is open for community contributions and includes dedicated