Browse Source

Add base_fontawesome, replace beer icon, not working.

pull/501/head
François Kawala 4 years ago
parent
commit
8e591ae3a6
  1. 4
      pos_tare/__manifest__.py
  2. 2
      pos_tare/static/src/xml/pos_tare.xml

4
pos_tare/__manifest__.py

@ -9,7 +9,9 @@
"website": "https://github.com/OCA/pos",
"license": "AGPL-3",
"maintainers": ["fkawala"],
"depends": ["point_of_sale"],
"depends": [
"point_of_sale",
"base_fontawesome"],
"data": [
"views/templates.xml",
"views/view_pos_config.xml",

2
pos_tare/static/src/xml/pos_tare.xml

@ -31,7 +31,7 @@
<t t-jquery=".info-list:last-child" t-operation="append">
<t t-if="line.get_tare() !== 0">
<li class="info">
<i class="fa fa-beer"/>
<i class="fas fa-prescription-bottle"></i>
Tare :
<t t-esc="line.get_tare_str_with_unit()"/>
</li>

Loading…
Cancel
Save