Commit 635e159
bosd
Fix O2M field name handling for /id suffixed columns\n\n- Handle both direct field names and /id suffixed field names in O2M tuple imports\n- Check if field exists and fall back to /id suffixed version when needed\n- Prevent ColumnNotFoundError when looking for variant_seller_ids vs variant_seller_ids/id\n- Add proper error logging with available columns for debugging\n\nThis fixes the ColumnNotFoundError that was preventing O2M tuple imports from completing.
1 parent 5a6fbd0 commit 635e159
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
699 | | - | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
700 | 715 | | |
701 | 716 | | |
702 | 717 | | |
| |||
0 commit comments