Commit 7d88dab
committed
[IMP] util.force_noupdate: change the flag on parent records
For models with `_inherits`, an xmlid is created for the parent record.
We also need to update those xmlids.
As example, when called on a `product.product` record, we now also set
the flag on the xmlid of the `product.template` record.1 parent c789373 commit 7d88dab
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
| 904 | + | |
904 | 905 | | |
905 | 906 | | |
906 | 907 | | |
907 | | - | |
908 | | - | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
909 | 917 | | |
910 | 918 | | |
911 | 919 | | |
| |||
0 commit comments