IM Using odoo14 I want to change in stock picking Operation details view lines limit from 40 to 100
i DID similiare code to operation works fine but when i do this code to operation details i get nothing
name="name">stock.move.line.operations.tree.mrp
name="model">stock.move.line
name="inherit_id"ref="stock.view_stock_move_line_detailed_operation_tree"
name="arch" type="xml"
xpath
expr="//field[@name='move_line_ids_without_package']/tree" position="attributes"
attribute name="limit">100
xpath