xxxxxxxxxx
func min(a, b int) int {
if a <= b {
return a
}
return b
}
xxxxxxxxxx
# Add this to your requirements.txt of your Odoo.sh repository
# (second one is from PS-Tech)
odoo_upgrade @ git+https://github.com/odoo/upgrade-util@master
odoo_upgrade_custom_util @ git+https://github.com/odoo-ps/custom-util@master