[UPDT] Clarify instance naming process in CLI documentation for improved user guidance
[DOC] Align the wiki with 3.2.0 Quick start pointed at 3.0.0, two releases back. Nobody would have got an error from it: that release exists, so the command works and installs an old version silently — the quiet half of A-V3-17. Home and Multi-distribution support promised four Odoo versions across three distributions without the one exception there is. The cross product is promised as surely as either list, which is the trap that produced A-V3-26; Multi-distribution support now explains Odoo 16 on Fedora in full — the pin that predates Python 3.13, why the installer names the interpreter instead of failing obscurely, and that Fedora packages a python3.12 which would work, with the reason it is not simply switched on. History gains 3.1.0 → 3.2.0: a release with nothing new to type, about a promise the front page had made since the beginning and nothing had ever checked.
[UPDT] Support multiple Odoo instances on the same machine - Introduced the ability to name installations, allowing multiple Odoo instances to coexist without conflicts. - Updated configuration handling to derive user, database, and directory names from the instance name. - Enhanced port management to prevent conflicts by deriving longpolling ports from the HTTP port. - Improved rollback functionality to handle shared resources correctly when uninstalling instances. - Added documentation on managing multiple instances, including installation, listing, and rollback commands. - Updated CLI options and environment variables to reflect changes in instance management.