This guide installs Odoo Community from source and enables the Accounting app.
rtlcss for asset buildssudo npm install -g rtlcss
git clone https://github.com/odoo/odoo.git --depth 1
cd odoo
pip3 install -r requirements.txt
./odoo-bin -d odoo_db --addons-path=addons
Open the web UI, create a database, and install the Accounting app from the Apps menu.
Feel free to contact us. Find all contact information on our contact page.