Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4685 Vistas

in odoo v8, there is no possibility to change properties of table. It is also not possible to delete it.

Is that a bug, or just badly implemented ckeditor?

Avatar
Descartar
Mejor respuesta

Hi I found the solution. Go to your odoo installation path, find odoo/server/openerp/addons/website/static/src/js/website.editor.js

in website.editor.js  find the code below and replace the values of 5 as you wish

onBlock: function (panel, block) {

block.autoSize = true;

block.element.setHtml(openerp.qweb.render('website.editor.table.panel', {

rows: 5,

cols: 5,

}));


  

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
jun 21
2924
2
jul 25
1217
1
may 25
768
2
may 25
1347
1
jul 24
2957