doc: add state management page, and update documentation

This commit is contained in:
Géry Debongnie
2019-03-27 17:02:35 +01:00
parent 8c5919cbc9
commit 8e8d4a28c5
3 changed files with 42 additions and 19 deletions
+6
View File
@@ -0,0 +1,6 @@
# Odoo Web Lab Documentation
- [Quick Start](quick_start.md)
- [Component](component.md)
- [QWeb](qweb.md)
- [State Management](state_management.md)
+8
View File
@@ -0,0 +1,8 @@
# OWL: State Management
Managing the state in an application is not an easy task. Many different
architectures/designs/systems/... have been created. We propose here to use
the idea of a central store.
- Store
- connect