How do I install this module in OpenERP Community?

Asked by Hector Trincavelli

I have downloaded the tar.gz, however (and forgive my ignorance) have no clue on how to install it.
Can you please give me a hint?

Thank-you

Hector Trincavelli

Question information

Language:
English Edit question
Status:
Solved
For:
Avanzosc developments Edit question
Assignee:
No assignee Edit question
Solved by:
Hector Trincavelli
Solved:
Last query:
Last reply:
Revision history for this message
Hector Trincavelli (trinca) said :
#1

Well, I found the way to install this, please correct me if the methiod is not right:

1. Download the modules

$bzr branch lp:avanzosc/mrp-6.1

2. Move the modules to the addons directory (ubuntu install)

$sudo move ./mrp_6.1/mrp* /usr/lib/pymodules/python2.7/openerp/addons

3. Change permits

$sudo chown -R :openerp /usr/lib/pymodules/python2.7/openerp/addons

4. Next, log into the application

http://[erp]:8069

5. Make sure the user logging in has the option "Extended View" enabled

Settings >> Users >> Access Permits and make sure "Extended View" in Usability is enabled

6. Close the sesion and login back to access the njew permits

7. Go to Settings >> Modules >> Update modules list

Once in the Update Modules window, click on the update button.

8. Onde the update is done, you may go to Settings >> Modules >> Modules

When the search modules window appears, click on "Extra" and "Non Installed" filters, and you should see the mrp_* modules recently updated.

Conclussion: following this procedure, I was able to install:

mrp_advanced_operations
mrp_analytics_control
mrp_manufacturing_cost
mrp_master_extension

However mrp_advanced_lot_control, don't even appear in the list of non-installed modules, maybe somethinfg is missing?

Hope this information may help others

Best regards,

Hector Trincavelli

Revision history for this message
Hector Trincavelli (trinca) said :
#2

Well, I managed to find a way to install this, please correct me if the method is not right:

1. Download the modules

$bzr branch lp:avanzosc/mrp-6.1

2. Move the modules to the addons directory (ubuntu install)

$sudo move ./mrp_6.1/mrp* /usr/lib/pymodules/python2.7/openerp/addons

3. Change permits

$sudo chown -R :openerp /usr/lib/pymodules/python2.7/openerp/addons

4. Next, log into the application

http://[erp]:8069

5. Make sure the user logging in has the option "Extended View" enabled

Settings >> Users >> Access Permits and make sure "Extended View" in Usability is enabled

6. Close the session and login back to access the new permits

7. Go to Settings >> Modules >> Update modules list

Once in the Update Modules window, click on the update button.

8. Once the update is done, you may go to Settings >> Modules >> Modules

When the search modules window appears, click on "Extra" and "Non Installed" filters, and you should see the mrp_* modules recently updated.

Conclussion: following this procedure, I was able to install:

mrp_advanced_operations
mrp_analytics_control
mrp_manufacturing_cost
mrp_master_extension

However mrp_advanced_lot_control, don't even appear in the list of non-installed modules, maybe something is missing?

Hope this information help others

Best regards,

Hector Trincavelli