diff --git a/README.md b/README.md index 24a58e4ca3b1..b46ba67cd426 100644 --- a/README.md +++ b/README.md @@ -36,17 +36,17 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[base_product_merge](__unported__/base_product_merge/) | 1.0 (unported) | Base Products Merge -[configurable_stock_level](__unported__/configurable_stock_level/) | 0.1 (unported) | name -[stock_available_mrp](__unported__/stock_available_mrp/) | 2.0 (unported) | Consider the production potential is available to promise -[stock_available_sale](__unported__/stock_available_sale/) | 2.0 (unported) | Quotations in quantity available to promise -[stock_inventory_existing_lines](__unported__/stock_inventory_existing_lines/) | 1.0 (unported) | Inventory Extended -[stock_inventory_extended](__unported__/stock_inventory_extended/) | 1.0 (unported) | Move Inventory Extended -[stock_inventory_with_location](__unported__/stock_inventory_with_location/) | 1.0 (unported) | Move Inventory Extended -[stock_lot_valuation](__unported__/stock_lot_valuation/) | 0.1 (unported) | Lot Valuation -[stock_move_location](__unported__/stock_move_location/) | 1.0 (unported) | Move Stock Location -[stock_optional_valuation](__unported__/stock_optional_valuation/) | 0.1 (unported) | Stock optional valuation -[stock_orderpoint_creator](__unported__/stock_orderpoint_creator/) | 1.0 (unported) | Configuration of order point in mass -[stock_reord_rule](__unported__/stock_reord_rule/) | 0.2 (unported) | Improved reordering rules +[base_product_merge](base_product_merge/) | 1.0 (unported) | Base Products Merge +[configurable_stock_level](configurable_stock_level/) | 0.1 (unported) | name +[stock_available_mrp](stock_available_mrp/) | 2.0 (unported) | Consider the production potential is available to promise +[stock_available_sale](stock_available_sale/) | 2.0 (unported) | Quotations in quantity available to promise +[stock_inventory_existing_lines](stock_inventory_existing_lines/) | 1.0 (unported) | Inventory Extended +[stock_inventory_extended](stock_inventory_extended/) | 1.0 (unported) | Move Inventory Extended +[stock_inventory_with_location](stock_inventory_with_location/) | 1.0 (unported) | Move Inventory Extended +[stock_lot_valuation](stock_lot_valuation/) | 0.1 (unported) | Lot Valuation +[stock_move_location](stock_move_location/) | 1.0 (unported) | Move Stock Location +[stock_optional_valuation](stock_optional_valuation/) | 0.1 (unported) | Stock optional valuation +[stock_orderpoint_creator](stock_orderpoint_creator/) | 1.0 (unported) | Configuration of order point in mass +[stock_reord_rule](stock_reord_rule/) | 0.2 (unported) | Improved reordering rules [//]: # (end addons) diff --git a/__unported__/base_product_merge/__init__.py b/base_product_merge/__init__.py similarity index 100% rename from __unported__/base_product_merge/__init__.py rename to base_product_merge/__init__.py diff --git a/__unported__/base_product_merge/__openerp__.py b/base_product_merge/__openerp__.py similarity index 100% rename from __unported__/base_product_merge/__openerp__.py rename to base_product_merge/__openerp__.py diff --git a/__unported__/base_product_merge/wizard/__init__.py b/base_product_merge/wizard/__init__.py similarity index 100% rename from __unported__/base_product_merge/wizard/__init__.py rename to base_product_merge/wizard/__init__.py diff --git a/__unported__/base_product_merge/wizard/base_product_merge.py b/base_product_merge/wizard/base_product_merge.py similarity index 100% rename from __unported__/base_product_merge/wizard/base_product_merge.py rename to base_product_merge/wizard/base_product_merge.py diff --git a/__unported__/base_product_merge/wizard/base_product_merge_view.xml b/base_product_merge/wizard/base_product_merge_view.xml similarity index 100% rename from __unported__/base_product_merge/wizard/base_product_merge_view.xml rename to base_product_merge/wizard/base_product_merge_view.xml diff --git a/__unported__/configurable_stock_level/__init__.py b/configurable_stock_level/__init__.py similarity index 100% rename from __unported__/configurable_stock_level/__init__.py rename to configurable_stock_level/__init__.py diff --git a/__unported__/configurable_stock_level/__openerp__.py b/configurable_stock_level/__openerp__.py similarity index 100% rename from __unported__/configurable_stock_level/__openerp__.py rename to configurable_stock_level/__openerp__.py diff --git a/__unported__/configurable_stock_level/product.py b/configurable_stock_level/product.py similarity index 100% rename from __unported__/configurable_stock_level/product.py rename to configurable_stock_level/product.py diff --git a/__unported__/configurable_stock_level/product_view.xml b/configurable_stock_level/product_view.xml similarity index 100% rename from __unported__/configurable_stock_level/product_view.xml rename to configurable_stock_level/product_view.xml diff --git a/__unported__/configurable_stock_level/security/ir.model.access.csv b/configurable_stock_level/security/ir.model.access.csv similarity index 100% rename from __unported__/configurable_stock_level/security/ir.model.access.csv rename to configurable_stock_level/security/ir.model.access.csv diff --git a/__unported__/configurable_stock_level/stock_level_configuration.py b/configurable_stock_level/stock_level_configuration.py similarity index 100% rename from __unported__/configurable_stock_level/stock_level_configuration.py rename to configurable_stock_level/stock_level_configuration.py diff --git a/__unported__/configurable_stock_level/stock_level_configuration_view.xml b/configurable_stock_level/stock_level_configuration_view.xml similarity index 100% rename from __unported__/configurable_stock_level/stock_level_configuration_view.xml rename to configurable_stock_level/stock_level_configuration_view.xml diff --git a/__unported__/stock_available_mrp/README.rst b/stock_available_mrp/README.rst similarity index 100% rename from __unported__/stock_available_mrp/README.rst rename to stock_available_mrp/README.rst diff --git a/__unported__/stock_available_mrp/__init__.py b/stock_available_mrp/__init__.py similarity index 100% rename from __unported__/stock_available_mrp/__init__.py rename to stock_available_mrp/__init__.py diff --git a/__unported__/stock_available_mrp/__openerp__.py b/stock_available_mrp/__openerp__.py similarity index 100% rename from __unported__/stock_available_mrp/__openerp__.py rename to stock_available_mrp/__openerp__.py diff --git a/__unported__/stock_available_mrp/i18n/fr.po b/stock_available_mrp/i18n/fr.po similarity index 100% rename from __unported__/stock_available_mrp/i18n/fr.po rename to stock_available_mrp/i18n/fr.po diff --git a/__unported__/stock_available_mrp/i18n/stock_available_mrp.pot b/stock_available_mrp/i18n/stock_available_mrp.pot similarity index 100% rename from __unported__/stock_available_mrp/i18n/stock_available_mrp.pot rename to stock_available_mrp/i18n/stock_available_mrp.pot diff --git a/__unported__/stock_available_mrp/product.py b/stock_available_mrp/product.py similarity index 100% rename from __unported__/stock_available_mrp/product.py rename to stock_available_mrp/product.py diff --git a/__unported__/stock_available_mrp/product_view.xml b/stock_available_mrp/product_view.xml similarity index 100% rename from __unported__/stock_available_mrp/product_view.xml rename to stock_available_mrp/product_view.xml diff --git a/__unported__/stock_available_mrp/test/potential_qty.yml b/stock_available_mrp/test/potential_qty.yml similarity index 100% rename from __unported__/stock_available_mrp/test/potential_qty.yml rename to stock_available_mrp/test/potential_qty.yml diff --git a/__unported__/stock_available_sale/README.rst b/stock_available_sale/README.rst similarity index 100% rename from __unported__/stock_available_sale/README.rst rename to stock_available_sale/README.rst diff --git a/__unported__/stock_available_sale/__init__.py b/stock_available_sale/__init__.py similarity index 100% rename from __unported__/stock_available_sale/__init__.py rename to stock_available_sale/__init__.py diff --git a/__unported__/stock_available_sale/__openerp__.py b/stock_available_sale/__openerp__.py similarity index 100% rename from __unported__/stock_available_sale/__openerp__.py rename to stock_available_sale/__openerp__.py diff --git a/__unported__/stock_available_sale/i18n/fr.po b/stock_available_sale/i18n/fr.po similarity index 100% rename from __unported__/stock_available_sale/i18n/fr.po rename to stock_available_sale/i18n/fr.po diff --git a/__unported__/stock_available_sale/i18n/stock_available_sale.pot b/stock_available_sale/i18n/stock_available_sale.pot similarity index 100% rename from __unported__/stock_available_sale/i18n/stock_available_sale.pot rename to stock_available_sale/i18n/stock_available_sale.pot diff --git a/__unported__/stock_available_sale/product.py b/stock_available_sale/product.py similarity index 100% rename from __unported__/stock_available_sale/product.py rename to stock_available_sale/product.py diff --git a/__unported__/stock_available_sale/product_view.xml b/stock_available_sale/product_view.xml similarity index 100% rename from __unported__/stock_available_sale/product_view.xml rename to stock_available_sale/product_view.xml diff --git a/__unported__/stock_available_sale/test/quoted_qty.yml b/stock_available_sale/test/quoted_qty.yml similarity index 100% rename from __unported__/stock_available_sale/test/quoted_qty.yml rename to stock_available_sale/test/quoted_qty.yml diff --git a/__unported__/stock_inventory_existing_lines/__init__.py b/stock_inventory_existing_lines/__init__.py similarity index 100% rename from __unported__/stock_inventory_existing_lines/__init__.py rename to stock_inventory_existing_lines/__init__.py diff --git a/__unported__/stock_inventory_existing_lines/__openerp__.py b/stock_inventory_existing_lines/__openerp__.py similarity index 100% rename from __unported__/stock_inventory_existing_lines/__openerp__.py rename to stock_inventory_existing_lines/__openerp__.py diff --git a/__unported__/stock_inventory_existing_lines/i18n/fr.po b/stock_inventory_existing_lines/i18n/fr.po similarity index 100% rename from __unported__/stock_inventory_existing_lines/i18n/fr.po rename to stock_inventory_existing_lines/i18n/fr.po diff --git a/__unported__/stock_inventory_existing_lines/images/Inventory existing lines.png b/stock_inventory_existing_lines/images/Inventory existing lines.png similarity index 100% rename from __unported__/stock_inventory_existing_lines/images/Inventory existing lines.png rename to stock_inventory_existing_lines/images/Inventory existing lines.png diff --git a/__unported__/stock_inventory_existing_lines/security/ir.model.access.csv b/stock_inventory_existing_lines/security/ir.model.access.csv similarity index 100% rename from __unported__/stock_inventory_existing_lines/security/ir.model.access.csv rename to stock_inventory_existing_lines/security/ir.model.access.csv diff --git a/__unported__/stock_inventory_existing_lines/stock.py b/stock_inventory_existing_lines/stock.py similarity index 100% rename from __unported__/stock_inventory_existing_lines/stock.py rename to stock_inventory_existing_lines/stock.py diff --git a/__unported__/stock_inventory_existing_lines/stock_view.xml b/stock_inventory_existing_lines/stock_view.xml similarity index 100% rename from __unported__/stock_inventory_existing_lines/stock_view.xml rename to stock_inventory_existing_lines/stock_view.xml diff --git a/__unported__/stock_inventory_extended/__init__.py b/stock_inventory_extended/__init__.py similarity index 100% rename from __unported__/stock_inventory_extended/__init__.py rename to stock_inventory_extended/__init__.py diff --git a/__unported__/stock_inventory_extended/__openerp__.py b/stock_inventory_extended/__openerp__.py similarity index 100% rename from __unported__/stock_inventory_extended/__openerp__.py rename to stock_inventory_extended/__openerp__.py diff --git a/__unported__/stock_inventory_extended/i18n/fr.po b/stock_inventory_extended/i18n/fr.po similarity index 100% rename from __unported__/stock_inventory_extended/i18n/fr.po rename to stock_inventory_extended/i18n/fr.po diff --git a/__unported__/stock_inventory_extended/images/Inventory extended.png b/stock_inventory_extended/images/Inventory extended.png similarity index 100% rename from __unported__/stock_inventory_extended/images/Inventory extended.png rename to stock_inventory_extended/images/Inventory extended.png diff --git a/__unported__/stock_inventory_extended/stock.py b/stock_inventory_extended/stock.py similarity index 100% rename from __unported__/stock_inventory_extended/stock.py rename to stock_inventory_extended/stock.py diff --git a/__unported__/stock_inventory_extended/stock_view.xml b/stock_inventory_extended/stock_view.xml similarity index 100% rename from __unported__/stock_inventory_extended/stock_view.xml rename to stock_inventory_extended/stock_view.xml diff --git a/__unported__/stock_inventory_extended/wizard/__init__.py b/stock_inventory_extended/wizard/__init__.py similarity index 100% rename from __unported__/stock_inventory_extended/wizard/__init__.py rename to stock_inventory_extended/wizard/__init__.py diff --git a/__unported__/stock_inventory_extended/wizard/stock_fill_inventory.py b/stock_inventory_extended/wizard/stock_fill_inventory.py similarity index 100% rename from __unported__/stock_inventory_extended/wizard/stock_fill_inventory.py rename to stock_inventory_extended/wizard/stock_fill_inventory.py diff --git a/__unported__/stock_inventory_extended/wizard/stock_fill_inventory_view.xml b/stock_inventory_extended/wizard/stock_fill_inventory_view.xml similarity index 100% rename from __unported__/stock_inventory_extended/wizard/stock_fill_inventory_view.xml rename to stock_inventory_extended/wizard/stock_fill_inventory_view.xml diff --git a/__unported__/stock_inventory_with_location/__init__.py b/stock_inventory_with_location/__init__.py similarity index 100% rename from __unported__/stock_inventory_with_location/__init__.py rename to stock_inventory_with_location/__init__.py diff --git a/__unported__/stock_inventory_with_location/__openerp__.py b/stock_inventory_with_location/__openerp__.py similarity index 100% rename from __unported__/stock_inventory_with_location/__openerp__.py rename to stock_inventory_with_location/__openerp__.py diff --git a/__unported__/stock_inventory_with_location/stock.py b/stock_inventory_with_location/stock.py similarity index 100% rename from __unported__/stock_inventory_with_location/stock.py rename to stock_inventory_with_location/stock.py diff --git a/__unported__/stock_lot_valuation/AUTHORS.txt b/stock_lot_valuation/AUTHORS.txt similarity index 100% rename from __unported__/stock_lot_valuation/AUTHORS.txt rename to stock_lot_valuation/AUTHORS.txt diff --git a/__unported__/stock_lot_valuation/__init__.py b/stock_lot_valuation/__init__.py similarity index 100% rename from __unported__/stock_lot_valuation/__init__.py rename to stock_lot_valuation/__init__.py diff --git a/__unported__/stock_lot_valuation/__openerp__.py b/stock_lot_valuation/__openerp__.py similarity index 100% rename from __unported__/stock_lot_valuation/__openerp__.py rename to stock_lot_valuation/__openerp__.py diff --git a/__unported__/stock_lot_valuation/i18n/stock_lot_valuation.pot b/stock_lot_valuation/i18n/stock_lot_valuation.pot similarity index 100% rename from __unported__/stock_lot_valuation/i18n/stock_lot_valuation.pot rename to stock_lot_valuation/i18n/stock_lot_valuation.pot diff --git a/__unported__/stock_lot_valuation/product.py b/stock_lot_valuation/product.py similarity index 100% rename from __unported__/stock_lot_valuation/product.py rename to stock_lot_valuation/product.py diff --git a/__unported__/stock_lot_valuation/product_view.xml b/stock_lot_valuation/product_view.xml similarity index 100% rename from __unported__/stock_lot_valuation/product_view.xml rename to stock_lot_valuation/product_view.xml diff --git a/__unported__/stock_lot_valuation/stock.py b/stock_lot_valuation/stock.py similarity index 100% rename from __unported__/stock_lot_valuation/stock.py rename to stock_lot_valuation/stock.py diff --git a/__unported__/stock_lot_valuation/stock_view.xml b/stock_lot_valuation/stock_view.xml similarity index 100% rename from __unported__/stock_lot_valuation/stock_view.xml rename to stock_lot_valuation/stock_view.xml diff --git a/__unported__/stock_lot_valuation/test/stock.yml b/stock_lot_valuation/test/stock.yml similarity index 100% rename from __unported__/stock_lot_valuation/test/stock.yml rename to stock_lot_valuation/test/stock.yml diff --git a/__unported__/stock_lot_valuation/wizard/__init__.py b/stock_lot_valuation/wizard/__init__.py similarity index 100% rename from __unported__/stock_lot_valuation/wizard/__init__.py rename to stock_lot_valuation/wizard/__init__.py diff --git a/__unported__/stock_lot_valuation/wizard/stock_change_standard_price.py b/stock_lot_valuation/wizard/stock_change_standard_price.py similarity index 100% rename from __unported__/stock_lot_valuation/wizard/stock_change_standard_price.py rename to stock_lot_valuation/wizard/stock_change_standard_price.py diff --git a/__unported__/stock_lot_valuation/wizard/stock_change_standard_price_view.xml b/stock_lot_valuation/wizard/stock_change_standard_price_view.xml similarity index 100% rename from __unported__/stock_lot_valuation/wizard/stock_change_standard_price_view.xml rename to stock_lot_valuation/wizard/stock_change_standard_price_view.xml diff --git a/__unported__/stock_move_location/__init__.py b/stock_move_location/__init__.py similarity index 100% rename from __unported__/stock_move_location/__init__.py rename to stock_move_location/__init__.py diff --git a/__unported__/stock_move_location/__openerp__.py b/stock_move_location/__openerp__.py similarity index 100% rename from __unported__/stock_move_location/__openerp__.py rename to stock_move_location/__openerp__.py diff --git a/__unported__/stock_move_location/i18n/fr.po b/stock_move_location/i18n/fr.po similarity index 100% rename from __unported__/stock_move_location/i18n/fr.po rename to stock_move_location/i18n/fr.po diff --git a/__unported__/stock_move_location/stock.py b/stock_move_location/stock.py similarity index 100% rename from __unported__/stock_move_location/stock.py rename to stock_move_location/stock.py diff --git a/__unported__/stock_move_location/stock_move_sequence.xml b/stock_move_location/stock_move_sequence.xml similarity index 100% rename from __unported__/stock_move_location/stock_move_sequence.xml rename to stock_move_location/stock_move_sequence.xml diff --git a/__unported__/stock_move_location/stock_view.xml b/stock_move_location/stock_view.xml similarity index 100% rename from __unported__/stock_move_location/stock_view.xml rename to stock_move_location/stock_view.xml diff --git a/__unported__/stock_move_location/wizard/__init__.py b/stock_move_location/wizard/__init__.py similarity index 100% rename from __unported__/stock_move_location/wizard/__init__.py rename to stock_move_location/wizard/__init__.py diff --git a/__unported__/stock_move_location/wizard/move_location.py b/stock_move_location/wizard/move_location.py similarity index 100% rename from __unported__/stock_move_location/wizard/move_location.py rename to stock_move_location/wizard/move_location.py diff --git a/__unported__/stock_move_location/wizard/move_location_view.xml b/stock_move_location/wizard/move_location_view.xml similarity index 100% rename from __unported__/stock_move_location/wizard/move_location_view.xml rename to stock_move_location/wizard/move_location_view.xml diff --git a/__unported__/stock_optional_valuation/AUTHORS.txt b/stock_optional_valuation/AUTHORS.txt similarity index 100% rename from __unported__/stock_optional_valuation/AUTHORS.txt rename to stock_optional_valuation/AUTHORS.txt diff --git a/__unported__/stock_optional_valuation/__init__.py b/stock_optional_valuation/__init__.py similarity index 100% rename from __unported__/stock_optional_valuation/__init__.py rename to stock_optional_valuation/__init__.py diff --git a/__unported__/stock_optional_valuation/__openerp__.py b/stock_optional_valuation/__openerp__.py similarity index 100% rename from __unported__/stock_optional_valuation/__openerp__.py rename to stock_optional_valuation/__openerp__.py diff --git a/__unported__/stock_optional_valuation/i18n/stock_optional_valuation.pot b/stock_optional_valuation/i18n/stock_optional_valuation.pot similarity index 100% rename from __unported__/stock_optional_valuation/i18n/stock_optional_valuation.pot rename to stock_optional_valuation/i18n/stock_optional_valuation.pot diff --git a/__unported__/stock_optional_valuation/stock.py b/stock_optional_valuation/stock.py similarity index 100% rename from __unported__/stock_optional_valuation/stock.py rename to stock_optional_valuation/stock.py diff --git a/__unported__/stock_optional_valuation/stock_view.xml b/stock_optional_valuation/stock_view.xml similarity index 100% rename from __unported__/stock_optional_valuation/stock_view.xml rename to stock_optional_valuation/stock_view.xml diff --git a/__unported__/stock_optional_valuation/test/stock.yml b/stock_optional_valuation/test/stock.yml similarity index 100% rename from __unported__/stock_optional_valuation/test/stock.yml rename to stock_optional_valuation/test/stock.yml diff --git a/__unported__/stock_orderpoint_creator/__init__.py b/stock_orderpoint_creator/__init__.py similarity index 100% rename from __unported__/stock_orderpoint_creator/__init__.py rename to stock_orderpoint_creator/__init__.py diff --git a/__unported__/stock_orderpoint_creator/__openerp__.py b/stock_orderpoint_creator/__openerp__.py similarity index 100% rename from __unported__/stock_orderpoint_creator/__openerp__.py rename to stock_orderpoint_creator/__openerp__.py diff --git a/__unported__/stock_orderpoint_creator/base_product_config_template.py b/stock_orderpoint_creator/base_product_config_template.py similarity index 100% rename from __unported__/stock_orderpoint_creator/base_product_config_template.py rename to stock_orderpoint_creator/base_product_config_template.py diff --git a/__unported__/stock_orderpoint_creator/orderpoint_template.py b/stock_orderpoint_creator/orderpoint_template.py similarity index 100% rename from __unported__/stock_orderpoint_creator/orderpoint_template.py rename to stock_orderpoint_creator/orderpoint_template.py diff --git a/__unported__/stock_orderpoint_creator/security/ir.model.access.csv b/stock_orderpoint_creator/security/ir.model.access.csv similarity index 100% rename from __unported__/stock_orderpoint_creator/security/ir.model.access.csv rename to stock_orderpoint_creator/security/ir.model.access.csv diff --git a/__unported__/stock_orderpoint_creator/wizard/__init__.py b/stock_orderpoint_creator/wizard/__init__.py similarity index 100% rename from __unported__/stock_orderpoint_creator/wizard/__init__.py rename to stock_orderpoint_creator/wizard/__init__.py diff --git a/__unported__/stock_orderpoint_creator/wizard/orderpoint_creator.py b/stock_orderpoint_creator/wizard/orderpoint_creator.py similarity index 100% rename from __unported__/stock_orderpoint_creator/wizard/orderpoint_creator.py rename to stock_orderpoint_creator/wizard/orderpoint_creator.py diff --git a/__unported__/stock_orderpoint_creator/wizard/orderpoint_creator_view.xml b/stock_orderpoint_creator/wizard/orderpoint_creator_view.xml similarity index 100% rename from __unported__/stock_orderpoint_creator/wizard/orderpoint_creator_view.xml rename to stock_orderpoint_creator/wizard/orderpoint_creator_view.xml diff --git a/__unported__/stock_reord_rule/__init__.py b/stock_reord_rule/__init__.py similarity index 100% rename from __unported__/stock_reord_rule/__init__.py rename to stock_reord_rule/__init__.py diff --git a/__unported__/stock_reord_rule/__openerp__.py b/stock_reord_rule/__openerp__.py similarity index 100% rename from __unported__/stock_reord_rule/__openerp__.py rename to stock_reord_rule/__openerp__.py diff --git a/__unported__/stock_reord_rule/cron_data.xml b/stock_reord_rule/cron_data.xml similarity index 100% rename from __unported__/stock_reord_rule/cron_data.xml rename to stock_reord_rule/cron_data.xml diff --git a/__unported__/stock_reord_rule/security/ir.model.access.csv b/stock_reord_rule/security/ir.model.access.csv similarity index 100% rename from __unported__/stock_reord_rule/security/ir.model.access.csv rename to stock_reord_rule/security/ir.model.access.csv diff --git a/__unported__/stock_reord_rule/stock_reord_rule.py b/stock_reord_rule/stock_reord_rule.py similarity index 100% rename from __unported__/stock_reord_rule/stock_reord_rule.py rename to stock_reord_rule/stock_reord_rule.py diff --git a/__unported__/stock_reord_rule/stock_reord_rule_view.xml b/stock_reord_rule/stock_reord_rule_view.xml similarity index 100% rename from __unported__/stock_reord_rule/stock_reord_rule_view.xml rename to stock_reord_rule/stock_reord_rule_view.xml