diff --git a/myproject/inventory/templates/inventory/base_inventory_minimal.html b/myproject/inventory/templates/inventory/base_inventory_minimal.html index 86ffc2d..b3179c8 100644 --- a/myproject/inventory/templates/inventory/base_inventory_minimal.html +++ b/myproject/inventory/templates/inventory/base_inventory_minimal.html @@ -33,7 +33,6 @@
  • Остатки
  • Партии
  • -
  • Журнал
  • diff --git a/myproject/inventory/templates/inventory/home.html b/myproject/inventory/templates/inventory/home.html index db5c0e5..0209f35 100644 --- a/myproject/inventory/templates/inventory/home.html +++ b/myproject/inventory/templates/inventory/home.html @@ -221,24 +221,6 @@ - -
    - -
    -
    -
    - -
    -
    -
    Журнал
    - Журнал операций -
    - -
    -
    -
    -
    -
    diff --git a/myproject/inventory/views/__init__.py b/myproject/inventory/views/__init__.py index 198356f..992a626 100644 --- a/myproject/inventory/views/__init__.py +++ b/myproject/inventory/views/__init__.py @@ -81,6 +81,4 @@ __all__ = [ 'StockBatchListView', 'StockBatchDetailView', # Allocation 'SaleBatchAllocationListView', - # Movement - 'StockMovementListView', ]