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 a28335c commit cb4b692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion pos_product_available/static/src/js/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -3606,5 +3606,4 @@ odoo.define('point_of_sale.models', function (require) {
// Order: Order,
// };
return Exports;

});
8 changes: 4 additions & 4 deletions pos_product_available/views/point_of_sale.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
id="pos_assets_inherit"
inherit_id="point_of_sale.assets"
name="point_of_sale assets inherit"
>
>
<xpath
expr="//script[contains(@src, '/point_of_sale/static/src/js/models.js')]"
position="replace"
>
expr="//script[contains(@src, '/point_of_sale/static/src/js/models.js')]"
position="replace"
>
<script type="text/javascript" src="/pos_product_available/static/src/js/models.js" />
</xpath>
</template>
Expand Down

0 comments on commit cb4b692

Please sign in to comment.