Thats great! Thank you.
Most probably, because all the linked invoices are definitely paid. I get the following error when I try to relaunch:
Traceback (most recent call last):
File "/usr/local/lib/python39/dist-packages/trytond/wsgipy", line 109, in dispatch_request
return endpoint(request, **requestview_args)
File "/usr/local/lib/python39/dist-packages/trytond/protocols/dispatcherpy", line 43, in rpc
return methodsget(requestrpc_method, _dispatch)(
File "/usr/local/lib/python39/dist-packages/trytond/wsgipy", line 75, in wrapper
return func(request, *args, **kwargs)
File "/usr/local/lib/python39/dist-packages/trytond/protocols/wrapperspy", line 197, in wrapper
return func(request, pool, *args, **kwargs)
File "/usr/local/lib/python39/dist-packages/trytond/protocols/dispatcherpy", line 204, in _dispatch
result = rpcresult(meth(*c_args, **c_kwargs))
File "/usr/local/lib/python39/dist-packages/trytond/model/modelviewpy", line 720, in wrapper
return func(cls, records, *args, **kwargs)
File "/usr/local/lib/python39/dist-packages/trytond/modules/sale/salepy", line 1038, in process
cls_process_invoice(sales)
File "/usr/local/lib/python39/dist-packages/trytond/modules/sale/salepy", line 1050, in _process_invoice
invoice = salecreate_invoice()
File "/usr/local/lib/python39/dist-packages/trytond/modules/sale_advance_payment/salepy", line 380, in create_invoice
invoice = super(Sale, self)create_invoice()
File "/usr/local/lib/python39/dist-packages/trytond/modules/sale/salepy", line 870, in create_invoice
invoice_linesappend(lineget_invoice_line())
File "/usr/local/lib/python39/dist-packages/trytond/modules/sale_advance_payment/salepy", line 449, in get_invoice_line
lines = super(SaleLine, self)get_invoice_line()
File "/usr/local/lib/python39/dist-packages/trytond/modules/analytic_sale/salepy", line 27, in get_invoice_line
invoice_lines = super()get_invoice_line()
File "/usr/local/lib/python39/dist-packages/trytond/modules/sale/salepy", line 1680, in get_invoice_line
- self_get_invoiced_quantity())
File "/usr/local/lib/python39/dist-packages/trytond/modules/sale/salepy", line 1752, in _get_invoiced_quantity
quantity += Uomcompute_qty(invoice_lineunit,
File "/usr/local/lib/python39/dist-packages/trytond/modules/product/uompy", line 198, in compute_qty
raise ValueError("missing from_uom")
ValueError: missing from_uom