Skip to content

Python 3 #1

Description

@luffah

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions