Skip to content
Snippets Groups Projects
Commit 8416c2bc authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] base_import: parse format from relation fields.

Before this commit, the parser (date, datetime, float, monetary, ...) was only
called on field from current model, and not on sub field.

Eg: product_id.price was not parsed as float, because product_id != float

This commit add an overiddable function to get all the parsers: get_parsers

This commit closes #14572
parent 0c134834
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment