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)
commitaeaa826d2f29aa6dadb65051a2db1652fa87e3b7
tree2e4253ce491af894a9a6ddfb50aa7da6752b9a19
parent14c300bdbd57ea91a7f36b7a43c30afc310253a4
parent26cb2089032af0f11578f1997544ff1deef1e25e
Merge pull request #221 from odoo-dev/7.0-o2m-duplication-issue-msh

[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.