Browse Source

Add eater in pos + do not allow to create a new customer

pull/14/head
EliseDup 7 years ago
committed by Thibault Francois
parent
commit
8e777d2c9e
  1. 2
      beesdoo_pos/__openerp__.py
  2. 9
      beesdoo_pos/static/src/xml/templates.xml

2
beesdoo_pos/__openerp__.py

@ -26,7 +26,7 @@
'data': [
'security/ir.model.access.csv',
'views/beesdoo_pos.xml',
'data/email.xml',
'data/email.xml'
],
'qweb': ['static/src/xml/templates.xml'],
# only loaded in demonstration mode

9
beesdoo_pos/static/src/xml/templates.xml

@ -33,16 +33,23 @@
<div class="customer-information">
<span class='customer-name' />
<br />
Balance:
Balance:
<span class='customer-balance' />
<br />
Eater 1:
<span class='customer-delegate1' />
<br />
Eater 2:
<span class='customer-delegate2' />
<br />
</div>
</t>
</t>
</t>
<t t-extend="ClientListScreenWidget">
<t t-jquery='.new-customer' t-operation='replace'>
</t>
</t>
</templates>
Loading…
Cancel
Save