Summary
The three ERP screens you actually live in, without the ERP.
Stock, purchasing and production are separate menus in Odoo and one question in practice: can we build this, and what do we need to order. The reads are broad; the create paths are the simplified versions, so read back what they produced before acting on it.
What it is
A Go server against an Odoo ERP instance covering three areas: stock and products, purchase orders and vendors, and manufacturing orders, BOMs and work centres.
What you get
- Current inventory levels and stock availability
- Product detail and specifications by search
- Purchase orders filterable by status, and the vendor and supplier records behind them
- Purchase analytics over a period
- Manufacturing orders and the production schedule
- Bill of Materials for a product, and the work centres with their capacity
- A production planning overview
- Purchase orders, manufacturing orders and inventory adjustments created, in simplified form
Requirements
Go 1.21 or higher and access to an Odoo 17 instance. The URL, database name, username and password go in config.yaml, copied from the shipped example; PostgreSQL access is optional and only for direct DB reads.
