Last active
April 28, 2016 16:56
-
-
Save m-pokrovskii/4f84a70794f6af711ba8a0d6b6879f8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product: { | |
id: 1, | |
title: "ProductTitle", | |
supplierID: 1, | |
_last_change: "29.29.16" | |
} | |
supplier: { | |
id: 1, | |
title: "SupplierTItle", | |
_last_change: "29.29.16" | |
} | |
// ODOO API returns to ZeDOC: | |
product: { | |
id: 1, | |
title: "ProductTitle", | |
supplierID: { | |
title: "SupplierTItle" | |
}, | |
_last_change: "29.29.16" | |
} | |
// now if we update the supplier it change the supplier __last_change, but not product's __last_change |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment