{% load i18n %} {% load inventree_extras %} {% settings_value 'BARCODE_ENABLE' as barcodes %} {% setting_object 'STOCK_OWNERSHIP_CONTROL' as owner_control %} {% if owner_control.value == "True" %} {% authorized_owners location.owner as owners %} {% endif %}
{% if owner_control.value == "True" and user in owners or user.is_superuser or owner_control.value == "False" %} {% if not read_only and roles.stock.add %} {% endif %} {% if barcodes %} {% endif %}
{% if not read_only %} {% if roles.stock.change or roles.stock.delete %} {% endif %} {% endif %} {% endif %}