| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/18.0/sale_order_invoicing_picking_filter |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Invoicing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, Abraham Anes, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_invoice_link odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - stock_account - stock - barcodes_gs1_nomenclature - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This modules allows to create invoices from sale orders based on the products in pickings related to the order. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_invoiceing_picking_filter_invoice_wizard |
sale.order.invoiceing.picking.filter.invoice.wizard | sale.advance.payment.inv | group | 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 | group | Inherits stock.view_picking_form |
inv_service_products
Boolean
compute='_compute_invoice_service_products'
help='If selected and there is a service type product, it will be invoiced.'
readonly=False
store=True
string='Invoice Service Products'
stock_picking_ids
Many2many → stock.picking
comodel_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_product
Boolean
compute='_compute_invoice_service_products'
store=True
string='There are a Service Product'
No public methods.
No new fields.
Public methods (1)invoice_picking_group(self, vals)
No new fields.
Public methods (0)No public methods.
invoiced
Boolean
compute='_compute_invoiced'
copy=False
readonly=False
store=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/16.0/sale_order_invoicing_picking_filter |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Invoicing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | manu, Weblate, OCA-git-bot, oca-ci, Manuel Regidor |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:45 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-workflow: - stock_picking_invoice_link odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - stock_account - stock - barcodes_gs1_nomenclature - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_invoiceing_picking_filter_invoice_wizard |
sale.order.invoiceing.picking.filter.invoice.wizard | sale.advance.payment.inv | group | 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 | group | Inherits stock.view_picking_form |
inv_service_products
Boolean
compute='_compute_invoice_service_products'
help='If selected and there is a service type product, it will be invoiced.'
readonly=False
store=True
string='Invoice Service Products'
stock_picking_ids
Many2many → stock.picking
comodel_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_product
Boolean
compute='_compute_invoice_service_products'
store=True
string='There are a Service Product'
No public methods.
No new fields.
Public methods (1)invoice_picking_group(self, vals)
No new fields.
Public methods (0)No public methods.
invoiced
Boolean
compute='_compute_invoiced'
copy=False
readonly=False
store=True
No public methods.