TIP: You can type at any time to perform a new search.
Sale Layout
sale_layout · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Sales
- Folder size
- 0.6 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.odoo.com/page/crm
- Last tracking update
- 2026-08-07 04:56:43
- Authors
- Maintainers
- None
- Committers
- Olivier Dony, Raphael Collet, Christophe Simonis, Thibault Delavallée, Martin Trigaux, Odoo Translation Bot, Denis Ledoux, Goffin Simon, Nicolas Martinelli, Jérome Maes, Richard Mathot, qdp-odoo, Damien Bouvy, Yannick Tivisse
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- sale_product_set_layout
- Description
Manage your sales reports ========================= With this module you can personnalize the sale order and invoice report with separators, page-breaks or subtotals.
Code Analysis ⓘ
Views touched (11)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
category_template |
category_template | ir.ui.view | qweb | New |
report_configuration_form_view |
report.configuration.form.view | sale_layout.category | form | New |
report_configuration_search_view |
report.configuration.search.view | sale_layout.category | search | New |
report_configuration_tree_view |
report.configuration.form.view | sale_layout.category | tree | New |
report_invoice_layouted |
report_invoice_layouted | ir.ui.view | qweb | Inherits account.report_invoice_document |
report_sale_layouted |
report_sale_layouted | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
separator_template |
separator_template | ir.ui.view | qweb | New |
subtotal_template |
subtotal_template | ir.ui.view | qweb | New |
view_invoice_form_inherit_1 |
account.invoice.form.inherit_1 | account.invoice | form | Inherits account.invoice_form |
view_invoice_line_form_inherit_2 |
account.invoice.line.form.inherit_2 | account.invoice.line | form | Inherits account.view_invoice_line_form |
view_order_form_inherit_1 |
sale.order.form.inherit_1 | sale.order | form | Inherits sale.view_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (0)
No new fields.
Public methods (1)-
sale_layout_lines(self, cr, uid, ids, invoice_id=None, context=None)Returns invoice lines from a specified invoice ordered by sale_layout_category sequence. Used in sale_layout module. :Parameters: -'invoice_id' (int): specify the concerned invoice.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (1)-
sale_layout_lines(self, cr, uid, ids, order_id=None, context=None)Returns order lines from a specified sale ordered by sale_layout_category sequence. Used in sale_layout module. :Parameters: -'order_id' (int): specify the concerned sale order.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…