Open astirpe opened 1 year ago
In module nextcloud_odoo_sync the file jicson.py is actually a copy of the external python library jicson.
nextcloud_odoo_sync
jicson.py
Proposed changes:
jicson
external_dependencies
import logging _logger = logging.getLogger(__name__) try: import jicson except ImportError: _logger.debug("Cannot `import jicson`.")
In module
nextcloud_odoo_sync
the filejicson.py
is actually a copy of the external python library jicson.Proposed changes:
jicson
in theexternal_dependencies
of the manifestjicson.py
file from module