installing.rst 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ***********************************
  2. Installing the Product Configurator
  3. ***********************************
  4. In the rows below we will describe the process of installing the Product Configurator modules.
  5. For this installation example we will assume that our Odoo server path will be available at *"~/odoo/9.0/server/"*. Keep in mind that any other location of your preference could be used.
  6. 1. Create the extra addons directory where the Product Configurator directory module will be placed:
  7. We recommend you to do it like so *"~/odoo/9.0/extra-addons/"*
  8. 2. Add the contents of the Product Configurator module in the newly created *"extra-addons"* directory:
  9. Adding your files here can be done in any way. For example you can do this by using the Github repository
  10. or if you recieved the files from Pledra, you can copy and paste them in the directory.
  11. The new directory path should look like this *"~/odoo/9.0/extra-addons/product-configurator"*
  12. 3. Let Odoo see that the Product Configurator module is added:
  13. In your server *".conf"* file on the *"addons_path"* line add the path to the Product Configurator module (*"/odoo/9.0/extra-addons/product-configurator"*).
  14. The addons path line should look like this *"addons_path = /odoo/9.0/server/openerp/addons,/odoo/9.0/server/addons,/odoo/9.0/extra-addons/product-configurator"*.
  15. 4. Make the Product configurator module available in your Odoo instance:
  16. Log in to Odoo using admin, enable the *Developer Mode* in the **About** box at the Admin panel which is located in the upper right corner, and in the **Apps** top menu select **Update Apps List**. Now Odoo should know about the Product configurator module.
  17. 5. Select the **Apps** menu at the top and, in the search bar in the top right, delete the default Apps filter and search for Product configurator. Click on its Install button and the installation will be concluded.
  18. If you want to install both the front-end and back-end Product configurator module you only have to install *"Website Product Configurator"*.
  19. User access
  20. ------------
  21. In order for users to have access to the Product Configurator module we must first grant it (for example employees need access).
  22. 1. Granting access to the Product Configurator is done like this:
  23. The Odoo *Developer mode* should be activated first.
  24. Then we navigate to **Settings** -> **Users** and click on the user we want do give access to.
  25. A new page is opened and on the *Technical Settings* section we check **Manage Product Variants** and **Manage Product Configurator**.
  26. This will give users the ability to manage the Product Configurator module and use it's features.