I'm trying to add rows to an existing website table, but I can seem to figure out how to do that? I'm sorry if this is super basic, but I haven't been able to find out how to do this
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
Actually, I was trying to add a row to an HTML table through the WYSIWYG editor; but I figured it out. You have to move your cursor to the bottom, right cell and hit the enter key. Not terribly intuitive, but it works.
If you want to add a row somewhere in between and not just at the end, you can edit the view of the webpage. Go to "Website > Configuration > Pages" and click on the page you want to change. Then click on the view. Here you can edit the source code of the page, including adding table rows. Be cautious, though, as this is not just HTML. Odoo uses QWeb as template engine and you might want to learn about this first.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Okt 15
|
4592 | ||
Change the default number of row in a tree view
Diselesaikan
|
|
2
Des 23
|
5161 | |
|
2
Des 21
|
5525 | ||
|
4
Mei 25
|
7434 | ||
|
2
Jan 25
|
2578 |
Do you want to add a row in an existing template (server-side / qweb) when the page is displayed, or do you want to add a row client-side after the page is loaded (javascript/jQuery) ?