Report Line¶
Original definition from account¶
- model odoo.addons.account.models.account_report.AccountReportLine(env: Environment, ids: tuple[IdType, ...], prefetch_ids: Reversible[IdType])[source]¶
- _name = account.report.line¶
- expression_ids: Sequence[odoo.orm.commands.Command]¶
- Name
Expressions
- Comodel
account.report.expression
- children_ids: Sequence[odoo.orm.commands.Command]¶
- Name
Child Lines
- Comodel
- foldability: str¶
- Name
Foldability
- Selection
always_unfolded: Always Unfoldednever_unfolded: Never Unfoldedfoldable: Foldable
- print_on_new_page: bool¶
- Name
Print On New Page
When checked this line and everything after it will be printed on a new page.