36 changed files with 5 additions and 921 deletions
@ -1,41 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################## |
|||
# |
|||
# Cybrosys Technologies Pvt. Ltd. |
|||
# Copyright (C) 2017-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': '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, |
|||
} |
|||
|
@ -1,36 +0,0 @@ |
|||
# -*- 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': '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, |
|||
} |
@ -1,56 +0,0 @@ |
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<div class="oe_span12"> |
|||
<h2 class="oe_slogan">Stock Balance by Locations</h2> |
|||
<h3 class="oe_slogan">Estimate inventory levels by warehouses right on a product form</h3> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="dev.png"> |
|||
</div> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<p class="oe_mt32"> |
|||
<p>The app goal is to provide you with instant outlook of how many units of this product are stocked at internal location.</p> |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<div class="oe_span6"> |
|||
<p class="oe_mt32"> |
|||
<p>The estimation is provided right on a product form (the tab Inventory) as a table, where each line represents an internal location</p> |
|||
</p> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="product_in_stock.png"> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
|
|||
|
|||
<section class="oe_container oe_dark"> |
|||
<h2 class="oe_slogan" style="margin-top:20px;" >Need Any Help?</h2> |
|||
<div class="oe_slogan" style="margin-top:10px !important;"> |
|||
<a class="btn btn-primary btn-lg mt8" |
|||
style="color: #FFFFFF !important;" href="http://www.cybrosys.com"><i |
|||
class="fa fa-envelope"></i> Email </a> <a |
|||
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;" |
|||
href="http://www.cybrosys.com/contact/"><i |
|||
class="fa fa-phone"></i> Contact Us </a> <a |
|||
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;" |
|||
href="http://www.cybrosys.com/odoo-customization-and-installation/"><i |
|||
class="fa fa-check-square"></i> Request Customization </a> |
|||
</div> |
|||
<img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block"> |
|||
</section> |
|||
|
|||
|
|||
|
|||
|
|||
|
@ -1,41 +0,0 @@ |
|||
# -*- 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 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, |
|||
} |
@ -1,99 +0,0 @@ |
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<div class="oe_span12"> |
|||
<h2 class="oe_slogan">Automatic Developer Mode</h2> |
|||
<h3 class="oe_slogan">Developers! Keep up your smile..</h3> |
|||
<h4 class="oe_slogan">Cybrosys Technologies , www.cybrosys.com</h4> |
|||
</div> |
|||
|
|||
<div class="oe_row oe_spaced"> |
|||
<h4><p style="margin-left: 41px;"> Developers, So Many Reasons to Smile:</p></h4> |
|||
<ul> |
|||
<li style="list-style:none !important;"><span style="color:green;"> ☺</span> Automatically Trigger Developer Mode.</li> |
|||
<li style="list-style:none !important;"><span style="color:green;"> ☺</span> Showing Running DB On Left Top.</li> |
|||
<li style="list-style:none !important;"><span style="color:green;"> ☺</span> Update Modules Easily.</li> |
|||
|
|||
</ul> |
|||
</div> |
|||
|
|||
<div class="oe_span6"> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="dev.jpg"> |
|||
</div> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<p class="oe_mt32"> |
|||
<p>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.</p> |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<div class="oe_span6"> |
|||
<p class="oe_mt32"> |
|||
<p>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!!</p> |
|||
</p> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="im_login.jpg"> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<div class="oe_span6"> |
|||
<p class="oe_mt32"> |
|||
<p>The developer can identify running DB easily.</p> |
|||
</p> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="working_db.png"> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<div class="oe_span6"> |
|||
<p class="oe_mt32"> |
|||
<p>Easily update any module without opening the form</p> |
|||
<p>Note : This module wont allows you to install any similar modules which does the same result</p> |
|||
</p> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="apps_view.png"> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container oe_dark"> |
|||
<h2 class="oe_slogan" style="margin-top:20px;" >Need Any Help?</h2> |
|||
<div class="oe_slogan" style="margin-top:10px !important;"> |
|||
<a class="btn btn-primary btn-lg mt8" |
|||
style="color: #FFFFFF !important;" href="http://www.cybrosys.com"><i |
|||
class="fa fa-envelope"></i> Email </a> <a |
|||
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;" |
|||
href="http://www.cybrosys.com/contact/"><i |
|||
class="fa fa-phone"></i> Contact Us </a> <a |
|||
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;" |
|||
href="http://www.cybrosys.com/odoo-customization-and-installation/"><i |
|||
class="fa fa-check-square"></i> Request Customization </a> |
|||
</div> |
|||
<img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block"> |
|||
</section> |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
@ -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, |
|||
} |
@ -1,112 +0,0 @@ |
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<h2 class="oe_slogan">Awesome Backend Theme</h2> |
|||
<div class="oe_span6"> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="img_0001.png"> |
|||
</div> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="img_0002.png"> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
|
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<div class="oe_span6"> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="img_0003.png"> |
|||
</div> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<br/><br/><br/> |
|||
<h3 class="oe_slogan"> |
|||
User defined colours for theme. |
|||
</h3> |
|||
<p class="oe_mt32"> |
|||
Activate Technical Features.<br/> |
|||
Then go to<br/> |
|||
Settings <i class="fa fa-arrow-right" aria-hidden="true"/> |
|||
Technical<i class="fa fa-arrow-right" aria-hidden="true"/> |
|||
User Interface<i class="fa fa-arrow-right" aria-hidden="true"/> |
|||
Theme Settings |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
|
|||
<!--<section class="oe_container">--> |
|||
<!--<div class="oe_row oe_spaced">--> |
|||
<!--<h2 class="oe_slogan">Awesome Backend Theme</h2>--> |
|||
<!--<div class="oe_span6">--> |
|||
<!--<div class="oe_demo oe_picture oe_screenshot">--> |
|||
<!--<img src="/editable_theme/static/description/index_img/theme0001.png">--> |
|||
<!--</div>--> |
|||
<!--</div>--> |
|||
<!--<div class="oe_span6">--> |
|||
<!--<br/><br/><br/>--> |
|||
<!--<h3 class="oe_slogan">--> |
|||
<!--Your own images--> |
|||
<!--</h3>--> |
|||
|
|||
<!--<h3 class="oe_slogan">--> |
|||
<!--at top and sidebar--> |
|||
<!--</h3>--> |
|||
<!--</div>--> |
|||
<!--</div>--> |
|||
<!--</section>--> |
|||
|
|||
<!--<section class="oe_container">--> |
|||
<!--<div class="oe_row oe_spaced">--> |
|||
<!--<h2 class="oe_slogan"></h2>--> |
|||
<!--<div class="oe_span6">--> |
|||
<!--<br/><br/><br/><br/>--> |
|||
<!--<p class="oe_mt32">--> |
|||
<!--Activate Technical Features.<br/>--> |
|||
<!--Then go to<br/>--> |
|||
<!--Settings <i class="fa fa-arrow-right" aria-hidden="true"/>--> |
|||
<!--Technical<i class="fa fa-arrow-right" aria-hidden="true"/>--> |
|||
<!--User Interface<i class="fa fa-arrow-right" aria-hidden="true"/>--> |
|||
<!--Theme Settings--> |
|||
<!--</p>--> |
|||
<!--<h3 class="oe_slogan">--> |
|||
|
|||
<!--</h3>--> |
|||
<!--</div>--> |
|||
<!--<div class="oe_span6">--> |
|||
<!--<div class="oe_demo oe_picture oe_screenshot">--> |
|||
<!--<img src="/editable_theme/static/description/index_img/theme0002.png">--> |
|||
<!--</div>--> |
|||
|
|||
<!--</div>--> |
|||
<!--</div>--> |
|||
<!--</section>--> |
|||
|
|||
<!--<section class="oe_container">--> |
|||
<!--<div class="oe_row oe_spaced">--> |
|||
<!--<h2 class="oe_slogan"></h2>--> |
|||
<!--<div class="oe_span6">--> |
|||
<!--<div class="oe_demo oe_picture oe_screenshot">--> |
|||
<!--<img src="/editable_theme/static/description/index_img/theme0003.png">--> |
|||
<!--</div>--> |
|||
|
|||
<!--</div>--> |
|||
<!--<div class="oe_span6">--> |
|||
<!--<br/><br/><br/><br/>--> |
|||
<!--<p class="oe_mt32">--> |
|||
<!--Edit Images and font colours.--> |
|||
<!--Save and Refresh the Page.--> |
|||
|
|||
<!--</p>--> |
|||
<!--<h3 class="oe_slogan">--> |
|||
|
|||
<!--</h3>--> |
|||
<!--</div>--> |
|||
|
|||
<!--</div>--> |
|||
<!--</section>--> |
@ -1,22 +0,0 @@ |
|||
{ |
|||
'name': 'Export Product Stock in Excel', |
|||
'version': '0.2', |
|||
'category': 'Warehouse', |
|||
'license': "AGPL-3", |
|||
'summary': "Current Stock Report for all Products in each Warehouse", |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'depends': [ |
|||
'base', |
|||
'stock', |
|||
'sale', |
|||
'purchase', |
|||
'report_xlsx' |
|||
], |
|||
'data': [ |
|||
'views/wizard_view.xml', |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
@ -1 +0,0 @@ |
|||
import leave_approval_mail |
@ -1,44 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################## |
|||
# |
|||
# Cybrosys Technologies Pvt. Ltd. |
|||
# Copyright (C) 2009-TODAY Cybrosys Technologies(<http://www.cybrosys.com>). |
|||
# Author: Niyas Raphy(<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': 'Leave Approval Notification', |
|||
'summary': """Employee Leave Status Notification""", |
|||
'version': '8.0.1.0.0', |
|||
'description': """Employee will get email notification when his/her leave approved or rejected""", |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'category': 'Human Resources', |
|||
'depends': ['mail', 'hr_holidays'], |
|||
'license': 'AGPL-3', |
|||
'data': [ |
|||
'views/leave_approval_mail_view.xml', |
|||
], |
|||
'demo': [], |
|||
'images': ['static/description/banner.jpg'], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
|
|||
} |
|||
|
|||
|
@ -1,31 +0,0 @@ |
|||
{ |
|||
'name': 'Public Library Management ', |
|||
'version': '1.0', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'category': 'Tools', |
|||
'summary': 'book management', |
|||
'description': """ |
|||
Public Library Management |
|||
================================ |
|||
Module to manage library. |
|||
Books Information, |
|||
Publisher and Author Information, |
|||
Book Rack Tracking etc... |
|||
""", |
|||
'depends' : ['base', 'sale', 'report_intrastat', 'stock', 'mail', 'account', 'account_accountant'], |
|||
'data' : [ |
|||
'view/registration.xml', |
|||
'view/library.xml', |
|||
'view/user_view.xml', |
|||
'res_config_view.xml', |
|||
'view/report_invoice.xml', |
|||
'report.xml', |
|||
'security/ir.model.access.csv', |
|||
'demo.xml', |
|||
], |
|||
'images': [], |
|||
'demo': [], |
|||
'installable' : True, |
|||
'application': True, |
|||
} |
After Width: | Height: | Size: 73 KiB |
After Width: | Height: | Size: 67 KiB |
@ -1,40 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################## |
|||
# |
|||
# Cybrosys Technologies Pvt. Ltd. |
|||
# Copyright (C) 2009-TODAY Cybrosys Technologies(<http://www.cybrosys.com>). |
|||
# Author: Niyas Raphy(<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': 'Merge Same Products in Sale Order Lines', |
|||
'version': '0.1', |
|||
'description': """This module will merge order lines/invoice lines with same product in Sale, Purchase & Invoice""", |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'summary': "This module will merge order lines/invoice lines with same product in Sale, Purchase & Invoice", |
|||
'category': 'sale', |
|||
'depends': ['account', 'base', 'sale', 'purchase'], |
|||
'license': 'AGPL-3', |
|||
'data': [], |
|||
'demo': [], |
|||
'images': ['static/description/banner.jpg'], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
|
|||
} |
@ -1,27 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Part of Odoo. See LICENSE file for full copyright and licensing details. |
|||
|
|||
|
|||
{ |
|||
'name': 'POS Product Category Filter', |
|||
'version': '1.0', |
|||
'category': 'Point of Sale', |
|||
'sequence': 6, |
|||
'summary': 'Show only specified categories of product in point of sale ', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'description': """ |
|||
|
|||
======================= |
|||
|
|||
|
|||
|
|||
""", |
|||
'depends': ['point_of_sale'], |
|||
'data': ['views/custom_view.xml', |
|||
'views/template.xml'], |
|||
'qweb': [], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
@ -1,32 +0,0 @@ |
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<h2 class="oe_slogan">Point of Sale : Setting Product Categories for POS</h2> |
|||
|
|||
<div> |
|||
<p class='oe_mt32'> |
|||
By installing this module, we can set available product categories for each POS in our system. |
|||
Only those categories set in the POS will be available in that particular POS. |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container oe_dark"> |
|||
<div class="oe_row"> |
|||
<h4 class="oe_slogan">You can set it in POS form as: </h4> |
|||
<div> |
|||
<p class='oe_mt32'> |
|||
Point of sale > Configuration > Point of Sale > Available Product Categories. |
|||
</p> |
|||
</div> |
|||
<div> |
|||
<div class="oe_bg_img"> |
|||
<img class="oe_picture oe_screenshot" src="pos.png"> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
|
|||
<section class="oe_container oe_separator"> |
|||
</section> |
@ -1,17 +0,0 @@ |
|||
{ |
|||
'name': 'Task Statusbar', |
|||
'author': 'Nilmar Shereef PT', |
|||
'website': 'www.cybrosys.com', |
|||
'category': 'Project', |
|||
'version': '8.0.0.3', |
|||
'summary': 'Calculates the time spend based on assign date and deadline', |
|||
'depends': [ |
|||
'base', |
|||
'project', |
|||
], |
|||
'data': [ |
|||
'security/ir.model.access.csv', |
|||
'views/project_statusbar_view.xml', |
|||
], |
|||
'installable': True, |
|||
} |
After Width: | Height: | Size: 70 KiB |
@ -1,32 +0,0 @@ |
|||
{ |
|||
'name': 'Sale Discount on Total Amount', |
|||
'version': '1.0', |
|||
'category': 'Sales Management', |
|||
'sequence': 6, |
|||
'summary': "Discount on total in Sale and invoice with Discount limit and approval", |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
|
|||
'description': """ |
|||
|
|||
Sale Discount for Total Amount |
|||
======================= |
|||
Module to manage discount on total amount in Sale. |
|||
as an specific amount or percentage |
|||
""", |
|||
'depends': ['sale', 'base', 'stock'], |
|||
'data': [ |
|||
'views/sale_view.xml', |
|||
'views/account_invoice_view.xml', |
|||
'views/invoice_report.xml', |
|||
'views/sale_order_report.xml', |
|||
'views/sale_discount_approval_view.xml', |
|||
'views/sale_discount_approval_workflow.xml' |
|||
|
|||
], |
|||
'demo': [ |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
@ -1,39 +0,0 @@ |
|||
<section class="oe_container"> |
|||
<div class="oe_row"> |
|||
<h2 class="oe_slogan">Discount On Sale</h2> |
|||
<!--<h3 class="oe_slogan">It Fits Your Sales Approach</h3>--> |
|||
<div> |
|||
<p> |
|||
This module allows you to mention discount on Total of sale order and Total of Customer Invoice in two ways |
|||
</p> |
|||
<hr> |
|||
<p> |
|||
1. As percentage<br> |
|||
Select 'Percentage' from Discount type and give discount percentage as Discount rate. |
|||
System will update the value of Discount and Total |
|||
</p> |
|||
<div class="oe_row_img oe_centered oe_mt32"> |
|||
<img class="oe_picture oe_screenshot" src="Discount_so_perc.png"> |
|||
</div> |
|||
<hr> |
|||
<p> |
|||
2. As amount<br> |
|||
Select 'Amount' from Discount type and give discount amount as Discount rate. |
|||
System will update the value of Discount and Total |
|||
</p> |
|||
<div class="oe_row_img oe_centered oe_mt32"> |
|||
<img class="oe_picture oe_screenshot" src="Discount_inv_amnt.png"> |
|||
</div> |
|||
<hr> |
|||
<p> |
|||
And the module also allows you to set a limit for total discount in percentage. Exceeding this limit |
|||
will require approval. |
|||
</p> |
|||
<div class="oe_row_img oe_centered oe_mt32"> |
|||
<img class="oe_picture oe_screenshot" src="Disc_appr_conf.png"><hr> |
|||
<img class="oe_picture oe_screenshot" src="Disc_appr_wrkfl.png"> |
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
</section> |
@ -1,41 +0,0 @@ |
|||
# -*- 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': 'Sales Tags To Invoice Tags', |
|||
'version': '0.1', |
|||
'summary': """Pass the sales tags to its invoice""", |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'category': 'Sale', |
|||
'depends': ['account', 'base', 'sale'], |
|||
'license': 'AGPL-3', |
|||
'data': [ |
|||
'views/sale_invoice_tag_pass_view.xml' |
|||
], |
|||
'demo': [], |
|||
'images': ['static/description/banner.jpg'], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
|
|||
} |
After Width: | Height: | Size: 64 KiB |
@ -1,37 +0,0 @@ |
|||
# -*- 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': 'Sent Mails', |
|||
'version': '1.0', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
"category": "Discuss", |
|||
'depends': ['base', 'mail'], |
|||
'license': 'AGPL-3', |
|||
'data': [ |
|||
'views/get_sent_mails.xml', |
|||
], |
|||
'installable': True, |
|||
'auto_install': False |
|||
} |
@ -1,26 +0,0 @@ |
|||
{ |
|||
'name': 'Taxless Accounting', |
|||
'version': '1.0', |
|||
'category': 'Accounting', |
|||
'sequence': 6, |
|||
'summary': 'Lets hide Tax from Accounting', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'description': """ |
|||
|
|||
|
|||
======================= |
|||
|
|||
|
|||
""", |
|||
'depends': ['account','base','account_voucher'], |
|||
'data': [ |
|||
'account_view.xml', |
|||
|
|||
], |
|||
'demo': [ |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
@ -1,26 +0,0 @@ |
|||
{ |
|||
'name': 'Taxless Sale & Purchase', |
|||
'version': '1.0', |
|||
'category': 'Purchase Management', |
|||
'sequence': 7, |
|||
'summary': 'hide Tax from Sales and Purchases', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'description': """ |
|||
|
|||
|
|||
======================= |
|||
|
|||
|
|||
""", |
|||
'depends': ['base', 'sale', 'purchase', 'taxless_accounting'], |
|||
'data': [ |
|||
'purchase_view.xml' |
|||
|
|||
], |
|||
'demo': [ |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
After Width: | Height: | Size: 71 KiB |
@ -1,43 +0,0 @@ |
|||
# -*- 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': 'Tax Dissolved Sale Order Report', |
|||
'version': '0.2', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': "http://www.cybrosys.com", |
|||
'category': 'Sales Management', |
|||
'description': """ Module gives the Tax Dissolved (In Total Amount) SO/Customer Invoice Print""", |
|||
'depends': ['sale', 'account'], |
|||
'images': ['static/description/banner.jpg'], |
|||
"data": [ |
|||
"views/without_tax_report_account_view.xml", |
|||
"views/without_tax_account_view.xml", |
|||
"views/without_tax_sale_view.xml", |
|||
"views/without_tax_report_sale_view.xml", |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
|||
|
|||
|
@ -1,39 +0,0 @@ |
|||
from openerp.report import report_sxw |
|||
from openerp.osv import osv |
|||
|
|||
|
|||
class WithoutTax(report_sxw.rml_parse): |
|||
|
|||
_inherit = 'account.tax' |
|||
|
|||
def __init__(self, cr, uid, name, context=None): |
|||
super(WithoutTax, self).__init__(cr, uid, name, context=context) |
|||
self.localcontext.update({ |
|||
'get_details': self.get_details, |
|||
|
|||
|
|||
}) |
|||
self.context = context |
|||
|
|||
def get_details(self, tax, subtotal): |
|||
print tax |
|||
total_amount = 0 |
|||
tax_amount = [] |
|||
for i in tax: |
|||
tax_amount.append(i.amount*100 ) |
|||
print tax_amount |
|||
for j in range(0, len(tax)): |
|||
total_amount = (tax_amount[j] / 100 * subtotal) + total_amount |
|||
print total_amount |
|||
total = total_amount + subtotal |
|||
return total |
|||
|
|||
|
|||
class PrintReport(osv.AbstractModel): |
|||
_name = 'report.untaxed_saleorder_report.invoice_report1' |
|||
_inherit = 'report.abstract_report' |
|||
_template = 'untaxed_saleorder_report.invoice_report1' |
|||
_wrapped_report_class = WithoutTax |
|||
|
|||
|
|||
|
@ -1,13 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<openerp> |
|||
<data> |
|||
<report |
|||
id="without_tax_invoice" |
|||
string="Tax Dissolved Invoice Report" |
|||
model="account.invoice" |
|||
report_type="qweb-pdf" |
|||
file="untaxed_saleorder_print.invoice_account_report" |
|||
name="untaxed_saleorder_print.invoice_account_report" |
|||
/> |
|||
</data> |
|||
</openerp> |
Loading…
Reference in new issue