File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ The loader uses `id` as the external ID.
250250It will find the resource if it already exists and update it,
251251otherwise it will create the resource if it does not exist.
252252
253- Each resource in the list can be specified with different
254- fields, but all must be for the same resporce model.
253+ Each resource in the list can be specified with different fields,
254+ but all must be for the same resource model.
255255
256256``` php
257257 // Load one or more partners.
@@ -324,7 +324,7 @@ prevent records loading from another group, so the result
324324can be a mix of failed and loaded records.
325325
326326An exception will be thrown on unrecoverable errors in Odoo,
327- such as a database integrity constraint violcation .
327+ such as a database integrity constraint violation .
328328
329329The ` loadOne() ` method works in a similar way,
330330but accepts just one record to load.
You can’t perform that action at this time.
0 commit comments