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 15, 2023
1 parent e2de2ae commit d1b7432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pos_product_available/models/product.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from odoo import fields, models


class ProductTemplate(models.Model):
_inherit = "product.template"
_description = "Point of Sale Visible Product"

pos_center_ids = fields.Many2many(
comodel_name="pos.config",
string="PdV Visibles",
Expand Down
2 changes: 1 addition & 1 deletion pos_product_available/views/assets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
id="pos_assets_inherit"
inherit_id="point_of_sale.assets"
name="point_of_sale assets inherit"
>
>
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_product_available/static/src/js/models.js" />
</xpath>
Expand Down

0 comments on commit d1b7432

Please sign in to comment.