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

How to make border in the table of odoo reports.Now there is table in reports(Ex:Sales Report)but there is no column/raw seperation as a natural table.Also can u plz answer how to design a new report in Odoo V8?

Thanks in Adwance!!!

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

Use CSS, it is very simple

<style>

table{

border:solid #000 1px;

}

</style>

for example, if you need more CSS go to websites.

http://www.w3schools.com/cssref/default.asp

http://www.css3maker.com/border-radius.html

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

Thanks Juan,But let me know that in Odoo which CSS file i should change?

الصورة الرمزية
إهمال