-
-
Notifications
You must be signed in to change notification settings - Fork 268
[REF] requirements: Add xlsxwriter package #399
base: master
Are you sure you want to change the base?
Conversation
New package requirement from [odoo#10.0](https://github.com/odoo/odoo/blob/81a4830c738b3c601a3aae7f7bcdcd7a4f7abb1f/requirements.txt#L40)
Why don't we pip install the requirements.txt after cloning the Odoo project? |
Maybe for historical reasons. We will need:
However, if currently we don't have the candidate to work on this behaivour this pr helps to avoid add in all requirements.txt of oca projects for version 10.0 this package manually. |
@moylop260 #343 uses the requirements.txt from Odoo... |
Maybe not for all cases https://travis-ci.org/OCA/maintainer-quality-tools/jobs/167031005#L232 |
@moylop260 good catch.. I was pretty sure that was the case in this PR. Internally we always pip install every modules in our projects and for odoo we use `pip install -r https://raw.githubusercontent.com/odoo/odoo/9.0/requirements.txt' to install the official python requirements. |
Yes we do |
👍 |
New package requirement from odoo#10.0