This question has been flagged

I want to add a button to the rental form view for printing the "Pickup and Return Receipt." Does anyone know the name for the action? 

<button type="object" string="Print Pickup and Return Receipt" name="xxxxxx" attrs="{'invisible': [('is_rental_order','=',False)]}" groups="base.group_user"/>

Avatar
Discard