# Sally's Flower Shop - Access Rights, Sequences
Sally finds the watering record system should be only allowed to certain users based on their access rights.
# To-Do's:
- Only users with the group "gardener" should be able to water any flower serial
- If a flower has serials that need watering, the product form view should display a red ribbon NEEDS WATERING
- Use a scheduled action for the above item to check daily all the serials belonging to flower products
- The unique serial number of flowers should be drawn from a sequence stored on the product record itself
- Add a
Many2manyfield on the product model where comodel isres.usersto be able to assign gardeners to flower products - If gardeners are assigned, then only the assigned gardeners can view the flower product, otherwise any gardener can view it