reservation.request =================== .. py:module:: anyblok_wms_base.reservation.request Model.Wms.Reservation.Request ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. autoclass:: anyblok_wms_base.reservation.request.Request .. raw:: html

Fields and their semantics

.. autoattribute:: id .. autoattribute:: purpose .. autoattribute:: reserved .. autoattribute:: planned .. raw:: html

Methods

.. automethod:: claim_reservations .. automethod:: reserve_all .. automethod:: reserve .. raw:: html

Exceptions

.. autoattribute:: ReservationsLocked .. raw:: html

Internal methods

.. automethod:: is_txn_reservations_owner .. automethod:: lock_unreserved Model.Wms.Reservation.RequestItem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. autoclass:: anyblok_wms_base.reservation.request.RequestItem .. raw:: html

Fields and their semantics

.. autoattribute:: id .. autoattribute:: request .. autoattribute:: goods_type .. autoattribute:: quantity .. autoattribute:: properties .. raw:: html

Methods

.. automethod:: lookup .. automethod:: reserve