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 #. openerp-web
#: code:addons/pos_quotation_order/static/src/js/pos_quotation.js:114 #: code:addons/pos_quotation_order/static/src/js/pos_quotation.js:114
#, python-format #, python-format
msgid "Quotation Ref : " msgid "Quotation Ref: "
msgstr "Ref. presupuesto :" msgstr "Ref. presupuesto: "
#. module: pos_quotation_order #. module: pos_quotation_order
#. openerp-web #. 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.gui.close_popup();
self.pos.delete_current_order(); self.pos.delete_current_order();
self.gui.show_popup('pos_quot_result',{ 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/> <br/>
<span class="alert_msg"/> <span class="alert_msg"/>
<br/> <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/> <br/>
</p> </p>
<div class="footer"> <div class="footer">

Loading…
Cancel
Save