fix(reports): remove Customer Acceptance/Authorized Representative signature block from FP sale report
The signature footer ('Customer Acceptance (Signature / Date)' +
'Authorized Representative') is not part of EN Plating's intended
customer-facing quote/SO PDF flow. Removed from both portrait and
landscape variants of report_fp_sale_portrait/landscape.
Invoice report (report_fp_invoice.xml) had no such block - nothing
to remove there. Verified by grep across fusion_plating_reports.
Version bump: fusion_plating_reports 19.0.11.14.0 -> 19.0.11.15.0.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||||
{
|
{
|
||||||
'name': 'Fusion Plating — Reports',
|
'name': 'Fusion Plating — Reports',
|
||||||
'version': '19.0.11.14.0',
|
'version': '19.0.11.15.0',
|
||||||
'category': 'Manufacturing/Plating',
|
'category': 'Manufacturing/Plating',
|
||||||
'summary': 'PDF reports for Fusion Plating: quote, SO, WO, packing, BoL, CoC, invoice, receipt, quality + compliance.',
|
'summary': 'PDF reports for Fusion Plating: quote, SO, WO, packing, BoL, CoC, invoice, receipt, quality + compliance.',
|
||||||
'depends': [
|
'depends': [
|
||||||
|
|||||||
@@ -239,28 +239,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
<!-- Signature -->
|
|
||||||
<div class="row" style="margin-top: 25px;">
|
|
||||||
<div class="col-6">
|
|
||||||
<div class="sig-box">
|
|
||||||
<div class="sig-line"/>
|
|
||||||
<div class="small-muted">Customer Acceptance (Signature / Date)</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-6">
|
|
||||||
<div class="sig-box">
|
|
||||||
<t t-if="doc.signature">
|
|
||||||
<img t-att-src="image_data_uri(doc.signature)" style="max-height: 3cm; max-width: 8cm;"/><br/>
|
|
||||||
<span t-field="doc.signed_by"/>
|
|
||||||
</t>
|
|
||||||
<t t-else="">
|
|
||||||
<div class="sig-line"/>
|
|
||||||
</t>
|
|
||||||
<div class="small-muted">Authorized Representative</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
@@ -518,28 +496,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
<!-- Signature block -->
|
|
||||||
<div class="row" style="margin-top: 25px;">
|
|
||||||
<div class="col-6">
|
|
||||||
<div class="sig-box">
|
|
||||||
<div class="sig-line"/>
|
|
||||||
<div class="small-muted">Customer Acceptance (Signature / Date)</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-6">
|
|
||||||
<div class="sig-box">
|
|
||||||
<t t-if="doc.signature">
|
|
||||||
<img t-att-src="image_data_uri(doc.signature)" style="max-height: 3cm; max-width: 8cm;"/><br/>
|
|
||||||
<span t-field="doc.signed_by"/>
|
|
||||||
</t>
|
|
||||||
<t t-else="">
|
|
||||||
<div class="sig-line"/>
|
|
||||||
</t>
|
|
||||||
<div class="small-muted">Authorized Representative</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
|
|||||||
Reference in New Issue
Block a user