Architecture¶
Context¶
This repo models Odoo as one subsystem in a broader DIRAC architecture.
Focus Areas¶
- Domain entities and bounded contexts
- Process boundaries between Odoo and adjacent DIRAC services
- Data ownership and source-of-truth decisions
Initial Architecture Questions¶
- Which entities are mastered in Odoo vs mastered externally?
- Which interfaces are synchronous vs asynchronous?
- What are the minimum contract fields for each interface?