Components
graph LR
Odoo[fa:fa-cloud Odoo]
SP[fa:fa-file-excel Configuration]
AF((fa:fa-chevron-circle-right<br>Azure<br>Function))
DWH[fa:fa-database DWH<br>SQL Server]
DS((fa:fa-star-of-life<br>Dataset))
R1(fa:fa-chart-pie Report1)
R2(fa:fa-chart-pie Report2)
R3(fa:fa-chart-pie Report3)
R4(fa:fa-chart-pie Report4)
Odoo-->AF
AF-->DWH
DWH-->DS
SP-->DS
DS-->R1
DS-->R2
DS-->R3
DS-->R4
style DWH fill:#007fff
style AF fill:#007fff
style DS fill:#FFD700,color:#fff
style R1 fill:#FFD700,color:#fff
style R2 fill:#FFD700,color:#fff
style R3 fill:#FFD700,color:#fff
style R4 fill:#FFD700,color:#fff