[FIX] account: multi-post order compare bool and str
The `ref` field on `account.move` is not required and can yield a falsy
value. This produces a TypeError while doing the comparison in sorted().
closes #42434
closes odoo/odoo#42708
Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
Please register or sign in to comment