Here is the scenario:

   1. We made some changes in a development environment and things tested 
   OK.  The changes involved installing product_attributes module, then adding 
   attributes and removing the redundant information from the description in 
   all the variant (product_product) records.
   2. Once everything was confirmed in dev the production trytond was shut 
   down, and we used SQL updates to updated the information from dev to 
   production.
   3. Upon connecting when we open up the product variants in the tryton 
   client, or on the web shop front end the OLD descriptions show up, even 
   though the database clearly has the new ones in place
   4. I can update records manually in the Tryton client but all changes 
   that were done by database queries on the product description have no 
   effect outside the database!

Clearly there is a cache issue of some kind, though the documentation 
suggests the default is memory cache (we have not specified anything 
different in the configs) and I have even completely rebooted the server to 
no effect.

How do I ensure that Tryton reads the proper data from the database?

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/e8992cf5-9c74-4041-affd-6243e5ec487e%40googlegroups.com.

Reply via email to