Skip to content

Showing the tutorial code for building module in odoo. This is from the odoo documentation. Check the link here : https://www.odoo.com/documentation/10.0/howtos/backend.html#dashboards

Notifications You must be signed in to change notification settings

chowderpally/odoo-building-a-module

Repository files navigation

Before you actually start

Make sure you've got odoo installed. If no, then follow this link to install odoo. Install Odoo

once the odoo is installed copy this to the /opt/odoo/odoo-10.0/addons
$ cd /opt/odoo/odoo-10.0/

execute odoo-bin, to do so,
$ ./odoo-bin

access it from the web-browser by intially creating a specific db. Don't forget to update apps list. Once, updated install the app.

Cheers!

About

Showing the tutorial code for building module in odoo. This is from the odoo documentation. Check the link here : https://www.odoo.com/documentation/10.0/howtos/backend.html#dashboards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages