Skip to content

Commit

Permalink
[REM] point_of_sale: remove tool-tip on barcode field
Browse files Browse the repository at this point in the history
  • Loading branch information
pka-odoo committed Apr 12, 2017
1 parent 3638cad commit ec2cbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/point_of_sale/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class ResPartner(models.Model):
_inherit = 'res.partner'

barcode = fields.Char(string='Barcode', help="BarCode", oldname='ean13')
barcode = fields.Char(string='Barcode', oldname='ean13')
pos_order_count = fields.Integer(
compute='_compute_pos_order',
help="The number of point of sales orders related to this customer",
Expand Down

0 comments on commit ec2cbed

Please sign in to comment.