From d9943ca10a7d932e23c5ee8bc318fb31ddc52cba Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Sat, 5 Aug 2017 11:02:19 +0530 Subject: [PATCH] [CHNG] Files Modified / Standardized --- export_stockinfo_xls/README.rst | 17 +++++++++ export_stockinfo_xls/__init__.py | 2 + export_stockinfo_xls/__openerp__.py | 28 ++++++++++++-- export_stockinfo_xls/models/__init__.py | 1 + export_stockinfo_xls/models/res_partner.py | 1 + export_stockinfo_xls/models/wizard.py | 1 + export_stockinfo_xls/report/__init__.py | 1 + .../report/current_stock_xls.py | 1 + .../static/description/index.html | 37 ++++++++++++------- 9 files changed, 73 insertions(+), 16 deletions(-) create mode 100644 export_stockinfo_xls/README.rst diff --git a/export_stockinfo_xls/README.rst b/export_stockinfo_xls/README.rst new file mode 100644 index 000000000..eb6e099d4 --- /dev/null +++ b/export_stockinfo_xls/README.rst @@ -0,0 +1,17 @@ +===================== +Export Product Stock in Excel v9 +====================== +This module helps you to take current stock report for all products in each warehouse. + +Installation +============ +Just select it from available modules to install it, +there is no need to extra installations. + +Credits +======= +Developer: Jesni Banu @ cybrosys, jesni@cybrosys.in +Developer: Nilmar Shereef @ cybrosys, shereef@cybrosys.in + + + diff --git a/export_stockinfo_xls/__init__.py b/export_stockinfo_xls/__init__.py index 5d1caed4a..8e903712e 100644 --- a/export_stockinfo_xls/__init__.py +++ b/export_stockinfo_xls/__init__.py @@ -1,2 +1,4 @@ +# -*- coding: utf-8 -*- import report import models + diff --git a/export_stockinfo_xls/__openerp__.py b/export_stockinfo_xls/__openerp__.py index 3c105b105..1144211bc 100644 --- a/export_stockinfo_xls/__openerp__.py +++ b/export_stockinfo_xls/__openerp__.py @@ -1,9 +1,30 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2014-TODAY Cybrosys Technologies(). +# Author: Jesni Banu() +# 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': 'Export Product Stock in Excel', - 'version': '0.2', - 'category': 'Warehouse', - 'license': "AGPL-3", + 'version': '9.0.2.0.0', 'summary': "Current Stock Report for all Products in each Warehouse", + 'category': 'Warehouse', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com', @@ -18,6 +39,7 @@ 'views/wizard_view.xml', ], 'images': ['static/description/banner.jpg'], + 'license': "AGPL-3", 'installable': True, 'auto_install': False, } diff --git a/export_stockinfo_xls/models/__init__.py b/export_stockinfo_xls/models/__init__.py index 857a1d9b8..b5cb2ffb8 100644 --- a/export_stockinfo_xls/models/__init__.py +++ b/export_stockinfo_xls/models/__init__.py @@ -1,2 +1,3 @@ +# -*- coding: utf-8 -*- import res_partner import wizard diff --git a/export_stockinfo_xls/models/res_partner.py b/export_stockinfo_xls/models/res_partner.py index 139ed20b5..5af305010 100644 --- a/export_stockinfo_xls/models/res_partner.py +++ b/export_stockinfo_xls/models/res_partner.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from openerp import models, fields diff --git a/export_stockinfo_xls/models/wizard.py b/export_stockinfo_xls/models/wizard.py index a532994c6..e2e3374a0 100644 --- a/export_stockinfo_xls/models/wizard.py +++ b/export_stockinfo_xls/models/wizard.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from openerp import models, fields, api diff --git a/export_stockinfo_xls/report/__init__.py b/export_stockinfo_xls/report/__init__.py index a017abea4..801a5e322 100644 --- a/export_stockinfo_xls/report/__init__.py +++ b/export_stockinfo_xls/report/__init__.py @@ -1,2 +1,3 @@ +# -*- coding: utf-8 -*- import current_stock_xls diff --git a/export_stockinfo_xls/report/current_stock_xls.py b/export_stockinfo_xls/report/current_stock_xls.py index 637e37f04..86a92fa66 100644 --- a/export_stockinfo_xls/report/current_stock_xls.py +++ b/export_stockinfo_xls/report/current_stock_xls.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from openerp.addons.report_xlsx.report.report_xlsx import ReportXlsx import datetime diff --git a/export_stockinfo_xls/static/description/index.html b/export_stockinfo_xls/static/description/index.html index b55942831..ea8bfe790 100644 --- a/export_stockinfo_xls/static/description/index.html +++ b/export_stockinfo_xls/static/description/index.html @@ -2,7 +2,7 @@

Current Stock XLS

Current Stock Report for all Products in each Warehouse

-

Author : Cybrosys Techno Solutions , www.cybrosys.com

+

Cybrosys Technologies

@@ -59,18 +59,29 @@
-

Need Any Help?

- +

Need Any Help?

+