diff --git a/colour_code_project/__openerp__.py b/colour_code_project/__openerp__.py index a9c39dda6..b4161b540 100644 --- a/colour_code_project/__openerp__.py +++ b/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, diff --git a/colour_code_project/__openerp__.py~ b/colour_code_project/__openerp__.py~ new file mode 100644 index 000000000..a9c39dda6 --- /dev/null +++ b/colour_code_project/__openerp__.py~ @@ -0,0 +1,38 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2009-TODAY Cybrosys Technologies(). +# Author: Nilmar Shereef() +# 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': "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, +} diff --git a/pos_change_table/__openerp__.py b/pos_change_table/__openerp__.py index b1098f374..9903f4924 100644 --- a/pos_change_table/__openerp__.py +++ b/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", ], diff --git a/pos_change_table/__openerp__.py~ b/pos_change_table/__openerp__.py~ new file mode 100644 index 000000000..9903f4924 --- /dev/null +++ b/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, +} diff --git a/sale_invoice_tag_pass/static/description/banner.jpg b/sale_invoice_tag_pass/static/description/banner.jpg index cef2552ca..f7a89e4ef 100644 Binary files a/sale_invoice_tag_pass/static/description/banner.jpg and b/sale_invoice_tag_pass/static/description/banner.jpg differ diff --git a/untaxed_saleorder_report/static/description/banner.jpg b/untaxed_saleorder_report/static/description/banner.jpg index f7a89e4ef..c72509952 100644 Binary files a/untaxed_saleorder_report/static/description/banner.jpg and b/untaxed_saleorder_report/static/description/banner.jpg differ