- Odoo 11 Development Cookbook(Second Edition)
- Holger Brunn Alexandre Fayolle
- 75字
- 2021-06-25 22:48:31
How it works…
This is just a simple application of all the previous recipes we've seen; we get a new version of the addon and update it in our instances.
If git pull --ff-only fails, you can revert to the previous version using this command:
$ git reset --hard 11.0-before-update-$(date --iso)
Then, you can try git pull (without --ff-only), which will cause a merge, but this means you have local changes on the addon.