With Python3 version (installed from pip):
In [1]: from odatoo import document
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-5d604762e259> in <module>()
----> 1 from odatoo import document
/home/sgillot/.local/lib/python3.6/site-packages/odatoo/document.py in <module>()
3 from xml.etree.ElementTree import Element, SubElement, tostring
4
----> 5 from record import Record
6
7
ModuleNotFoundError: No module named 'record'
pip3 install record doesn't solve the issue.
With Python3 version (installed from pip):
pip3 install recorddoesn't solve the issue.