odoo/tutorials#1314

Created by Rini Pillai (ripil)

Blocked

label
odoo-dev:19.0-picking-operation-report-ripil
head
965bb43a9579eb432c745cc5d5f32904eb4303a5
odoo/tutorials
19.0 #1314 missing r+
master

[ADD] stock_picking: Repeat fields on Picking Operations Report PDF

Purpose

The task requested that specific header fields remain visible on subsequent pages when a Picking Operations PDF report spans multiple pages. Currently, these details are only visible on the first page when the table extends to the next page.

Changes Made

Technical Details

Model: stock.picking
Custom Template: report_stockpicking_operations_inherited

Why

Verification Steps

  1. Install Custom Picking Operation Report Header module from Apps.
  2. Go to Inventory -> Receipts.
  3. Select or create a picking record (stock.picking) with enough operations/lines to span across at least 2 pages.
  4. Click Print -> Picking Operations.
  5. Verify that the document fields repeat at the top of the second page exactly as they appear on the first page.