Impacted versions: 12.0
Steps to reproduce: add annotations for method decorated with any @api....
Current behavior:
ValueError: Function has keyword-only arguments or annotations, use getfullargspec() API which can support them
Expected behavior: Will work, because of Python 3.5 support annotations
This is not Python 3.5, but ORM framework, and in ORM framework, that feature is not supported yet.
@rco-odoo do you plan to add support?
Most helpful comment
This is not Python 3.5, but ORM framework, and in ORM framework, that feature is not supported yet.
@rco-odoo do you plan to add support?