Report Line¶
Original definition from account¶
- model odoo.addons.account.models.account_report.AccountReportLine(env: odoo.api.Environment, ids: tuple[int | odoo.models.NewId], prefetch_ids: collections.abc.Iterable[int | odoo.models.NewId])[fuente]¶
- _name = account.report.line¶
 - expression_ids: Sequence[odoo.fields.Command]¶
- Name
- Expressions 
- Comodel
- account.report.expression 
 
 - children_ids: Sequence[odoo.fields.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.