تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4668 أدوات العرض

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?

الصورة الرمزية
إهمال
أفضل إجابة

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,

}));


  

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
يونيو 21
2890
1
مايو 25
738
2
مايو 25
1331
0
نوفمبر 24
1113
1
يوليو 24
2917