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
Support Odoo 15.0 #60
Closed
sbidoul closed 3 years ago
Implement the new naming scheme
odoo-addon-{addon_name}
described in #58.The default git postversion strategy for Odoo 15 is
.N
meaning a 6th digit is added with the number of commits since the version bump in the manifest.closes #58