odoo/tutorials#802
Created by Amr Magdy (ammg)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 8s)
- ci/tutorial: (runtime 266s)
- label
- odoo-dev:18.0-owl-ammg
- head
- 4dcf18102b97c77c82bb1af97d2991d1f1a3081a
odoo/tutorials | |
---|---|
18.0 | #802 missing r+ |
master |
[IMP] Tutorial on Owl Components 🦉
Created multiple Owl Components:
- A Counter
that maintains an internal value and displays it.
- A Card
component that has a header and a body, where the body is a t-slot that could be dynamically filled.
- Added TodoList
& TodoItem
components, where TodoList
maintains and displays a list of the TodoItem
s that could be created using an Input element, removed or checked as completed using the appropriate UI elements.
- Added a toggle button within the header of the card component to toggle the visibility of the body of the card.
This is an exercise on the tutorial "Discover the web framework: Chapter1: Owl Components"