• Xiaowu Zhang's avatar
    erp5_trade: use shorter cache for resource list · 1f254aa7
    Xiaowu Zhang authored
    erp5_ui_long is too long for user to use fast input for the following scenario:
    1. user create purchase order
    2. user use fast input to enter product with reference 324214(a missing product)
    3. user type 324214 in fast input, it found nothing in Product or Service
    4. then user create such product 324214
    5. then user go back to purchase order and type again 324214
    since previous result is still cached for one hour and user still can't find it.
    
    in one hour, user is not available to add such product
    1f254aa7
Delivery_getResourceItemList.py 2.14 KB