Last active
June 8, 2025 15:06
-
-
Save kururu-abdo/268ba797b9695a073ef5bd92a363ae76 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
await _odooClient.callKw({ | |
model: 'stock.picking', | |
'method': 'search_read', | |
'args': [], | |
'kwargs': { | |
fields: ['pick_state','id', 'name', 'partner_id', 'date', 'sale_id','invoice_number', 'app_driver'], | |
}, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment