Git Product home page Git Product logo

Comments (4)

dulhaver avatar dulhaver commented on July 28, 2024

On 12/13/2014 1:22 AM, Paul Birnbaum wrote:

Hello i am trying to install it by cloning the repo in my openerp
addons folder, then log out restart opener and no way to find it in
the module

two sources of error come to mind

1.) does the user that runs your odoo-server have rwx acces to the
folder with the Module you want to use? I think in a normal cass thes
folder containing a Module would be owned by the user that runs the oddo
server

sudo chown -R odoo:odoo ~/addons/your_module

should achive that

2.) the repository https://github.com/JayVora-SerpentCS/hotelmgmt_v8 is
being cloned as one folder but it actually contains several Modules. If
you have placed the entire repository into an addons folder that is
listed in the addons_path in your odoo-server.conf the actual Modules
are one level 'to deep' inside of this structure and therefore are not
beeing 'seen' and available for installation.

you can eiter place each module directy into the addons folder or place
a symlink pointing to you Module directly in the addons folder. You'll
have to make sure that your odoo user has rwx acces to this link then
(same as in case 1.)

sudo ln -s /path/to/your_module_name your_module_name

generally it might be a good idea to clone Modules not directly inside
the /opt/odoo/addons folder and then using symlinks to point at them

from odoohotelmanagementsystem.

jwcaceres avatar jwcaceres commented on July 28, 2024

Hi, i'm trying to install in Openerp 7 (Debian OS) so i have this message:

'report_extended' that depends on the module 'report'.
The latter module is not available on your system.

can any body helpme, please?

from odoohotelmanagementsystem.

JayVora-SerpentCS avatar JayVora-SerpentCS commented on July 28, 2024

You must use the v7 source from https://code.launchpad.net/~serpentcs/hotel-management-system/hotel-7.0.
Thanks.

from odoohotelmanagementsystem.

jwcaceres avatar jwcaceres commented on July 28, 2024

Thanks JayVora, I downloaded this source but when i install in openerp i have this error:

Exception: Module loading hotel failed: file hotel/security/ir.model.access.csv could not be processed:
Line 4 : No matching record found for external id 'model_room_rent' in field 'Object'

Could you helpme, please ?

from odoohotelmanagementsystem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.