Since some days ago (perhaps a pair of weeks) I detected than when I change information in a parent post, in their child post change some important information: custom sidebar (plugin: custom sidebar) and SEO information (plugin: WordPress SEO). Changing any information in parent post, the SEO and custom sidebar changes automatically and it puts the same information of their parent post.
I can't understand why happens because since I use the plugin never happened. Perhaps it starts when I updated types last time, but I'm not sure.
I hope that exist some solution because is really uncomfortable
One more thing than I forgot write. Also, when I change information in a parent post, in the child post dessapear information in a multiple date/time field created with types, not everything but a lot of them
In case you think that Types or Views are doing something wrong (what we call a bug), you should enable PHP error logging. Again, edit your wp-config.php file and add the following:
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
This will produce a file called ‘error_log.txt’ in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, user www-data).
I made a copy of the web in local and I followed the steps you mentioned. I didn't get any errors of views or types. After this I tried activating SEO WordPress plugin and, althougth it didn't show any error, the problem thay I explaneid appeared again. Perhaps there are some incompatibility between this plugin and types, then I must get ride of it (because the problem is the same before and after last update).