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 IDNameModelTypeStatus
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_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'
Public methods (0)

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)
  • invoiced Boolean
    compute='_compute_invoiced' copy=False readonly=False store=True
Public methods (0)

No public methods.

Loading…