Browse Source

[UPTD] technical name changed

pull/57/head
Sreejith 7 years ago
parent
commit
15fcaf25a2
  1. 0
      product_return_pos/README.rst
  2. 0
      product_return_pos/__init__.py
  3. 0
      product_return_pos/__manifest__.py
  4. 0
      product_return_pos/models/__init__.py
  5. 0
      product_return_pos/models/pos_return.py
  6. 0
      product_return_pos/static/description/backend.png
  7. 0
      product_return_pos/static/description/banner.jpg
  8. 0
      product_return_pos/static/description/button.png
  9. 0
      product_return_pos/static/description/fully.png
  10. 0
      product_return_pos/static/description/icon.png
  11. 0
      product_return_pos/static/description/index.html
  12. 0
      product_return_pos/static/description/line.png
  13. 0
      product_return_pos/static/description/oreder_1.png
  14. 0
      product_return_pos/static/description/ref.png
  15. 0
      product_return_pos/static/description/rest.png
  16. 0
      product_return_pos/static/description/ret_order.png
  17. 2
      product_return_pos/static/src/js/pos_return.js
  18. 0
      product_return_pos/static/src/xml/pos_return.xml
  19. 2
      product_return_pos/views/pos_template.xml
  20. 0
      product_return_pos/views/return.xml

0
pos_return/README.rst → product_return_pos/README.rst

0
pos_return/__init__.py → product_return_pos/__init__.py

0
pos_return/__manifest__.py → product_return_pos/__manifest__.py

0
pos_return/models/__init__.py → product_return_pos/models/__init__.py

0
pos_return/models/pos_return.py → product_return_pos/models/pos_return.py

0
pos_return/static/description/backend.png → product_return_pos/static/description/backend.png

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

0
pos_return/static/description/banner.jpg → product_return_pos/static/description/banner.jpg

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

0
pos_return/static/description/button.png → product_return_pos/static/description/button.png

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 228 KiB

0
pos_return/static/description/fully.png → product_return_pos/static/description/fully.png

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

0
pos_return/static/description/icon.png → product_return_pos/static/description/icon.png

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

0
pos_return/static/description/index.html → product_return_pos/static/description/index.html

0
pos_return/static/description/line.png → product_return_pos/static/description/line.png

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

0
pos_return/static/description/oreder_1.png → product_return_pos/static/description/oreder_1.png

Before

Width:  |  Height:  |  Size: 240 KiB

After

Width:  |  Height:  |  Size: 240 KiB

0
pos_return/static/description/ref.png → product_return_pos/static/description/ref.png

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

0
pos_return/static/description/rest.png → product_return_pos/static/description/rest.png

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
pos_return/static/description/ret_order.png → product_return_pos/static/description/ret_order.png

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

2
pos_return/static/src/js/pos_return.js → product_return_pos/static/src/js/pos_return.js

@ -1,4 +1,4 @@
odoo.define('pos_return',function(require){
odoo.define('product_return_pos',function(require){
"use strict";
var gui = require('point_of_sale.gui');

0
pos_return/static/src/xml/pos_return.xml → product_return_pos/static/src/xml/pos_return.xml

2
pos_return/views/pos_template.xml → product_return_pos/views/pos_template.xml

@ -3,7 +3,7 @@
<data>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_return/static/src/js/pos_return.js"></script>
<script type="text/javascript" src="/product_return_pos/static/src/js/pos_return.js"></script>
</xpath>
</template>

0
pos_return/views/return.xml → product_return_pos/views/return.xml

Loading…
Cancel
Save