Skip to content

Commit

Permalink
Merge pull request OCA#357 from jcoux/485_sale_order_report
Browse files Browse the repository at this point in the history
BSSFL-485: Custom sale order report (add field note)
  • Loading branch information
jcoux authored Feb 13, 2018
2 parents e09c504 + b942e31 commit 78a83ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ latest (unreleased)

**Features and Improvements**

* BSSFL-485: Custom sale order report (add field note)

**Bugfixes**

**Build**
Expand Down
3 changes: 3 additions & 0 deletions odoo/local-src/sf_sale/report/sf_sale_report_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@
</div>
</div>
</t>

<span t-field="doc.note"/>

<t t-set="o" t-value="doc.with_context({'lang':doc.partner_id.lang})" />
<t t-call="sf_terms_and_conditions.sale_terms_and_conditions" />
</div>
Expand Down
4 changes: 4 additions & 0 deletions odoo/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,7 @@ migration:
- sf_rma
- sf_stock
- sf_account
- version: 10.17.0
addons:
upgrade:
- sf_sale

0 comments on commit 78a83ff

Please sign in to comment.