Hi,

I am looking to add some user / group permissions so when logged in, the 
user is limited to view / change only the Products list filter by the 
column value in shop_product table.
e.g. http://.../admin/shop/product/?column_id=XYZ      

and I already updated list_filter in admin.py:

  list_filter = ("status", "available", "categories", "column_id")

Can someone give me pointers please?   Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to