From cfc24eeeeef95d59926b9de7c56d9257d48b40e3 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 10 Nov 2015 17:01:21 +0100 Subject: [PATCH] Advice on purchase_suggest --- purchase_suggest/__openerp__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/purchase_suggest/__openerp__.py b/purchase_suggest/__openerp__.py index 38ff9af..d618ffd 100644 --- a/purchase_suggest/__openerp__.py +++ b/purchase_suggest/__openerp__.py @@ -35,6 +35,8 @@ This module is an ALTERNATIVE to the module *procurement_suggest* ; it is simila The advantage is that you are not impacted by the faulty procurements (for example : a procurement generates a PO ; the PO is confirmed ; the related picking is cancelled and deleted -> the procurements will always stay in running without related stock moves !) +You may want to increase the osv_memory_age_limit (default value = 1h) in Odoo server config file, in order to let some time to the purchase user to finish his work on the purchase suggestions. + Warning: this module doesn't handle the case where a product uses multiple units of measures for the moment. This module has been written by Alexis de Lattre from Akretion .