Skip to content

Commit

Permalink
[ADD]Added 'Client' Type in barcode rule as it was in point_of_sale i…
Browse files Browse the repository at this point in the history
…n previous version and we removed point_of_sale dependency from this module
  • Loading branch information
krunal267 committed Jan 30, 2020
1 parent 399460f commit b2e25f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions barcodes_generator_partner/models/barcode_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ class BarcodeRule(models.Model):

generate_model = fields.Selection(
selection_add=[('res.partner', 'Partners')])

type = fields.Selection(
selection_add=[
('client', 'Client'),
]
)

0 comments on commit b2e25f8

Please sign in to comment.