From 0e28ea3bc1ce606baa2274c01f4dd71b01b0f8e4 Mon Sep 17 00:00:00 2001 From: wilsongomez Date: Tue, 17 May 2022 11:00:18 -0500 Subject: [PATCH] minor fix --- .gitignore | 0 CHANGELOG | 0 COPYRIGHT | 0 INSTALL | 0 LICENSE | 0 MANIFEST.in | 0 PKG-INFO | 0 README | 0 __init__.py | 0 doc/index.rst | 0 inventory.py | 0 inventory.xml | 0 kardex.fods | Bin locale/es.po | 0 move_by_products.fods | Bin patch.sql | 0 position.py | 0 position.xml | 0 product.py | 0 product.xml | 0 products.fods | Bin setup.cfg | 0 setup.py | 0 shipment.py | 0 shipment.xml | 0 shipment_detailed.fods | Bin stock.py | 0 stock.xml | 0 supplier_return_restocking_list.fodt | 0 tests/__init__.py | 0 tryton.cfg | 0 view/change_udm_product_form.xml | 0 view/create_internal_shipment_form.xml | 0 view/inventory_create_start_form.xml | 0 view/inventory_form.xml | 0 view/move_by_product_start_form.xml | 0 view/move_form.xml | 0 view/move_list_shipment_in.xml | 0 view/move_tree.xml | 0 view/position_form.xml | 0 view/position_template_form.xml | 0 view/position_template_tree.xml | 0 view/position_tree.xml | 0 view/print_products_start_form.xml | 0 view/print_shipment_detailed_start_form.xml | 0 view/product_form.xml | 0 view/product_tree.xml | 0 view/product_tree_qty.xml | 0 view/stock_lot_form.xml | 0 view/stock_lot_tree.xml | 0 view/template_form.xml | 0 view/warehouse_kardex_start_form.xml | 0 view/warehouse_report_start_form.xml | 0 view/warehouse_stock_detailed_view_form.xml | 0 warehouse.fods | Bin warehouse_detailed.fods | Bin 56 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 CHANGELOG mode change 100644 => 100755 COPYRIGHT mode change 100644 => 100755 INSTALL mode change 100644 => 100755 LICENSE mode change 100644 => 100755 MANIFEST.in mode change 100644 => 100755 PKG-INFO mode change 100644 => 100755 README mode change 100644 => 100755 __init__.py mode change 100644 => 100755 doc/index.rst mode change 100644 => 100755 inventory.py mode change 100644 => 100755 inventory.xml mode change 100644 => 100755 kardex.fods mode change 100644 => 100755 locale/es.po mode change 100644 => 100755 move_by_products.fods mode change 100644 => 100755 patch.sql mode change 100644 => 100755 position.py mode change 100644 => 100755 position.xml mode change 100644 => 100755 product.py mode change 100644 => 100755 product.xml mode change 100644 => 100755 products.fods mode change 100644 => 100755 setup.cfg mode change 100644 => 100755 setup.py mode change 100644 => 100755 shipment.py mode change 100644 => 100755 shipment.xml mode change 100644 => 100755 shipment_detailed.fods mode change 100644 => 100755 stock.py mode change 100644 => 100755 stock.xml mode change 100644 => 100755 supplier_return_restocking_list.fodt mode change 100644 => 100755 tests/__init__.py mode change 100644 => 100755 tryton.cfg mode change 100644 => 100755 view/change_udm_product_form.xml mode change 100644 => 100755 view/create_internal_shipment_form.xml mode change 100644 => 100755 view/inventory_create_start_form.xml mode change 100644 => 100755 view/inventory_form.xml mode change 100644 => 100755 view/move_by_product_start_form.xml mode change 100644 => 100755 view/move_form.xml mode change 100644 => 100755 view/move_list_shipment_in.xml mode change 100644 => 100755 view/move_tree.xml mode change 100644 => 100755 view/position_form.xml mode change 100644 => 100755 view/position_template_form.xml mode change 100644 => 100755 view/position_template_tree.xml mode change 100644 => 100755 view/position_tree.xml mode change 100644 => 100755 view/print_products_start_form.xml mode change 100644 => 100755 view/print_shipment_detailed_start_form.xml mode change 100644 => 100755 view/product_form.xml mode change 100644 => 100755 view/product_tree.xml mode change 100644 => 100755 view/product_tree_qty.xml mode change 100644 => 100755 view/stock_lot_form.xml mode change 100644 => 100755 view/stock_lot_tree.xml mode change 100644 => 100755 view/template_form.xml mode change 100644 => 100755 view/warehouse_kardex_start_form.xml mode change 100644 => 100755 view/warehouse_report_start_form.xml mode change 100644 => 100755 view/warehouse_stock_detailed_view_form.xml mode change 100644 => 100755 warehouse.fods mode change 100644 => 100755 warehouse_detailed.fods diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/CHANGELOG b/CHANGELOG old mode 100644 new mode 100755 diff --git a/COPYRIGHT b/COPYRIGHT old mode 100644 new mode 100755 diff --git a/INSTALL b/INSTALL old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/MANIFEST.in b/MANIFEST.in old mode 100644 new mode 100755 diff --git a/PKG-INFO b/PKG-INFO old mode 100644 new mode 100755 diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/__init__.py b/__init__.py old mode 100644 new mode 100755 diff --git a/doc/index.rst b/doc/index.rst old mode 100644 new mode 100755 diff --git a/inventory.py b/inventory.py old mode 100644 new mode 100755 diff --git a/inventory.xml b/inventory.xml old mode 100644 new mode 100755 diff --git a/kardex.fods b/kardex.fods old mode 100644 new mode 100755 diff --git a/locale/es.po b/locale/es.po old mode 100644 new mode 100755 diff --git a/move_by_products.fods b/move_by_products.fods old mode 100644 new mode 100755 diff --git a/patch.sql b/patch.sql old mode 100644 new mode 100755 diff --git a/position.py b/position.py old mode 100644 new mode 100755 diff --git a/position.xml b/position.xml old mode 100644 new mode 100755 diff --git a/product.py b/product.py old mode 100644 new mode 100755 diff --git a/product.xml b/product.xml old mode 100644 new mode 100755 diff --git a/products.fods b/products.fods old mode 100644 new mode 100755 diff --git a/setup.cfg b/setup.cfg old mode 100644 new mode 100755 diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 diff --git a/shipment.py b/shipment.py old mode 100644 new mode 100755 diff --git a/shipment.xml b/shipment.xml old mode 100644 new mode 100755 diff --git a/shipment_detailed.fods b/shipment_detailed.fods old mode 100644 new mode 100755 diff --git a/stock.py b/stock.py old mode 100644 new mode 100755 diff --git a/stock.xml b/stock.xml old mode 100644 new mode 100755 diff --git a/supplier_return_restocking_list.fodt b/supplier_return_restocking_list.fodt old mode 100644 new mode 100755 diff --git a/tests/__init__.py b/tests/__init__.py old mode 100644 new mode 100755 diff --git a/tryton.cfg b/tryton.cfg old mode 100644 new mode 100755 diff --git a/view/change_udm_product_form.xml b/view/change_udm_product_form.xml old mode 100644 new mode 100755 diff --git a/view/create_internal_shipment_form.xml b/view/create_internal_shipment_form.xml old mode 100644 new mode 100755 diff --git a/view/inventory_create_start_form.xml b/view/inventory_create_start_form.xml old mode 100644 new mode 100755 diff --git a/view/inventory_form.xml b/view/inventory_form.xml old mode 100644 new mode 100755 diff --git a/view/move_by_product_start_form.xml b/view/move_by_product_start_form.xml old mode 100644 new mode 100755 diff --git a/view/move_form.xml b/view/move_form.xml old mode 100644 new mode 100755 diff --git a/view/move_list_shipment_in.xml b/view/move_list_shipment_in.xml old mode 100644 new mode 100755 diff --git a/view/move_tree.xml b/view/move_tree.xml old mode 100644 new mode 100755 diff --git a/view/position_form.xml b/view/position_form.xml old mode 100644 new mode 100755 diff --git a/view/position_template_form.xml b/view/position_template_form.xml old mode 100644 new mode 100755 diff --git a/view/position_template_tree.xml b/view/position_template_tree.xml old mode 100644 new mode 100755 diff --git a/view/position_tree.xml b/view/position_tree.xml old mode 100644 new mode 100755 diff --git a/view/print_products_start_form.xml b/view/print_products_start_form.xml old mode 100644 new mode 100755 diff --git a/view/print_shipment_detailed_start_form.xml b/view/print_shipment_detailed_start_form.xml old mode 100644 new mode 100755 diff --git a/view/product_form.xml b/view/product_form.xml old mode 100644 new mode 100755 diff --git a/view/product_tree.xml b/view/product_tree.xml old mode 100644 new mode 100755 diff --git a/view/product_tree_qty.xml b/view/product_tree_qty.xml old mode 100644 new mode 100755 diff --git a/view/stock_lot_form.xml b/view/stock_lot_form.xml old mode 100644 new mode 100755 diff --git a/view/stock_lot_tree.xml b/view/stock_lot_tree.xml old mode 100644 new mode 100755 diff --git a/view/template_form.xml b/view/template_form.xml old mode 100644 new mode 100755 diff --git a/view/warehouse_kardex_start_form.xml b/view/warehouse_kardex_start_form.xml old mode 100644 new mode 100755 diff --git a/view/warehouse_report_start_form.xml b/view/warehouse_report_start_form.xml old mode 100644 new mode 100755 diff --git a/view/warehouse_stock_detailed_view_form.xml b/view/warehouse_stock_detailed_view_form.xml old mode 100644 new mode 100755 diff --git a/warehouse.fods b/warehouse.fods old mode 100644 new mode 100755 diff --git a/warehouse_detailed.fods b/warehouse_detailed.fods old mode 100644 new mode 100755