hugues de keyzer
hugues de keyzer
it seems that element android does not allow to use the fallback call assist server (turn.matrix.org), while riot android did, and element web does. this option is useful for people...
use the same logic as the cli (see [here](https://github.com/docker/cli/blob/master/cli/command/container/run.go#L199) and [here](https://github.com/docker/cli/blob/master/cli/command/container/utils.go#L29)) to wait for the exit of a container when running one: ensure that a container run with `auto_remove` set...
add a collection of modules to configure a pos as a self-service weighing station: * `base_pos_self_service_weighing`: base module providing the ui and the common functionalities; not useful on its own...
this is a follow-up on #1224. it contains all of its commits (as it’s the same branch), as well as several commits to restore features present in version 12.0 but...
* backport `account_invoice_ubl_peppol` from 13.0 to 12.0. * add related changes made to `account_invoice_ubl` and `base_ubl` in 13.0. * make some changes to generate peppol invoices as similar as possible...
avoid `MemoryError` when converting product images (in `product` and `website_sale`). fixes #4712.
currently, when grouping by a many2many field, if it contains multiple values (for example: a task assigned to more than one person), the item will only be displayed in the...
correctly set `dimensional_uom_id` on newly created `product.template` and `product.product` records instead of always using the default value.