Skip to content
Advertisement

UnboundLocalError: local variable ‘connector’ referenced before assignment

I have a error : UnboundLocalError: local variable ‘connector’ referenced before assignment. To self host, etc. I have declaration in my init.

JavaScript

How can I fix this? Thanks for any help!

Advertisement

Answer

You either need to write self.connector or OdooUtility.connector instead of just connector. I suspect self.connector is what you wanted.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement