base_tools doesn't exist error in OpenERP ver. 6 - error is reported by OpenERP module installation

It is known bug as follows: https://bugs.launchpad.net/openobject-addons/+bug/706227

In order to fix, it use the following method in Ubuntu Linux, which works for me as well:

 

sudo touch /usr/share/

pyshared/openerp-server/addons/base_tools/__init__.py

 

Best regards to all who expirienced the same problem.