Browse Source

[REF] 7850 Cambios de estilos y traducciones

pull/163/head
Imanol Aranburu 4 years ago
parent
commit
3dc0318ac9
  1. 4
      pos_quotation_order/i18n/es.po
  2. 2
      pos_quotation_order/static/src/js/pos_quotation.js
  3. 2
      pos_quotation_order/static/src/xml/pos_quotation.xml

4
pos_quotation_order/i18n/es.po

@ -307,8 +307,8 @@ msgstr "Ref. presupuesto"
#. openerp-web
#: code:addons/pos_quotation_order/static/src/js/pos_quotation.js:114
#, python-format
msgid "Quotation Ref : "
msgstr "Ref. presupuesto :"
msgid "Quotation Ref: "
msgstr "Ref. presupuesto: "
#. module: pos_quotation_order
#. openerp-web

2
pos_quotation_order/static/src/js/pos_quotation.js

@ -113,7 +113,7 @@ var QuotationPopupWidget = PopupWidget.extend({
self.gui.close_popup();
self.pos.delete_current_order();
self.gui.show_popup('pos_quot_result',{
'body': _t('Quotation Ref : ')+ order['name'] ,
'body': _t('Quotation Ref: ')+ order['name'] ,
});
});
}

2
pos_quotation_order/static/src/xml/pos_quotation.xml

@ -25,7 +25,7 @@
<br/>
<span class="alert_msg"/>
<br/>
<textarea rows="3" cols="34" name="order_note" class="form-control order_note" placeholder="Enter your notes here..."/>
<textarea rows="3" cols="28" name="order_note" class="form-control order_note" placeholder="Enter your notes here..."/>
<br/>
</p>
<div class="footer">

Loading…
Cancel
Save