Skip to content

Commit

Permalink
[MERGE] forward port branch saas-14 up to 6a24721
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Jun 13, 2019
2 parents e14fd45 + 6a24721 commit 641ca4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/mail/static/src/js/composer.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ var BasicComposer = Widget.extend({
});
attachments = attachments.concat(upload_attachments);
this.set('attachment_ids', attachments);
event.target.value = "";
},
on_attachment_loaded: function(event) {
var self = this,
Expand Down
2 changes: 2 additions & 0 deletions addons/stock/data/stock_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<!--
Resource: stock.location
-->
</data>
<data noupdate="1">
<record id="stock_location_locations" model="stock.location">
<field name="name">Physical Locations</field>
<field name="usage">view</field>
Expand Down

0 comments on commit 641ca4f

Please sign in to comment.