I'm designing a website with Odoo Online and I would like to use my own css code. How can I do it?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
Here are the steps to use your own css for your Odoo website: https://drive.google.com/file/d/0B1uIL9E_zXrrMVRUeGlQcW9rN3M/view?usp=sharing
Here is the code for the new view:
<?xml version="1.0"?>
<data inherit_id="website.assets_frontend" name="mycss">
<xpath expr="." position="inside">
<style>
INSERT YOUR CSS HERE
</style>
</xpath>
</data>
You can also upload your css file into Odoo and use it: https://drive.google.com/file/d/0B1uIL9E_zXrrMmVoa0QxVjV3aGs/view?usp=sharing
Here is the code for the view:
<?xml version="1.0"?>
<data inherit_id="website.assets_frontend" name="mycss">
<xpath expr="." position="inside">
<link rel="stylesheet" href="INSERT YOUR CSS SHEET LINK HERE"/>
</xpath>
</data>
Thank you very much, nice! Could please post the link to the video tutorial?
I did edit your post to enhance readability.
There is an issue with the answer format system of our forum. While our technicians are fixing it. Here are the links:
- insert css straight away: https://drive.google.com/file/d/0B1uIL9E_zXrrMVRUeGlQcW9rN3M/view?usp=sharing
- use a css file: https://drive.google.com/file/d/0B1uIL9E_zXrrMmVoa0QxVjV3aGs/view?usp=sharing
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
2
يونيو 25
|
1797 | ||
|
1
أبريل 25
|
555 | ||
|
3
أبريل 25
|
2070 | ||
|
1
أبريل 25
|
1230 | ||
|
1
ديسمبر 24
|
1749 |