Skip to main content

No project description provided

Project description

List all reports with json2

res = requests.post(
    f"{BASE_URL}/json/2/ir.actions.report/search_read",
    headers=headers,
    json={
        "context": {"lang": "fr_FR"},
        "fields": ['name', "report_name", "model", "report_type"],
    }
)
res.raise_for_status()
data = res.json()
print(data)

Get a report with json2

res = requests.get(
    f"{BASE_URL}/json/2/report/pdf/stock.action_report_picking/1",
    headers=headers
)
res.raise_for_status()
print(res.content)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file mangono_addon_json2_report_controller-19.0.2.0.0-py3-none-any.whl.

File metadata

  • Download URL: mangono_addon_json2_report_controller-19.0.2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.29 {"installer":{"name":"uv","version":"0.9.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mangono_addon_json2_report_controller-19.0.2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3712355af91083040fece52aa6469707b59f7ceb3df060bf3536bed03ef88db5
MD5 1a0e605a2a8d33cda1a4ac44c8b1f76d
BLAKE2b-256 40b9cabdab3dbbf173dfe62e98e8ef030954d687283b2a0e777be2acfd176e47

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page