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.
Hello Benjamin,
I had been launching this same command, but appears the error:
Invalid requirement '.'
I've done a cat of the pyproject.toml so you can see the requirements and that image attached.
This is the url of the oca's module
https://github.com/OCA/automation/tree/17.0/automation_oca
Thanks
I've tried to install that whool dependence with pip but the same, it doen't compile it
Hi,
Sorry, you're right, the problem is my environment, because I've installed this same module in a new odoo17 database and works fine.
The problem is that I'm migrating a odoo16 to odoo17 and openupgrade show me an error about base_automation.name column. I'm checking and name column doesn't exists in odoo16 but does it in odoo17. I thought, that if I put the new odoo17 custom module in odoo path, it automatically migrate to odoo17 creating the new columns but it doesn't work
The real problem, is that openupgrade doesn't migrate fine base_automation module
Thanks
Regards