From c034676d7dad724c9030ce92682cb3a8bb1018bd Mon Sep 17 00:00:00 2001 From: cybroodoo Date: Fri, 19 May 2017 10:40:30 +0530 Subject: [PATCH] [ADD]Banner --- car_workshop_report/__openerp__.py~ | 41 ------- colour_code_project/__openerp__.py~ | 36 ------ .../static/description/index.html~ | 56 --------- developer_mode/__openerp__.py~ | 41 ------- developer_mode/static/description/index.html~ | 99 ---------------- editable_theme/__openerp__.py~ | 25 ---- editable_theme/static/description/index.html~ | 112 ------------------ export_stockinfo_xls/__openerp__.py~ | 22 ---- leave_approval_mail/__init__.py~ | 1 - leave_approval_mail/__openerp__.py~ | 44 ------- leave_approval_mail/models/__init__.py~ | 0 library_management/__openerp__.py~ | 31 ----- med_marketing/__openerp__.py | 1 + med_marketing/static/description/banner.jpg | Bin 0 -> 74887 bytes medical_feature/__openerp__.py | 1 + medical_feature/static/description/banner.jpg | Bin 0 -> 68526 bytes merge_same_products/__openerp__.py~ | 40 ------- pos_product_category_filter/__openerp__.py~ | 27 ----- .../static/description/index.html~ | 32 ----- project_time_spend/__openerp__.py | 1 + project_time_spend/__openerp__.py~ | 17 --- .../static/description/banner.jpg | Bin 0 -> 71385 bytes sale_discount_total/__openerp__.py~ | 32 ----- .../static/description/index.html~ | 39 ------ sale_invoice_tag_pass/__openerp__.py~ | 41 ------- salon_operation/__openerp__.py | 2 +- salon_operation/static/description/banner.jpg | Bin 0 -> 65566 bytes sent_mails/__openerp__.py~ | 37 ------ taxless_accounting/__openerp__.py~ | 26 ---- taxless_purchase_sale/__openerp__.py | 1 + taxless_purchase_sale/__openerp__.py~ | 26 ---- .../static/description/banner.jpg | Bin 0 -> 72894 bytes untaxed_saleorder_report/__openerp__.py~ | 43 ------- .../models/without_tax_report.py~ | 39 ------ .../views/without_tax_account_view.xml~ | 0 .../without_tax_report_account_view.xml~ | 13 -- 36 files changed, 5 insertions(+), 921 deletions(-) delete mode 100644 car_workshop_report/__openerp__.py~ delete mode 100644 colour_code_project/__openerp__.py~ delete mode 100644 cybro_product_stock_balance/static/description/index.html~ delete mode 100644 developer_mode/__openerp__.py~ delete mode 100644 developer_mode/static/description/index.html~ delete mode 100644 editable_theme/__openerp__.py~ delete mode 100644 editable_theme/static/description/index.html~ delete mode 100644 export_stockinfo_xls/__openerp__.py~ delete mode 100644 leave_approval_mail/__init__.py~ delete mode 100644 leave_approval_mail/__openerp__.py~ delete mode 100644 leave_approval_mail/models/__init__.py~ delete mode 100644 library_management/__openerp__.py~ create mode 100644 med_marketing/static/description/banner.jpg create mode 100644 medical_feature/static/description/banner.jpg delete mode 100644 merge_same_products/__openerp__.py~ delete mode 100644 pos_product_category_filter/__openerp__.py~ delete mode 100644 pos_product_category_filter/static/description/index.html~ delete mode 100644 project_time_spend/__openerp__.py~ create mode 100644 project_time_spend/static/description/banner.jpg delete mode 100644 sale_discount_total/__openerp__.py~ delete mode 100644 sale_discount_total/static/description/index.html~ delete mode 100644 sale_invoice_tag_pass/__openerp__.py~ create mode 100644 salon_operation/static/description/banner.jpg delete mode 100644 sent_mails/__openerp__.py~ delete mode 100644 taxless_accounting/__openerp__.py~ delete mode 100644 taxless_purchase_sale/__openerp__.py~ create mode 100644 taxless_purchase_sale/static/description/banner.jpg delete mode 100644 untaxed_saleorder_report/__openerp__.py~ delete mode 100644 untaxed_saleorder_report/models/without_tax_report.py~ delete mode 100644 untaxed_saleorder_report/views/without_tax_account_view.xml~ delete mode 100644 untaxed_saleorder_report/views/without_tax_report_account_view.xml~ diff --git a/car_workshop_report/__openerp__.py~ b/car_workshop_report/__openerp__.py~ deleted file mode 100644 index 14ffec528..000000000 --- a/car_workshop_report/__openerp__.py~ +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2017-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': 'Car Workshop Report', - 'version': '9.0.1.0.0', - 'summary': 'Reports for Car Workshop Management', - 'category': 'Industries', - 'author': 'Cybrosys Techno Solutions', - 'website': "http://www.cybrosys.com", - 'company': 'Cybrosys Techno Solutions', - 'depends': ['report_xls', 'fleet_car_workshop'], - 'data': [ - 'views/report_wizard.xml', - 'views/workshop_pdf_template.xml' - ], - 'license': 'LGPL-3', - 'installable': True, - 'auto_install': False, - 'application': False, -} - diff --git a/colour_code_project/__openerp__.py~ b/colour_code_project/__openerp__.py~ deleted file mode 100644 index 32a55de00..000000000 --- a/colour_code_project/__openerp__.py~ +++ /dev/null @@ -1,36 +0,0 @@ -# -*- 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': '1.0', - '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/cybro_product_stock_balance/static/description/index.html~ b/cybro_product_stock_balance/static/description/index.html~ deleted file mode 100644 index 36ecf00e2..000000000 --- a/cybro_product_stock_balance/static/description/index.html~ +++ /dev/null @@ -1,56 +0,0 @@ -
-
-
-

Stock Balance by Locations

-

Estimate inventory levels by warehouses right on a product form

-
-
-
- -
-
-
-

-

The app goal is to provide you with instant outlook of how many units of this product are stocked at internal location.

-

-
-
-
- -
-
-
-

-

The estimation is provided right on a product form (the tab Inventory) as a table, where each line represents an internal location

-

-
-
-
- -
-
-
-
- - - -
-

Need Any Help?

- - -
- - - - - diff --git a/developer_mode/__openerp__.py~ b/developer_mode/__openerp__.py~ deleted file mode 100644 index cefc8e316..000000000 --- a/developer_mode/__openerp__.py~ +++ /dev/null @@ -1,41 +0,0 @@ -# -*- 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 Developer Mode", - 'summary': """Automatically Activate Developer Mode & Running DB Name on Left Top""", - 'version': '8.0.3.0.0', - 'author': 'Cybrosys Techno Solutions', - 'website': "http://www.cybrosys.com", - 'company': 'Cybrosys Techno Solutions', - 'category': 'Extra Tools', - 'depends': ['base', 'web', 'base_setup'], - 'data': [ - 'views/web_view.xml', - 'security/security_data.xml', - 'views/developer_mode_view.xml', - ], - 'images': ['static/description/banner.jpg'], - 'license': 'AGPL-3', - 'installable': True, - 'auto_install': False, -} diff --git a/developer_mode/static/description/index.html~ b/developer_mode/static/description/index.html~ deleted file mode 100644 index ac94225b8..000000000 --- a/developer_mode/static/description/index.html~ +++ /dev/null @@ -1,99 +0,0 @@ -
-
-
-

Automatic Developer Mode

-

Developers! Keep up your smile..

-

Cybrosys Technologies , www.cybrosys.com

-
- -
-

Developers, So Many Reasons to Smile:

-
    -
  •    Automatically Trigger Developer Mode.
  • -
  •    Showing Running DB On Left Top.
  • -
  •    Update Modules Easily.
  • - -
-
- -
-
- -
-
-
-

-

This module makes you free from activate developer mode operations over and over(It is very boring when we switching many users). - When you login, It will trigger the DEVELOPER MODE Automatically.

-

-
-
-
- -
-
-
-

-

As shown here, Simply automate the developer mode. It help developer in several perspective. NOTE THAT, YOU HAVE TO RE-LOGIN AFTER THE MODULE INSTALLATION!!

-

-
-
-
- -
-
-
-
- -
-
-
-

-

The developer can identify running DB easily.

-

-
-
-
- -
-
-
-
- -
-
-
-

-

Easily update any module without opening the form

-

Note : This module wont allows you to install any similar modules which does the same result

-

-
-
-
- -
-
-
-
- -
-

Need Any Help?

- - -
- - - - - - diff --git a/editable_theme/__openerp__.py~ b/editable_theme/__openerp__.py~ deleted file mode 100644 index 36ffe9cb4..000000000 --- a/editable_theme/__openerp__.py~ +++ /dev/null @@ -1,25 +0,0 @@ -{ - 'name': "Custom Backend Appearence", - 'summary': """ You can simply change font colour and background colour using this Module.""", - 'description': """ Your own colors on your interface.""", - 'author': "Cybrosys Techno Solutions", - 'company': 'Cybrosys Techno Solutions', - 'website': 'http://www.cybrosys.com', - 'category': 'Theme', - 'version': '1.0', - - - 'depends': [ - 'base', - 'web_widget_color', ], - - - 'data': ['template/template.xml', - 'views/theme_view.xml', - ], - - - 'installable': True, - 'auto_install': False, - 'application': True, -} diff --git a/editable_theme/static/description/index.html~ b/editable_theme/static/description/index.html~ deleted file mode 100644 index 5db468097..000000000 --- a/editable_theme/static/description/index.html~ +++ /dev/null @@ -1,112 +0,0 @@ -
-
-

Awesome Backend Theme

-
-
- -
-
-
-
- -
-
-
-
- - -
-
-
-
- -
-
-
-


-

- User defined colours for theme. -

-

- Activate Technical Features.
- Then go to
- Settings