Browse Source

[CHNG] Files Modified / Standardized

pull/81/head
SHEREEF PT 8 years ago
parent
commit
d9943ca10a
  1. 17
      export_stockinfo_xls/README.rst
  2. 2
      export_stockinfo_xls/__init__.py
  3. 28
      export_stockinfo_xls/__openerp__.py
  4. 1
      export_stockinfo_xls/models/__init__.py
  5. 1
      export_stockinfo_xls/models/res_partner.py
  6. 1
      export_stockinfo_xls/models/wizard.py
  7. 1
      export_stockinfo_xls/report/__init__.py
  8. 1
      export_stockinfo_xls/report/current_stock_xls.py
  9. 37
      export_stockinfo_xls/static/description/index.html

17
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

2
export_stockinfo_xls/__init__.py

@ -1,2 +1,4 @@
# -*- coding: utf-8 -*-
import report import report
import models import models

28
export_stockinfo_xls/__openerp__.py

@ -1,9 +1,30 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2014-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Jesni Banu(<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': 'Export Product Stock in Excel', 'name': 'Export Product Stock in Excel',
'version': '0.2', 'version': '9.0.2.0.0',
'category': 'Warehouse',
'license': "AGPL-3",
'summary': "Current Stock Report for all Products in each Warehouse", 'summary': "Current Stock Report for all Products in each Warehouse",
'category': 'Warehouse',
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'website': 'http://www.cybrosys.com', 'website': 'http://www.cybrosys.com',
@ -18,6 +39,7 @@
'views/wizard_view.xml', 'views/wizard_view.xml',
], ],
'images': ['static/description/banner.jpg'], 'images': ['static/description/banner.jpg'],
'license': "AGPL-3",
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
} }

1
export_stockinfo_xls/models/__init__.py

@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
import res_partner import res_partner
import wizard import wizard

1
export_stockinfo_xls/models/res_partner.py

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from openerp import models, fields from openerp import models, fields

1
export_stockinfo_xls/models/wizard.py

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from openerp import models, fields, api from openerp import models, fields, api

1
export_stockinfo_xls/report/__init__.py

@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
import current_stock_xls import current_stock_xls

1
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 from openerp.addons.report_xlsx.report.report_xlsx import ReportXlsx
import datetime import datetime

37
export_stockinfo_xls/static/description/index.html

@ -2,7 +2,7 @@
<div class="oe_row oe_spaced"> <div class="oe_row oe_spaced">
<h2 class="oe_slogan">Current Stock XLS</h2> <h2 class="oe_slogan">Current Stock XLS</h2>
<h3 class="oe_slogan">Current Stock Report for all Products in each Warehouse</h3> <h3 class="oe_slogan">Current Stock Report for all Products in each Warehouse</h3>
<h4 class="oe_slogan">Author : Cybrosys Techno Solutions , www.cybrosys.com</h4> <h4 class="oe_slogan"><a href="https://www.cybrosys.com">Cybrosys Technologies</a> </h4>
</div> </div>
<div class="oe_row oe_spaced"> <div class="oe_row oe_spaced">
<div> <div>
@ -59,18 +59,29 @@
</section> </section>
<section class="oe_container oe_dark"> <section class="oe_container oe_dark">
<h2 class="oe_slogan">Need Any Help?</h2> <h2 class="oe_slogan" style="margin-top:20px;" >Need Any Help?</h2>
<div class="oe_slogan"> <div class="oe_slogan" style="margin-top:10px !important;">
<a class="btn btn-primary btn-lg mt8" <div>
style="color: #FFFFFF !important;" href="http://www.cybrosys.com/contact/"><i <a class="btn btn-primary btn-lg mt8"
class="fa fa-envelope"></i> Email </a> <a style="color: #FFFFFF !important;border-radius: 0;" href="http://www.cybrosys.com"><i
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;" class="fa fa-envelope"></i> Email </a> <a
href="http://www.cybrosys.com/contact/"><i class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;border-radius: 0;"
class="fa fa-phone"></i> Contact Us </a> <a href="http://www.cybrosys.com/contact/"><i
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;" class="fa fa-phone"></i> Contact Us </a> <a
href="http://www.cybrosys.com/contact/"><i class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;border-radius: 0;"
class="fa fa-check-square"></i> Request Customization </a> href="http://www.cybrosys.com/odoo-customization-and-installation/"><i
</div> class="fa fa-check-square"></i> Request Customization </a>
</div>
<br>
<img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block">
<div>
<a href="https://twitter.com/cybrosys" target="_blank"><i class="fa fa-2x fa-twitter" style="color:white;background: #00a0d1;width:35px;"></i></a></td>
<a href="https://www.linkedin.com/company/cybrosys-technologies-pvt-ltd" target="_blank"><i class="fa fa-2x fa-linkedin" style="color:white;background: #31a3d6;width:35px;padding-left: 3px;"></i></a></td>
<a href="https://www.facebook.com/cybrosystechnologies" target="_blank"><i class="fa fa-2x fa-facebook" style="color:white;background: #3b5998;width:35px;padding-left: 8px;"></i></a></td>
<a href="https://plus.google.com/106641282743045431892/about" target="_blank"><i class="fa fa-2x fa-google-plus" style="color:white;background: #c53c2c;width:35px;padding-left: 3px;"></i></a></td>
<a href="https://in.pinterest.com/cybrosys" target="_blank"><i class="fa fa-2x fa-pinterest" style="color:white;background: #ac0f18;width:35px;padding-left: 3px;"></i></a></td>
</div>
</div>
</section> </section>

Loading…
Cancel
Save