mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-25 02:01:59 +02:00
19.0 vanilla
This commit is contained in:
parent
6e54c1af6c
commit
3ca647e428
1087 changed files with 132065 additions and 108499 deletions
|
|
@ -0,0 +1,7 @@
|
|||
from odoo import fields, models
|
||||
|
||||
|
||||
class ResPartner(models.Model):
|
||||
_inherit = 'res.partner'
|
||||
|
||||
loyalty_card_count = fields.Integer(groups='base.group_user,point_of_sale.group_pos_user')
|
||||
Loading…
Add table
Add a link
Reference in a new issue