sunflowerit / waftlib

Apache License 2.0
7 stars 14 forks source link

[IMP] Add 16.0 templates #11

Closed NL66278 closed 2 years ago

NL66278 commented 2 years ago

libxml2-python was causing problems when installing. Used info from the odoo requirements.txt file. And tested this configuration. Python 3.10 not yet universally available. Maybe not a problem on Ubuntu, but might be for local installations. Officially Odoo 16.0 should run with python 3.7 and up.

thomaspaulb commented 2 years ago

@Hussam-Suleiman Please review

Hussam-Suleiman commented 2 years ago

@thomaspaulb @NL66278 for requirements.txt, I copied https://github.com/sunflowerit/waftlib/blob/master/templates/15.0/requirements.txt to https://github.com/sunflowerit/waftlib/blob/master/templates/16.0/requirements.txt then I compared it with https://github.com/OCA/OCB/blob/16.0/requirements.txt then I updated some pip modules versions, and I kept some, we need to test it many times then we will have a better one, feel free to update pip modules versions

NL66278 commented 2 years ago

@thomaspaulb You are right about python 3.10. I removed it from the PR.

thomaspaulb commented 2 years ago

@Hussam-Suleiman Can this be merged?