[ADD] poetry: odoorpc for module sync_external_model

This commit is contained in:
Mathieu Benoit 2023-07-07 03:10:25 -04:00
parent 9bcc193cdd
commit 195a10e5e6
2 changed files with 14 additions and 1 deletions

14
poetry.lock generated
View file

@ -2422,6 +2422,18 @@ files = [
[package.dependencies]
decorator = "*"
[[package]]
name = "odoorpc"
version = "0.9.0"
description = "OdooRPC is a Python package providing an easy way to pilot your Odoo servers through RPC."
category = "main"
optional = false
python-versions = "*"
files = [
{file = "OdooRPC-0.9.0-py2.py3-none-any.whl", hash = "sha256:95a0d40c94c76a097870379a411180f81da164917a27d891a935894105f46704"},
{file = "OdooRPC-0.9.0.tar.gz", hash = "sha256:936adc52871b4c9d6b921c73421acd88f73442b17a71a49f34de6dbcf54d7964"},
]
[[package]]
name = "ofxparse"
version = "0.16"
@ -5869,4 +5881,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.7.16"
content-hash = "09686cf272f3fa469be683dca2bf7511127c34ee36260dcf8031fca1f0a8c254"
content-hash = "e3d80bd8df1d6e0f9b0234ad53565bc66f98a0b77952743e4a237283fe19b1fe"

View file

@ -86,6 +86,7 @@ num2words = "0.5.6"
numpy = "1.21.1"
oauthlib = "2.1.0"
oca-decorators = "^0.0.1"
odoorpc = "^0.9.0"
ofxparse = "0.16"
openpyxl = "^3.1.2"
openupgradelib = "^3.4.1"