server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

[16.0][FIX] excel_import_export, add empty dict to new call

Open ChrisOForgeFlow opened this issue 7 months ago • 1 comments

I implemented in account.payment import, but in this case is evaluated values as a dict, because that I think should be better to add an empty dict to general call to avoid problem with this kind of implementation

https://github.com/odoo/odoo/blob/16.0/addons/account/models/account_payment.py#L681

@ForgeFlow

ChrisOForgeFlow avatar Jul 08 '24 16:07 ChrisOForgeFlow