Git Product home page Git Product logo

Comments (6)

sdegueldre avatar sdegueldre commented on July 26, 2024

Which version are you in? In 17.1 and up, user is no longer a service, it's just a file that you import.

from owl.

jujuna avatar jujuna commented on July 26, 2024

I use 17.0. Which file is it?

from owl.

sdegueldre avatar sdegueldre commented on July 26, 2024

I misread the issue. In 17.0 there is indeed a userService and it appears you're getting that service correctly but it doesn't have any data because that data is generally not needed in the frontend. The user service exposes the user-related data from the session_info, in the backend this data is generated by the session_info method in web/models/ir_http.py, while for the frontend it's defined by the get_frontend_session_info method on that same model. If you need more data in the user service in the frontend you'll need to override this second method and add info that's added by the first method. Keep in mind that in this context, user can be the public user so make sure to check access rights as necessary. If you just return extra data from this method with the same keys as the other method the user service will pick it up automatically.

from owl.

jujuna avatar jujuna commented on July 26, 2024

I got it! but didn't understand why user_id is undefined in JS? i saw get_frontend_session_info method and it has 'user_id': user.id if session_uid else False,. you said because that data is generally not needed in the frontend. What do you mean exactly? Should i use it in template and then i will give access on JS?

from owl.

sdegueldre avatar sdegueldre commented on July 26, 2024

Looks like user_id is unused, the correct field name would be uid (which will be exposed by the user service as userId) looks like a mistake in standard Odoo, it doesn't seem that any of the standard frontend code relies on the user id though.

from owl.

jujuna avatar jujuna commented on July 26, 2024

Okay thank you very much for explanation! I will close it.

from owl.

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.