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.1.1.1-py3-none-any.whl.

File metadata

  • Download URL: mangono_addon_json2_report_controller-19.0.1.1.1-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.1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8c32482ae85e6ed1689ac0c8c8465fdb09d992105d7486b0362f7ad0b7636b52
MD5 d5da15498f234b76975afbeb44528699
BLAKE2b-256 741ce2290e35bd9424a1067fd383615630903c877a2ad40b68ddfbc44f0b7170

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