changes
This commit is contained in:
@@ -79,6 +79,30 @@
|
||||
widget="statinfo"
|
||||
string="Outbound Shipment"/>
|
||||
</button>
|
||||
<!-- CoC smart button → cert record (not the
|
||||
raw PDF — operator can print/reset/void
|
||||
from the cert form). -->
|
||||
<button name="action_view_coc"
|
||||
type="object"
|
||||
class="oe_stat_button"
|
||||
icon="fa-certificate"
|
||||
invisible="not coc_attachment_id">
|
||||
<div class="o_field_widget o_stat_info">
|
||||
<span class="o_stat_text">CoC</span>
|
||||
</div>
|
||||
</button>
|
||||
<!-- Packing list smart button → PDF preview
|
||||
dialog (packing lists are attachments
|
||||
only, no backing model to navigate to). -->
|
||||
<button name="action_view_packing_list"
|
||||
type="object"
|
||||
class="oe_stat_button"
|
||||
icon="fa-list-alt"
|
||||
invisible="not packing_list_attachment_id">
|
||||
<div class="o_field_widget o_stat_info">
|
||||
<span class="o_stat_text">Packing List</span>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
<div class="oe_title">
|
||||
<label for="name"/>
|
||||
|
||||
Reference in New Issue
Block a user