[MIG][9.0] product_multi_image to v9#199
Conversation
product_multi_image/__openerp__.py
Outdated
| { | ||
| "name": "Multiple Images in Products", | ||
| "version": "8.0.2.0.0", | ||
| "author": "Serv. Tecnol. Avanzados - Pedro M. Baeza, " |
There was a problem hiding this comment.
@pedrobaeza - I took the liberty of removing your old company and changing the URI to Tecnativa. Let me know if I was incorrect with these changes
0608bf2 to
7280e62
Compare
|
I'll get the Travis resolved sometime today |
2f0ef5e to
5e5f2bf
Compare
|
Bah well this error is a real scumbag, and is most definitely legit (good job with your tests @pedrobaeza). I'm playing around with it in |
|
@lasley yep, I debugged it a couple of days ago and I was stuck here, when you delete the product the override of unlink deletes ALL the images. |
|
I can take a look also, but not before the end of this week. |
|
Yeah it seems that the variants aren't getting appended into the I think it may have something to do with the fact that |
|
We can scratch API wire crossing off the list of possible issues, #201 😦 |
|
This is solved in OCA/server-tools#628 & should be ready for review after merge |
|
Rebase your branch |
|
Actually only a rebuild is needed (I have launched it) |
pedrobaeza
left a comment
There was a problem hiding this comment.
It would be good to complete tests testing product_variant_count computed field and uninstallation hook
db82f7b to
58357d2
Compare
|
@pedrobaeza - I added one for the pre_init as well, Coverage was a free/false green there because it's a guaranteed run. We'll see if they pass, I didn't actually run in local TBH 😉 |
|
I'm afraid there's no luck. |
|
Even more disconcerting is the fact that Runbot is 🍏 |
|
👏 👏 👏 |
|
@lasley Please squash your commits and I'll merge. |
* Upgrade product_multi_image to v9 * Add server-tools to oca_dependencies * Update hooks * Add template fields override * Remove old inheritance from product template * Add tests * Alphabetize imports
2cd976e to
7128205
Compare
|
Squashed up! I'll knock out the v10 in the next few days |
|
yay! thanks @lasley ! |
In some cases the values were prefetched and it was throwing bad prices. we add prefetch_fields to the context of the packs and that solve it.
[MIG] product_multi_image: Upgrade to v9 …
This should supersede #161 due to inactivity.
This is dependent on merge of: