acsone / setuptools-odoo

A library to help packaging Odoo addons with setuptools. It mainly populates the usual setup.py keywords from the Odoo manifest files.
GNU Lesser General Public License v3.0
41 stars 46 forks source link

setuptools-odoo-get-requirements --include-addons outputs local addons for Odoo 15.0 #67

Closed sbidoul closed 2 years ago

sbidoul commented 3 years ago

This is because dependencies on addons now include version specifiers, which should be ignore around here.