Replies: 3 comments 9 replies
-
To assign stock to customers:
|
Beta Was this translation helpful? Give feedback.
-
Sales orders don't match this scenario. I'm not talking about parts I'm going to sell to customers. This is about parts the customer bought on their behalf which are stored at my place for later assembly. |
Beta Was this translation helpful? Give feedback.
-
Hello @sur5r Yes there is a misunderstanding which I will try to clarify. Stock ownership was implemented to prevent any other user from editing or deleting a stock item, so read-only as you mentioned.
In your case if you assign it to a "user" representing a "customer" then you need to login as the "customer/user" owning those stock items to edit them. Or as an admin. |
Beta Was this translation helpful? Give feedback.
-
I'm struggling how the ownership feature is meant to be used with groups.
I have a group for each customer so I can properly assign ownership of parts that belong to customers of mine.
Adding my user as a member to each of these groups gives a warning in the Django admin panel (
The following users are members of multiple groups
) and all stock items end up being read only. So this is clearly not how it's meant to be used.I'm a bit confused by the fact that a user can only be a member of a single group. What's the idea behind this?
Beta Was this translation helpful? Give feedback.
All reactions