-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed old alias *odoo_rpc_client.orm.record.RecordRelations - Added *search_count* method to objects (models) - Added *create_record* method to objects (models) - Added tests for Odoo 11 - Added overloads of operators (+, +=) for recordlists - Removed *local* database connector, because it is difficult to test it, and it is not used so often as *xml-rpc* and *json-rpc* connectors May be in future it will have it's own python package.
- Loading branch information
Showing
19 changed files
with
220 additions
and
292 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
from . import (xmlrpc, # noqa | ||
jsonrpc, # noqa | ||
local) # noqa | ||
jsonrpc) # noqa | ||
from .connection import (ConnectorBase, # noqa | ||
get_connector, # noqa | ||
get_connector_names) # noqa |
Oops, something went wrong.