mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-12 04:49:25 +00:00
Creation of the Stock list, edit, create views and creation StockItem create view
This commit is contained in:
@ -443,6 +443,11 @@ class CounterLogout(RedirectView):
|
||||
class CounterAdminTabsMixin(TabedViewMixin):
|
||||
tabs_title = _("Counter administration")
|
||||
list_of_tabs = [
|
||||
{
|
||||
'url': reverse_lazy('stock:list'),
|
||||
'slug': 'stocks',
|
||||
'name': _("Stocks"),
|
||||
},
|
||||
{
|
||||
'url': reverse_lazy('counter:admin_list'),
|
||||
'slug': 'counters',
|
||||
|
Reference in New Issue
Block a user