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
 
 - foldable: bool¶
- Name
- Foldable 
 - By default, we always unfold the lines that can be. If this is checked, the line won’t be unfolded by default, and a folding button will be displayed. 
 - 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.