Description | We removed list of entities from org.openbravo.api to org.openbravo.purchase.api so we need update tests, as it causing errors in CI:
Exported object matches
Expected: matches with <{"client":"The White Valley Group","organization":"The White Valley Group","id":"9F9BC6229E5C48D38F935D7FD5F5BA94","searchKey":"WVG\/L0001","name":"Headlamp ultralight","description":"Ultralight LED headlamp.","upcEAN":"333","uom":"Unit","productCategory":"Lighting & Electronics","taxCategory":"IVA Normal","active":true,"productType":"I","generic":false,"stocked":true,"purchased":true,"sold":true,"showCharactDesc":true,"scale":false,"showStock":false,"allowAnonymousSale":true,"multiSelectable":false,"groupedProduct":true,"printServices":true,"allowDeferredSell":false,"linkedToProduct":false,"uniquePerDocument":false,"priceRuleBased":false,"printDescription":false,"returnable":true,"summaryLevel":false,"billOfMaterials":false,"printDetailsOnInvoice":false,"printDetailsOnPickList":false,"verified":false,"calculated":false,"production":false,"quantityVariable":false,"discontinued":false,"quantityType":false,"printPrice":true,"volume":0,"weight":0,"characteristicValues":{"Range":"29m max","Weight":"Under 1Kg","Use":"Hiking & Trekking","Price":"< 20€","Battery Life":"120h max","Object":"Headlamps","Brand":"Petzl"},"multiUPC":[{"code":"330","active":true}],"complementaryProducts":[]}>
but: purchased is not present but expected <true>, actual is <{"client":"The White Valley Group","organization":"The White Valley Group","organization_info":{"name":"The White Valley Group","searchKey":"The White Valley Group","id":"67839EEFA49E44AC969BD60093FCC899"},"id":"9F9BC6229E5C48D38F935D7FD5F5BA94","searchKey":"WVG\/L0001","name":"Headlamp ultralight","description":"Ultralight LED headlamp.","upcEAN":"333","uom":"Unit","productCategory":"Lighting & Electronics","taxCategory":"IVA Normal","active":true,"productType":"I","generic":false,"stocked":true,"sold":true,"showCharactDesc":true,"scale":false,"showStock":false,"allowAnonymousSale":true,"multiSelectable":false,"groupedProduct":true,"printServices":true,"allowDeferredSell":false,"linkedToProduct":false,"uniquePerDocument":false,"priceRuleBased":false,"printDescription":false,"returnable":true,"summaryLevel":false,"billOfMaterials":false,"printDetailsOnInvoice":false,"printDetailsOnPickList":false,"verified":false,"calculated":false,"production":false,"quantityVariable":false,"discontinued":false,"quantityType":false,"printPrice":true,"volume":0,"weight":0,"characteristicValues":{"Battery Life":"120h max","Brand":"Petzl","Object":"Headlamps","Price":"< 20€","Range":"29m max","Use":"Hiking & Trekking","Weight":"Under 1Kg"},"multiUPC":[{"code":"330","active":true}],"complementaryProducts":[],"editablePrice":true,"dEAQty":1,"dEEEQty":1,"alternativeUnitOfMeasure":[],"multiTaxCategory":[],"translations":[],"substituteProducts":[]}>
|