Skip to content

Commit

Permalink
[RFT] - Changes to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Franco committed Nov 14, 2023
1 parent f3a1f2a commit 1b8a3cc
Show file tree
Hide file tree
Showing 4 changed files with 3,320 additions and 3,314 deletions.
4 changes: 2 additions & 2 deletions pos_product_available/models/pos_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class PosConfig(models.Model):

available_product = fields.Boolean()
available_product_ids = fields.Many2many(
comodel_name='product.template',
string='Available Products',
comodel_name="product.template",
string="Available Products",
)
Loading

0 comments on commit 1b8a3cc

Please sign in to comment.