TIP: You can type at any time to perform a new search.
Sale Order Invoicing Picking Filter
sale_order_invoicing_picking_filter · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Invoicing
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 08:42:48
- Authors
- Odoo Community Association (OCA), Sygel
- Maintainers
- Odoo Community Association (OCA), Sygel
- Committers
- OCA-git-bot, Abraham Anes, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- sale_invoicing_date_from_picking
- Description
This modules allows to create invoices from sale orders based on the products in pickings related to the order.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_invoiceing_picking_filter_invoice_wizard |
sale.order.invoiceing.picking.filter.invoice.wizard | sale.advance.payment.inv | Inherits sale.view_sale_advance_payment_inv | |
sale_order_invoicing_picking_filter_view_picking_form |
sale.order.invoicing.picking.filter.view.picking.form | stock.picking | form | Inherits stock.view_picking_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (3)
-
inv_service_productsBooleancompute='_compute_invoice_service_products'help='If selected and there is a service type product, it will be invoiced.'readonly=Falsestore=Truestring='Invoice Service Products' -
stock_picking_idsMany2many → stock.pickingcomodel_name='stock.picking'domain="\n [\n ('sale_id', 'in', sale_order_ids),\n ('state', '=', 'done'),\n ('invoiced', '=', False),\n ]\n "string='Pickings' -
there_are_service_productBooleancompute='_compute_invoice_service_products'store=Truestring='There are a Service Product'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
invoice_picking_group(self, vals)@api.model
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
invoicedBooleancompute='_compute_invoiced'copy=Falsereadonly=Falsestore=True
No public methods.
Loading…