[IMP] base_external_system: Add create bypass

* In cases of deep inheritance, it may be required to create an adapter directly. Add an override in the create via the env context to support this.
* Add default system type if creating from an interface
* Fix interface assignment during creation in adapter
This commit is contained in:
Dave Lasley
2017-10-20 14:17:13 -07:00
committed by Alexandre Díaz
parent 50c6ee968a
commit 4a22c8764b
4 changed files with 39 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
{
"name": "Base External System",
"summary": "Data models allowing for connection to external systems.",
"version": "10.0.1.0.0",
"version": "10.0.1.0.1",
"category": "Base",
"website": "https://laslabs.com/",
"author": "LasLabs, Odoo Community Association (OCA)",