Browse Source

[CHNG]Banner Changed

pull/81/head
SHEREEF PT 8 years ago
parent
commit
d78df655b1
  1. 2
      colour_code_project/__openerp__.py
  2. 38
      colour_code_project/__openerp__.py~
  3. 2
      pos_change_table/__openerp__.py
  4. 26
      pos_change_table/__openerp__.py~
  5. BIN
      sale_invoice_tag_pass/static/description/banner.jpg
  6. BIN
      untaxed_saleorder_report/static/description/banner.jpg

2
colour_code_project/__openerp__.py

@ -30,7 +30,7 @@
'license': 'AGPL-3',
'depends': ['base', 'project'],
'data': ['views/color_code_project_view.xml'],
'images': ['static/description/project_banner.jpg'],
'images': ['static/description/banner.jpg'],
'demo': [],
'installable': True,

38
colour_code_project/__openerp__.py~

@ -0,0 +1,38 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2009-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Nilmar Shereef(<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': "Automatic Colour Code for Task",
'summary': """Automatic Colour Code for Task Based on Project""",
'author': "Cybrosys Techno Solutions",
'website': "http://www.cybrosys.com",
'category': 'Project',
'version': '0.2',
'license': 'AGPL-3',
'depends': ['base', 'project'],
'data': ['views/color_code_project_view.xml'],
'images': ['static/description/project_banner.jpg'],
'demo': [],
'installable': True,
'auto_install': False,
}

2
pos_change_table/__openerp__.py

@ -17,7 +17,7 @@
'data': [
'template.xml'
],
'images': ['static/description/banner.png'],
'images': ['static/description/banner.jpg'],
'qweb': [
"static/src/xml/table_change.xml",
],

26
pos_change_table/__openerp__.py~

@ -0,0 +1,26 @@
{
'name' : 'POS Change Table',
'version': '1.0',
'category': 'Point of Sale',
'summary': "Change Table of Order in POS ",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'website': 'http://www.cybrosys.com',
'description': """
=======================
""",
'depends': ['point_of_sale', 'pos_restaurant','base'],
'data': [
'template.xml'
],
'images': ['static/description/banner.jpg'],
'qweb': [
"static/src/xml/table_change.xml",
],
'license': 'AGPL-3',
'installable': True,
}

BIN
sale_invoice_tag_pass/static/description/banner.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 145 KiB

BIN
untaxed_saleorder_report/static/description/banner.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 132 KiB

Loading…
Cancel
Save