diff --git a/product_stock_balance/__init__.py b/cybro_product_stock_balance/__init__.py similarity index 100% rename from product_stock_balance/__init__.py rename to cybro_product_stock_balance/__init__.py diff --git a/product_stock_balance/__openerp__.py~ b/cybro_product_stock_balance/__openerp__.py similarity index 95% rename from product_stock_balance/__openerp__.py~ rename to cybro_product_stock_balance/__openerp__.py index 7ae0b274c..440f4b230 100644 --- a/product_stock_balance/__openerp__.py~ +++ b/cybro_product_stock_balance/__openerp__.py @@ -21,8 +21,8 @@ # ############################################################################## { - 'name': 'Available Stock in Product', - 'version': '0.3', + 'name': 'Available Stock in Product Form', + 'version': '9.0', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com', diff --git a/product_stock_balance/models/__init__.py b/cybro_product_stock_balance/models/__init__.py similarity index 100% rename from product_stock_balance/models/__init__.py rename to cybro_product_stock_balance/models/__init__.py diff --git a/product_stock_balance/models/product_internal_master.py b/cybro_product_stock_balance/models/product_internal_master.py similarity index 100% rename from product_stock_balance/models/product_internal_master.py rename to cybro_product_stock_balance/models/product_internal_master.py diff --git a/product_stock_balance/security/ir.model.access.csv b/cybro_product_stock_balance/security/ir.model.access.csv similarity index 100% rename from product_stock_balance/security/ir.model.access.csv rename to cybro_product_stock_balance/security/ir.model.access.csv diff --git a/product_stock_balance/static/description/banner.jpg b/cybro_product_stock_balance/static/description/banner.jpg similarity index 100% rename from product_stock_balance/static/description/banner.jpg rename to cybro_product_stock_balance/static/description/banner.jpg diff --git a/product_stock_balance/static/description/cybro_logo.png b/cybro_product_stock_balance/static/description/cybro_logo.png similarity index 100% rename from product_stock_balance/static/description/cybro_logo.png rename to cybro_product_stock_balance/static/description/cybro_logo.png diff --git a/product_stock_balance/static/description/dev.png b/cybro_product_stock_balance/static/description/dev.png similarity index 100% rename from product_stock_balance/static/description/dev.png rename to cybro_product_stock_balance/static/description/dev.png diff --git a/product_stock_balance/static/description/icon.png b/cybro_product_stock_balance/static/description/icon.png similarity index 100% rename from product_stock_balance/static/description/icon.png rename to cybro_product_stock_balance/static/description/icon.png diff --git a/product_stock_balance/static/description/index.html b/cybro_product_stock_balance/static/description/index.html similarity index 100% rename from product_stock_balance/static/description/index.html rename to cybro_product_stock_balance/static/description/index.html diff --git a/product_stock_balance/static/description/product_master.jpg b/cybro_product_stock_balance/static/description/product_master.jpg similarity index 100% rename from product_stock_balance/static/description/product_master.jpg rename to cybro_product_stock_balance/static/description/product_master.jpg diff --git a/product_stock_balance/views/product_internal_stock.xml b/cybro_product_stock_balance/views/product_internal_stock.xml similarity index 100% rename from product_stock_balance/views/product_internal_stock.xml rename to cybro_product_stock_balance/views/product_internal_stock.xml diff --git a/product_stock_balance/__openerp__.py b/product_stock_balance/__openerp__.py deleted file mode 100644 index 16e75073b..000000000 --- a/product_stock_balance/__openerp__.py +++ /dev/null @@ -1,44 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Cybrosys Technologies Pvt. Ltd. . -# Copyright (C) 2009-TODAY Cybrosys Technologies(). -# Author: Sreejith P() -# you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# It is forbidden to publish, distribute, sublicense, or sell copies -# of the Software or modified copies of the Software. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. -# If not, see . -# -############################################################################## -{ - 'name': 'Available Stock in Product', - 'version': '0.3', - 'author': 'Cybrosys Techno Solutions', - 'company': 'Cybrosys Techno Solutions', - 'website': 'http://www.cybrosys.com', - 'summary': 'Estimate Inventory Levels By Warehouses in Product Form', - 'depends': [ - 'product', - 'stock' - ], - 'category': 'Warehouse', - 'data': [ - 'views/product_internal_stock.xml', - 'security/ir.model.access.csv', - ], - 'demo': [], - 'license': 'AGPL-3', - 'images': ['static/description/banner.jpg'], - 'installable': True, - 'auto_install': False -}