報表行?

來自 account 的原始定義?

model odoo.addons.account.models.account_report.AccountReportLine(env, ids, prefetch_ids)[源代碼]?
_name = account.report.line?
name: str?
必填

名稱

名稱

expression_ids: Sequence[odoo.fields.Command]?
名稱

表達式

Comodel

account.report.expression

report_id: int?
必填

名稱

父級報表

Comodel

會計報告

hierarchy_level: int?
必填

名稱

級別

parent_id: int?
名稱

父級行

Comodel

會計報告行

children_ids: Sequence[odoo.fields.Command]?
名稱

子行

Comodel

會計報告行

foldable: bool?
名稱

可折疊

默認情況下,我們總是展開可以展開的行。如果勾選此項,則該行不會默認展開,并將顯示折疊按鈕。

print_on_new_page: bool?
名稱

在新頁面上打印

勾選此行及其后面的所有內容將會在新頁面上打印。

action_id: int?
名稱

操作

Comodel

ir.actions.actions

設置此字段將把該行轉換為鏈接,當點擊時執行該操作。

hide_if_zero: bool?
名稱

如果為零則隱藏

當所有列都為0時,此行及其子行將被隱藏。