Closed jpp-odoo closed 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.
this
this.field = stuff
This example is correct,
this
is implicit when declaring fields directly in the class body, it's equivalent tothis.field = stuff
in the constructor.