Skip to content

Latest commit

 

History

History

shopinvader_anonymous_partner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Shopinvader Anonymous Partner

Beta License: LGPL-3 shopinvader/odoo-shopinvader

This module allows the creation of temporary partners for anonymous visitors, and set a cookie to establish a session for these partners.

Table of contents

The following model methods are added to res.partner:

_create_anonymous_partner__cookie(response)

Create a new anonymous partner and set the shopinvader-anonymous-partner cookie. Return the newly created partner record.

response is typically the http response, it must have a set_cookie() method. It is known to work with odoo.http.request.future_response and FastAPI Response objects.

_get_anonymous_partner__cookie(cookies)

Return the partner record corresponding to the shopinvader-anonymous-partner cookie in the current request, if any. Returns an empty record set if the cookie is not set or if the corresponding partner was not found.

cookies is the cookies dictionary from the http request.

Note the record sets returned by these methods are in a sudo'ed environment, so handle with care.

  • some cron to remove old anonymous partners

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • ACSONE SA/NV

This module is part of the shopinvader/odoo-shopinvader project on GitHub.

You are welcome to contribute.