-
-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] Backport pos_lot_selection from v. 15.0
- Loading branch information
1 parent
89651d1
commit 78344dc
Showing
6 changed files
with
38 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright 2022 Camptocamp SA | ||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> | ||
<odoo> | ||
<template id="assets" inherit_id="point_of_sale.assets"> | ||
<xpath expr="."> | ||
<script | ||
type="text/javascript" | ||
src="/pos_lot_selection/static/src/js/models.js" | ||
/> | ||
<script | ||
type="text/javascript" | ||
src="/pos_lot_selection/static/src/js/EditListPopup.js" | ||
/> | ||
<script | ||
type="text/javascript" | ||
src="/pos_lot_selection/static/src/js/OrderWidget.js" | ||
/> | ||
<script | ||
type="text/javascript" | ||
src="/pos_lot_selection/static/src/js/ProductScreen.js" | ||
/> | ||
</xpath> | ||
</template> | ||
</odoo> |