diff options
author | Valmik <mail@valmik.in> | 2016-03-09 14:33:44 +0000 |
---|---|---|
committer | Valmik <mail@valmik.in> | 2016-03-09 14:33:44 +0000 |
commit | c28c53e14c44febd60b04ddf9d0f6da4bedcc51b (patch) | |
tree | 64762aaef18f716e0e082f405c6e59c0227bde42 | |
parent | Removed extra spaces (diff) | |
download | awesome-selfhosted-c28c53e14c44febd60b04ddf9d0f6da4bedcc51b.tar.gz awesome-selfhosted-c28c53e14c44febd60b04ddf9d0f6da4bedcc51b.zip |
Fixed ordering for Odoo
Oops, missed one
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -379,7 +379,7 @@ _Recipe management_ ## Enterprise Resource Planning * [ERPNext](https://erpnext.com) - Free open source ERP system. ([Demo](https://demo.erpnext.com), [Source Code](https://github.com/frappe/erpnext)) `GPLv3` `Python` -* [Odoo](http://odoo.com) - Free open source ERP system. ([Source Code](https://github.com/odoo/odoo)), ([Demo](https://demo.odoo.com/)) `LGPLv3` `Python` +* [Odoo](http://odoo.com) - Free open source ERP system. ([Demo](https://demo.odoo.com/), [Source Code](https://github.com/odoo/odoo)) `LGPLv3` `Python` ## Federated Identity/Authentication |