odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.17k stars 350 forks source link

[FIX] doc: missing `this` in exemple in the doc #1624

Closed jpp-odoo closed 5 months ago

sdegueldre commented 5 months ago

This example is correct, this is implicit when declaring fields directly in the class body, it's equivalent to this.field = stuff in the constructor.