On 2017-09-14 06:59, guile520 wrote: > Hello. Bonjour,
Comme cette mailing liste est pour les francophone, je vais répondre en français. > I use trytond with tryton-sao. > users can log in. > I've installed web_user to start a 'portal project' to make paypal payment > available for customers. (account_payment is also installed) > Created a web user with a customer party, added an email and a pwd, active > option checked. > > I know now that this web user cannot log into tryton-sao client with the > email/pwd set. > > > So i wonder what is the module web_user designed for ? C'est pour fournir les outils pour gérer des utilisateurs d'un site web. > Can someone help me with a way to achieve a customer portal like odoo does, > where sale and invoice views are filtered with the user_id ? Il faut créer un site web (à B2CK on a une préférence pour Flask) et utiliser Tryton comme backend. Et entre autre utiliser web_user pour l'enregistrement et l'authentification des utilisateurs. En parlant de flask, cette librairie est très pratique pour faire des site Flask avec Tryton comme backend: http://flask-tryton.b2ck.com/ -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- Vous recevez ce message, car vous êtes abonné au groupe Google Groupes tryton-fr. Cette discussion peut être lue sur le Web à l'adresse https://groups.google.com/d/msgid/tryton-fr/20170914145334.GH3710%40kei.
