Hi
I'm trying to install automation oca's module in odoo17 but it doesn't work
https://github.com/OCA/automation/tree/17.0/automation_oca
I've copied this module in odoo path but it doesn't compile and I think that the problem is that there is a pyproject.toml file to install python dependencies
build-backend = "whool.buildapi"
I think that I can install dependencies using this command pip3 install -r pyproject.xml but it doesn't work and appers this error;
ERROR: Invalid requirement '`[build-system]' from line 1 of pyproject.toml
Can you help me?
Thanks



Hello,
Try to install it manually by pip install whool.