You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] util/inconsistencies.py: Improve message for product mismatch
Improve products inconsistencies warning message. The product name is
now displayed to better understand the changes that need to be done.
```
There is a product mismatch in some Account Move Line. The product defined on the Account Move Line
is different from that defined on the Purchase Order Line. To allow the upgrade to continue, the product
on the Account Move Line and on the Purchase Order Line must be the same.
These Account Move Line have inconsistencies:
* Account Move Line(id=380573) has Product `Moule (copie)`(id=8773), Purchase Order Line(id=61943) has Product `Vendor Down payment`(id=10924)
* Account Move Line(id=372326) has Product `Acompte à livraison des T1`(id=11290), Purchase Order Line(id=61943) has Product `Vendor Down payment`(id=10924)
* Account Move Line(id=354616) has Product `Moule (copie)`(id=8773), Purchase Order Line(id=57460) has Product `Milestone for Shipment`(id=10672)
* Account Move Line(id=354617) has Product `Prestation Hors U.E.`(id=8598), Purchase Order Line(id=57461) has Product `Milestone for Shipment`(id=10672)
* Account Move Line(id=354618) has Product `Moule (copie)`(id=8773), Purchase Order Line(id=57462) has Product `Milestone for Shipment`(id=10672)
* Account Move Line(id=354619) has Product `Prestation Hors U.E.`(id=8598), Purchase Order Line(id=57463) has Product `Milestone for Shipment`(id=10672)
* Account Move Line(id=380560) has Product `Moule (copie)`(id=8773), Purchase Order Line(id=57471) has Product `Acompte à la commande`(id=11288)
* Account Move Line(id=380572) has Product `Moule (copie)`(id=8773), Purchase Order Line(id=57472) has Product `Acompte à la commande`(id=11288)
* Account Move Line(id=380566) has Product `Moule (copie)`(id=8773), Purchase Order Line(id=57473) has Product `Acompte à la commande`(id=11288)
```
Part of odoo/upgrade#5212
Signed-off-by: Alvaro Fuentes Suarez (afu) <[email protected]>
0 commit comments