Unable to create chart on new database in trunk version using sao
Steps to reproduce: 1. Create a new database with account_es module 2. Create a company 3. Try to create the PYME chart. Currently the wizard does not show the second step (when asking the created accounts). I get the following error on the console: ``` jQuery.Deferred exception: cols[(i - 1)] is undefined set_grid_template@http://localhost:8000/dist/tryton-sao.js:15270:21 display/<@http://localhost:8000/dist/tryton-sao.js:14955:35 c@http://localhost:8000/bower_components/jquery/dist/jquery.min.js:2:25266 add@http://localhost:8000/bower_components/jquery/dist/jquery.min.js:2:25545 display@http://localhost:8000/dist/tryton-sao.js:14931:18 display@http://localhost:8000/dist/tryton-sao.js:13472:45 set_container@http://localhost:8000/dist/tryton-sao.js:13098:36 _switch@http://localhost:8000/dist/tryton-sao.js:13139:24 switch_view@http://localhost:8000/dist/tryton-sao.js:13141:20 update@http://localhost:8000/dist/tryton-sao.js:27369:25 update@http://localhost:8000/dist/tryton-sao.js:27483:45 process/process/<@http://localhost:8000/dist/tryton-sao.js:27255:30 e@http://localhost:8000/bower_components/jquery/dist/jquery.min.js:2:26990 Deferred/then/l/</t<@http://localhost:8000/bower_components/jquery/dist/jquery.min.js:2:27292 ``` The chart is created correclty because If i try to create a new one it raises the warning, so it seems an error after processing the wizard.
issue