Skip to content

Commit

Permalink
[FIX] The documentation stored in /dev/null states t-css|t-js
Browse files Browse the repository at this point in the history
  • Loading branch information
amigrave committed Jul 2, 2014
1 parent 1ace8f7 commit 5d0ee85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/point_of_sale/views/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<link rel="stylesheet" href="/point_of_sale/static/src/css/pos.css" id="pos-stylesheet"/>
<link rel="stylesheet" href="/point_of_sale/static/src/css/keyboard.css" />

<t t-call-assets="web.assets_common" css="false" />
<t t-call-assets="web.assets_backend" css="false" />
<t t-call-assets="web.assets_common" t-css="false" />
<t t-call-assets="web.assets_backend" t-css="false" />

<script type="text/javascript" id="loading-script">
$(function() {
var s = new openerp.init(<t t-raw='modules' />);
Expand Down

0 comments on commit 5d0ee85

Please sign in to comment.