Commit 5096799
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 82341ac commit 5096799
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
| 905 | + | |
905 | 906 | | |
906 | 907 | | |
907 | 908 | | |
908 | | - | |
909 | | - | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
910 | 919 | | |
911 | 920 | | |
912 | 921 | | |
| |||
0 commit comments