Skip to content

Commit

Permalink
Merge pull request OCA#378 from TelmoSenseFly/BSSFL-506
Browse files Browse the repository at this point in the history
[BSSFL-506] Fix report Sale order / Invoice contact layout
  • Loading branch information
leemannd committed Mar 7, 2018
2 parents 10ed620 + 6481fef commit 8919e78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ latest (unreleased)
* BIZ-1417: l10n-switzerland fix `pain_base`
* BIZ-1442: Fix analytic_account_tag on Prepaid Expense, Accrued Revenue and
Accrued Expense
* BSSFL-506: Report Sale order / Invoice contact layout

**Build**

Expand Down
2 changes: 1 addition & 1 deletion odoo/local-src/sf_account/report/sf_report_invoice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</div>
<div name="address" t-if="o.partner_id" class="col-xs-3">
<strong>Contact</strong>
<p style="line-height:1px;padding-top:8px;">
<p style="padding-top:8px;">
<span t-field="o.partner_id.name"/>
<span t-field="o.partner_id" t-options='{"widget": "contact", "fields": ["phone", "mobile", "email"], "no_marker": False, "phone_icons": True}'/>
</p>
Expand Down
2 changes: 1 addition & 1 deletion odoo/local-src/sf_sale/report/sf_sale_report_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>
<div name="contact" t-if="doc.partner_id" class="col-xs-3">
<strong>Contact</strong>
<p style="line-height:1px;padding-top:8px;">
<p style="padding-top:8px;">
<span t-field="doc.partner_id.name"/>
<span t-field="doc.partner_id" t-options='{"widget": "contact", "fields": ["phone", "mobile", "email"], "no_marker": False, "phone_icons": True}'/>
</p>
Expand Down
1 change: 1 addition & 0 deletions odoo/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,5 @@ migration:
- l10n_ch_payment_slip
- l10n_ch_scan_bvr
- sf_account_cutoff
- sf_sale
- sf_account

0 comments on commit 8919e78

Please sign in to comment.