Skip to content

17.0-20240604

Compare
Choose a tag to compare
@osimallen osimallen released this 04 Jun 18:11
· 2111 commits to 17.0 since this release
[FIX] pos_self_order: handle attribute images for JSON serialization

Before this commit, loading an attribute value with an image would
cause a TypeError due to the image data being of bytes type, which is
not JSON serializable. This commit prevents this error by removing the
image data before serialization.

opw-3957587

closes odoo/odoo#167765

Signed-off-by: Joseph Caburnay (jcb) <[email protected]>