Merge pull request #221 from odoo-dev/7.0-o2m-duplication-issue-msh
authorMartin Trigaux <mart-e@users.noreply.github.com>
Tue, 27 May 2014 14:37:10 +0000 (16:37 +0200)
committerMartin Trigaux <mart-e@users.noreply.github.com>
Tue, 27 May 2014 14:37:10 +0000 (16:37 +0200)
[FIX] Fix o2m record duplication when clicking on a button

The button action will execute a write call, creating the new line.
The reload is necessary to avoid recreating the line when using the save button.


Trivial merge