Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2846 Weergaven

I am with some APIs for my android application.

For logging I am using native odoo api     /web/session/authenticate, and from this am getting the user_id and session_id.

While moving to the next API, How can I pass this session_id to that api??

For Example:

@http.route('/asset_mgmt/create_asset', type='json', auth="user")

    def create_asset(self,**kw): 

      print('login user',request.env.user)

      try:

            if kw.get('name'):

                 asset_id = request.env['account.asset'].create({'name':kw.get('name')})



When I try to call /asset_mgmt/create_asset shows " "message": "Odoo Session Expired"

What can do?? How can I pass session_id in the above API?


Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
4
mei 24
12814
1
apr. 24
3433
0
nov. 23
2080
1
sep. 23
2238
2
aug. 23
4660