Invoice

Create In / Out Invoice

{
  "id": "839dj3ud9829302jd",
  "action": "create",
  "model_id": "account.move",
  "keyword": {
    "context": {
      "allowed_company_ids": [
        1
      ],
      "default_company_id": 1,
      "tz": "Asia/Singapore"
    }
  },
  "params": [
    [
      {
        "ref": "ACME-BILL-00988432",
        "date": "2025-09-16",
        "journal_id": 10,
        "move_type": "in_invoice",
        "invoice_date_due": "2025-10-10",
        "partner_id": 15,
        "line_ids": [
          [
            0,
            0,
            {
              "quantity": 1,
              "price_unit": 100,
              "product_id": 14
            }
          ]
        ]
      }
    ]
  ],
  "odoo_instance": {
    "url": "YOUR_ODOO_INSTANCE_URL",
    "user_id": INT(YOUR_USER_ID),
    "db": "YOUR_ODOO_DB",
    "api_key": "YOUR_ODOO_API_KEY"
  }
}

Mark as Paid

Get Account Line to Reconcile

Invoice Reconciling

Last updated