Python odoo中嵌入html簡單的分頁功能

2021-09-23 22:31:34 字數 1042 閱讀 5518

在odoo中,通過iframe嵌入 html,頁面資料則通過controllers獲取,使用jinja2模板傳值渲染

html頁面分頁內容,這裡寫了判斷邏輯

在,odoo的controllers中的邏輯
class carbudgetreport(http.controller):

css檔案:

/* 分頁功能的通用樣式 */

#ty_paging

#ty_paging li

#ty_paging .home,#ty_paging .jump

#ty_paging .max

#ty_paging .inputpage

在後台xml中需要將路由設定預設為1

<?xml version="1.0" encoding="utf-8"?>

html 分頁js**
之後便可以進行資料的簡單分頁

802 11n 中HT20 HT40是什麼意思

11n有兩種頻寬模式 ht high throughput 20和ht40。ht20是出於相容性考慮 比如,乙個區域內存在11b g訊號,那麼為了儘量減少對它們的干擾,需要設定為ht20,以減少頻帶的重疊。ht40是出於高效能考慮 ht40相當於兩個ht20的 乙個是主,乙個是輔。主通道傳送beac...

mfc中dialog中嵌入view

在dialog oninitdialog中加入 cwnd pframewnd this ccreatecontext pcontext pcontext.m pcurrentdoc 0 new ctest doc pcontext.m pnewviewclass runtime class c2 c...

PHP隨機插入字串到HTML中,跳過HTML標籤

function rand in str txt,insert txt,match delay array add 0 獲取不能插入的位置索引號 delay 陣列 也就是 之間的位置 foreach match 0 as k v str arr match 0 len count str arr i...