Browse Source

Initial Commit

pull/81/head
SHEREEF PT 8 years ago
parent
commit
fa7a0fc160
  1. 0
      cybro_product_stock_balance/__init__.py
  2. 4
      cybro_product_stock_balance/__openerp__.py
  3. 0
      cybro_product_stock_balance/models/__init__.py
  4. 0
      cybro_product_stock_balance/models/product_internal_master.py
  5. 0
      cybro_product_stock_balance/security/ir.model.access.csv
  6. 0
      cybro_product_stock_balance/static/description/banner.jpg
  7. 0
      cybro_product_stock_balance/static/description/cybro_logo.png
  8. 0
      cybro_product_stock_balance/static/description/dev.png
  9. 0
      cybro_product_stock_balance/static/description/icon.png
  10. 0
      cybro_product_stock_balance/static/description/index.html
  11. 0
      cybro_product_stock_balance/static/description/product_master.jpg
  12. 0
      cybro_product_stock_balance/views/product_internal_stock.xml
  13. 44
      product_stock_balance/__openerp__.py

0
product_stock_balance/__init__.py → cybro_product_stock_balance/__init__.py

4
product_stock_balance/__openerp__.py~ → 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',

0
product_stock_balance/models/__init__.py → cybro_product_stock_balance/models/__init__.py

0
product_stock_balance/models/product_internal_master.py → cybro_product_stock_balance/models/product_internal_master.py

0
product_stock_balance/security/ir.model.access.csv → cybro_product_stock_balance/security/ir.model.access.csv

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_internal_stock internal.stock model_stock_quantity base.group_user 1 1 1 1

0
product_stock_balance/static/description/banner.jpg → cybro_product_stock_balance/static/description/banner.jpg

Before

Width:  |  Height:  |  Size: 338 KiB

After

Width:  |  Height:  |  Size: 338 KiB

0
product_stock_balance/static/description/cybro_logo.png → cybro_product_stock_balance/static/description/cybro_logo.png

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

0
product_stock_balance/static/description/dev.png → cybro_product_stock_balance/static/description/dev.png

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

0
product_stock_balance/static/description/icon.png → cybro_product_stock_balance/static/description/icon.png

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
product_stock_balance/static/description/index.html → cybro_product_stock_balance/static/description/index.html

0
product_stock_balance/static/description/product_master.jpg → cybro_product_stock_balance/static/description/product_master.jpg

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 160 KiB

0
product_stock_balance/views/product_internal_stock.xml → cybro_product_stock_balance/views/product_internal_stock.xml

44
product_stock_balance/__openerp__.py

@ -1,44 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd. .
# Copyright (C) 2009-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Sreejith P(<http://www.cybrosys.com>)
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'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
}
Loading…
Cancel
Save