Commit 7681fac
committed
[IMP] util/records: prepare arch for parser also for jsonb arch
In a recent commit c7c95cf, some code to fixup
views in preparation for the lxml.etree parser has been added to `edit_vew()`.
So far, it only happens in the code path for non-jsonb columns. This patch
introduces a sub-function and calls it from both the code branch for jsonb and
non-jsonb.
closes #4
Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>1 parent 7fd22bc commit 7681fac
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
202 | 207 | | |
203 | 208 | | |
204 | 209 | | |
| |||
207 | 212 | | |
208 | 213 | | |
209 | 214 | | |
210 | | - | |
| 215 | + | |
211 | 216 | | |
212 | 217 | | |
213 | 218 | | |
| |||
218 | 223 | | |
219 | 224 | | |
220 | 225 | | |
221 | | - | |
222 | | - | |
223 | | - | |
| 226 | + | |
224 | 227 | | |
225 | 228 | | |
226 | 229 | | |
| |||
0 commit comments