Friday, October 23, 2015

set correct access right to website users

checked out https://apps.openerp.com/apps/modules/8.0/website_sale_suggest_create_account/


This is the user's account page after sign up checkout.


Apps <<'application': true>> in the module definition file (__openerp__.py)
to make a module importable, need to have __init__.py file
# -*- coding: utf-8 -*-
marker telling python interpreter that this field has UTF-8,
it can expect and handle non-ASCII characters.
safer







1 .  remove the public under the user's settings, won't have another sign in after user sign in afready.



2nd time:
created via sign up ( template user) also correct, the book says almost every one owns the employee right, while, with employee after sign in, there would be black admin bar on top. newly signed up template users, no. seems, alright.






remove the inheritance of own leads, under website  user 
,tries to remove the admin bar uncheck employee attribute,

web?#page=0&limit=80&view_type=list&model=mail.followers&action=92&active_id=channel_inbox
permission errors, how come a registered user is able to see that page


actually, has only Addresses in Sales Orders, menus has 12 left only pics are the older setting with more accesses

menus of own leads

No comments:

Post a Comment