19 changed files with 0 additions and 874 deletions
			
			
		@ -1,47 +0,0 @@ | 
				
			|||
<section class="oe_container"> | 
				
			|||
     <div class="oe_row oe_spaced"> | 
				
			|||
        <h2 class="oe_slogan">Change Password Option To Users</h2> | 
				
			|||
        <h3 class="oe_slogan">It gives an option to change their own password </h3> | 
				
			|||
         <h4 class="oe_slogan">Author : Cybrosys Techno Solutions , www.cybrosys.com</h4> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section> | 
				
			|||
    <div class="oe_row oe_spaced oe_dark"> | 
				
			|||
        <h4 class="oe_slogan">User Changing Password</h4> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <p class='oe_mt32'> | 
				
			|||
                ☛ User can change password from his own account<br> | 
				
			|||
            </p> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="new_change_password.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container"> | 
				
			|||
		<h2 class="oe_slogan" style="margin-top:20px;" >Need Any Help?</h2> | 
				
			|||
		<div class="oe_slogan" style="margin-top:10px !important;"> | 
				
			|||
            <div> | 
				
			|||
				<a  class="btn btn-primary btn-lg mt8" | 
				
			|||
				style="color: #FFFFFF !important;border-radius: 0;" 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;border-radius: 0;" | 
				
			|||
				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;border-radius: 0;" | 
				
			|||
				href="http://www.cybrosys.com/odoo-customization-and-installation/"><i | 
				
			|||
				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> | 
				
			|||
@ -1,38 +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': '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, | 
				
			|||
} | 
				
			|||
@ -1,85 +0,0 @@ | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <h2 class="oe_slogan">Cron Job Failure Notification</h2> | 
				
			|||
        <h3 class="oe_slogan"><center>Error Logs for Scheduled Actions/Cron jobs running in backend server.</center></h3> | 
				
			|||
        <h4 class="oe_slogan">Cybrosys Technologies , www.cybrosys.com</h4> | 
				
			|||
 | 
				
			|||
    </div> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <h4><p>Major Features:</p></h4> | 
				
			|||
        <ul> | 
				
			|||
           <li style="list-style:none !important;"><span style="color:green;"> →</span>   Creating Failure History for All Jobs in Backend.</li> | 
				
			|||
            <li style="list-style:none !important;"><span style="color:green;"> →</span>   Failure Report Will Automatically Logged.</li> | 
				
			|||
            <li style="list-style:none !important;"><span style="color:green;"> →</span>   Administrator Can Review Logs.</li> | 
				
			|||
            <li style="list-style:none !important;"><span style="color:green;"> →</span>   Send Report to Support/Technical Team by Email Button.</li> | 
				
			|||
            <li style="list-style:none !important;"><span style="color:green;"> →</span>   Custom Email Template for Sending Mail with Failure Details.</li> | 
				
			|||
        </ul> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container oe_dark"> | 
				
			|||
    <h3 class="oe_slogan">Error Logs Scheduled Actions - Form View</h3> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="logs_form_view.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
 | 
				
			|||
 | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <h3 class="oe_slogan">Print PDF Report- Error Logs Scheduled</h3> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="logs_pdf_report.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container oe_dark"> | 
				
			|||
    <h3 class="oe_slogan">Send By Email - Error Logs Scheduled Actions Attaching PDF Report</h3> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="logs_mail_template.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <h3 class="oe_slogan" style="text-align:left;padding-left: 23px;">How to test this module ?</h3> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <p> | 
				
			|||
            <ul> | 
				
			|||
                <li>Activate Developer mode.</li> | 
				
			|||
                <li>Go to Settings --> Technical --> Automation --> Scheduled actions.</li> | 
				
			|||
                <li>Select the record "Test Cron Failure Notification" and check active button.</li> | 
				
			|||
                <li>Click the button 'Run Manually'.</li> | 
				
			|||
                <li>A log of scheduler failure will be created under the menu 'Logs Scheduled Actions'.</li> | 
				
			|||
                <li>For more details, Please see the README.rst file with this module.</li> | 
				
			|||
            </ul> | 
				
			|||
        </p> | 
				
			|||
    </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,98 +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, Keep Smiling for the below reasons:</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 make 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> | 
				
			|||
        </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,20 +0,0 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
{ | 
				
			|||
    'name': "Employee Contracts Report", | 
				
			|||
    'description': """This Module Gives PDF Report on Contract Form.""", | 
				
			|||
    'description': """This Module Gives PDF Report on Contract Form.""", | 
				
			|||
    'category': 'Human Resources', | 
				
			|||
    'version': '0.1', | 
				
			|||
    'author': "Cybrosys Techno Solutions", | 
				
			|||
    'company': "Cybrosys Techno Solutions", | 
				
			|||
    'website': "http://www.cybrosys.com", | 
				
			|||
    'depends': ['base', 'hr', 'hr_contract', 'hr_payroll', 'report'], | 
				
			|||
    'data': [ | 
				
			|||
        'views/contract_report.xml', | 
				
			|||
        'views/report_contract.xml', | 
				
			|||
    ], | 
				
			|||
    'images': ['static/description/banner.jpg'], | 
				
			|||
    'license': 'AGPL-3', | 
				
			|||
    'installable': True, | 
				
			|||
    'auto_install': False, | 
				
			|||
} | 
				
			|||
@ -1,50 +0,0 @@ | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <h2 class="oe_slogan">Employee Contracts Report</h2> | 
				
			|||
        <h4 class="oe_slogan">Cybrosys Technologies , www.cybrosys.com</h4> | 
				
			|||
        <div class="oe_span12" style="text-align:center;"> | 
				
			|||
            <p>This module allow to print PDF report on contract form.</p> | 
				
			|||
            <p>It supports multiple selection of contract records.</p> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container oe_dark"> | 
				
			|||
    <div class="oe_span12 oe_row oe_spaced"> | 
				
			|||
        <ul><li>The Employee Contract Report gives PDF report of contract details of employee:</li></ul> | 
				
			|||
        <div class="oe_demo oe_picture oe_screenshot"> | 
				
			|||
        <img src="contract_report_9_1.png"> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container oe_dark "> | 
				
			|||
    <div class="oe_span12 oe_row oe_spaced"> | 
				
			|||
        <ul><li>Employee Contract button on Employee Contract form/list view</li></ul> | 
				
			|||
        <div class="oe_demo  oe_screenshot" style="height:800px;display: block;max-width: 84%;margin: 16px 8%;"> | 
				
			|||
        <img src="contract_report_9_2.png"> | 
				
			|||
        </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,48 +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': "Employee Orientation & Training", | 
				
			|||
    'version': '9.0.1.0.0', | 
				
			|||
    'category': 'Human Resources', | 
				
			|||
    'summary': """Employee Orientation/Training Program""", | 
				
			|||
    'description': """Complete Employee Orientation/Training Program""", | 
				
			|||
    'author': "Cybrosys Techno Solutions", | 
				
			|||
    'company': "Cybrosys Techno Solutions", | 
				
			|||
    'website': "http://www.cybrosys.com", | 
				
			|||
    'depends': ['base', 'hr', 'mail', ], | 
				
			|||
    'data': [ | 
				
			|||
        'views/orientation_checklist_line.xml', | 
				
			|||
        'views/orientation_checklist.xml', | 
				
			|||
        'views/employee_orientation.xml', | 
				
			|||
        'views/orientation_checklists_request.xml', | 
				
			|||
        'views/orientation_checklist_sequence.xml', | 
				
			|||
        'views/orientation_request_mail_template.xml', | 
				
			|||
        'views/employee_training.xml', | 
				
			|||
        'security/ir.model.access.csv', | 
				
			|||
    ], | 
				
			|||
    'images': ['static/description/banner.jpg'], | 
				
			|||
    'license': 'LGPL-3', | 
				
			|||
    'installable': True, | 
				
			|||
    'auto_install': False, | 
				
			|||
    'application': True, | 
				
			|||
} | 
				
			|||
@ -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,104 +0,0 @@ | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <h2 class="oe_slogan">HR Expense Payment</h2> | 
				
			|||
        <h3 class="oe_slogan">Easily process payment for expenses</h3> | 
				
			|||
         <h4 class="oe_slogan">Cybrosys Techno Solutions , www.cybrosys.com</h4> | 
				
			|||
    </div> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <p class="oe_mt32"> | 
				
			|||
                <p style="text-align: center;">This module helps you to process the hr expense management from the hr module itself</p> | 
				
			|||
            </p> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container oe_dark"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <p class="oe_mt32"> | 
				
			|||
                <p>☛ You can create the payment for an employee by a single click</p> | 
				
			|||
            </p> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <div class="oe_demo oe_picture oe_screenshot"> | 
				
			|||
                <img style="border:10px solid white;" src="pay_button.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <p class="oe_mt32"> | 
				
			|||
                <p>☛ A draft payment will be created</p> | 
				
			|||
                <p>Note : You should manually validate the payment</p> | 
				
			|||
            </p> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <div class="oe_demo oe_picture oe_screenshot"> | 
				
			|||
                <img style="border:10px solid white;" src="payment_draft.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container oe_dark"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <p class="oe_mt32"> | 
				
			|||
                <p>☛ Reconcile the journal item for payment and employee expense</p> | 
				
			|||
            </p> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <div class="oe_demo oe_picture oe_screenshot"> | 
				
			|||
                <img style="border:10px solid white;" src="payment_reconcile.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <p class="oe_mt32"> | 
				
			|||
                <p>☛ Expense state is changed to draft</p> | 
				
			|||
            </p> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_span12"> | 
				
			|||
            <div class="oe_demo oe_picture oe_screenshot"> | 
				
			|||
                <img style="border:10px solid white;" src="payment_paid.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container"> | 
				
			|||
		<h2 class="oe_slogan" style="margin-top:20px;" >Need Any Help?</h2> | 
				
			|||
		<div class="oe_slogan" style="margin-top:10px !important;"> | 
				
			|||
            <div> | 
				
			|||
				<a  class="btn btn-primary btn-lg mt8" | 
				
			|||
				style="color: #FFFFFF !important;border-radius: 0;" 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;border-radius: 0;" | 
				
			|||
				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;border-radius: 0;" | 
				
			|||
				href="http://www.cybrosys.com/odoo-customization-and-installation/"><i | 
				
			|||
				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> | 
				
			|||
 | 
				
			|||
 | 
				
			|||
 | 
				
			|||
@ -1,26 +0,0 @@ | 
				
			|||
{ | 
				
			|||
    '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, | 
				
			|||
} | 
				
			|||
@ -1,17 +0,0 @@ | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <h2 class="oe_slogan">Change Table in POS</h2> | 
				
			|||
        <h3 class="oe_slogan"></h3> | 
				
			|||
        <div> | 
				
			|||
            <p class='oe_mt32'> | 
				
			|||
                This module allows you to change Table of an order from one to another by using 'change table' button in POS without cancelling the order. | 
				
			|||
           </p><p> | 
				
			|||
           </p> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_row_img oe_centered oe_mt32"> | 
				
			|||
            <div class= oe_picture oe_screenshot"> | 
				
			|||
                    <img src="change_table.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
@ -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,130 +0,0 @@ | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <h2 class="oe_slogan">LifeLine Progress Bar for Task</h2> | 
				
			|||
        <h3 class="oe_slogan">LifeLine is calculated based on live time and deadline time.</h3> | 
				
			|||
    </div> | 
				
			|||
    <div class="row oe_row oe_spaced"> | 
				
			|||
        <div class="col-md-6"> | 
				
			|||
                ☀ User Defined Progress Bar Colour Configuration.<br> | 
				
			|||
                ☀ Task Lifeline Bar based on Deadline.<br> | 
				
			|||
                ☀ Automatic Colour Change of Lifeline Bar.<br> | 
				
			|||
                ☀ Default Colour for Forbidden.<br> | 
				
			|||
        </div> | 
				
			|||
        <div class="col-md-6"> | 
				
			|||
            <div class="oe_bg_img"> | 
				
			|||
                <img class="oe_picture oe_screenshot center-block" src="disply.png" style="margin-top: 0px !important;"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
 | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container"> | 
				
			|||
    <div class="oe_row oe_spaced"> | 
				
			|||
        <p class='oe_mt32'> | 
				
			|||
            ☛ Default Form/Tree view of Task | 
				
			|||
        </p> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_demo oe_picture oe_screenshot"> | 
				
			|||
                <p><center>Form View</center></p> | 
				
			|||
                <img src="form_view.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_demo oe_picture oe_screenshot"> | 
				
			|||
                <p><center>Tree View</center></p> | 
				
			|||
                <img src="tree_view.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
 | 
				
			|||
<section class="oe_container oe_dark"> | 
				
			|||
    <div class="oe_row oe_padded"> | 
				
			|||
        <p class='oe_mt32'> | 
				
			|||
            ☛User Can Define the Color of Progressbar for Different Percentage Ranges. | 
				
			|||
        </p> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <p><center>Form View</center></p> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="set_range_form_view.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <p><center>Tree View</center></p> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="set_range_tree_view.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
    <div class="oe_span6"> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
<section class="oe_container oe_dark"> | 
				
			|||
    <div class="oe_row oe_padded"> | 
				
			|||
        <p class='oe_mt32'> | 
				
			|||
            ☛Color of progressbar based on different ranges. | 
				
			|||
        </p> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="set_green.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="set_range_green.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
 | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
<section class="oe_container "> | 
				
			|||
    <div class="oe_row oe_padded"> | 
				
			|||
        <p class='oe_mt32'> | 
				
			|||
            ☛Color of progressbar based on different ranges. | 
				
			|||
        </p> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="set_yellow.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="set_range_yellow.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
</section> | 
				
			|||
<section class="oe_container oe_dark"> | 
				
			|||
    <div class="oe_row oe_padded"> | 
				
			|||
        <p class='oe_mt32'> | 
				
			|||
            ☛Color of progressbar based on different ranges. | 
				
			|||
        </p> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="set_red.png"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <div class="oe_span6"> | 
				
			|||
            <div class="oe_row_img oe_centered"> | 
				
			|||
                <img class="oe_picture oe_screenshot" src="set_range_red.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,33 +0,0 @@ | 
				
			|||
{ | 
				
			|||
    'name': 'Sale Discount on Total Amount', | 
				
			|||
    'version': '1.0', | 
				
			|||
    'category': 'Sales Management', | 
				
			|||
    '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', | 
				
			|||
                'account' | 
				
			|||
                ], | 
				
			|||
    'data': [ | 
				
			|||
        'views/sale_view.xml', | 
				
			|||
        'views/account_invoice_view.xml', | 
				
			|||
        'views/invoice_report.xml', | 
				
			|||
        'views/sale_order_report.xml', | 
				
			|||
        'views/res_config_view.xml', | 
				
			|||
 | 
				
			|||
    ], | 
				
			|||
    'demo': [ | 
				
			|||
    ], | 
				
			|||
    'application': True, | 
				
			|||
    'installable': True, | 
				
			|||
    'auto_install': False, | 
				
			|||
} | 
				
			|||
@ -1,43 +0,0 @@ | 
				
			|||
# -*- encoding: utf-8 -*- | 
				
			|||
############################################################################## | 
				
			|||
# | 
				
			|||
#    Item number | 
				
			|||
# | 
				
			|||
#    Copyright (C) 2016 Cybrosys Techno Solutions (<http://http://www.cybrosys.com). | 
				
			|||
# | 
				
			|||
#    This program is free software: you can redistribute it and/or modify | 
				
			|||
#    it under the terms of the GNU Affero General Public License as | 
				
			|||
#    published by the Free Software Foundation, either version 3 of the | 
				
			|||
#    License, or (at your option) any later version. | 
				
			|||
# | 
				
			|||
#    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 Affero General Public License for more details. | 
				
			|||
# | 
				
			|||
#    You should have received a copy of the GNU Affero General Public License | 
				
			|||
#    along with this program.  If not, see <http://www.gnu.org/licenses/>. | 
				
			|||
# | 
				
			|||
############################################################################## | 
				
			|||
{ | 
				
			|||
    'name': 'Sale Splitter', | 
				
			|||
    'version': '1.0', | 
				
			|||
    'author': 'Cybrosys Techno Solutions', | 
				
			|||
    'company': 'Cybrosys Techno Solutions', | 
				
			|||
    'website': 'http://www.cybrosys.com', | 
				
			|||
    'description': """ | 
				
			|||
 | 
				
			|||
 | 
				
			|||
======================= | 
				
			|||
 | 
				
			|||
 | 
				
			|||
""", | 
				
			|||
 | 
				
			|||
    'sequence': 6, | 
				
			|||
    'category': 'Sales Management', | 
				
			|||
    'summary': 'Used for splitting lengthy quotations into sepparate.', | 
				
			|||
    'data': ['views/splitter.xml'], | 
				
			|||
    'depends': ['base','sale'], | 
				
			|||
    'installable': True, | 
				
			|||
    'license': 'AGPL-3', | 
				
			|||
} | 
				
			|||
@ -1,27 +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': [ | 
				
			|||
        'views/account_view.xml', | 
				
			|||
 | 
				
			|||
    ], | 
				
			|||
    'demo': [ | 
				
			|||
    ], | 
				
			|||
    'license': 'AGPL-3', | 
				
			|||
    'installable': True, | 
				
			|||
    'auto_install': False, | 
				
			|||
} | 
				
			|||
@ -1,41 +0,0 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
############################################################################## | 
				
			|||
# | 
				
			|||
#    Cybrosys Technologies Pvt. Ltd. | 
				
			|||
#    Copyright (C) 2009-TODAY Cybrosys Technologies(<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': 'Timesheet PDF Report', | 
				
			|||
    'version': '9.0.1.0.0', | 
				
			|||
    "category": "Generic Modules/Human Resources", | 
				
			|||
    'sequence': 25, | 
				
			|||
    'summary': 'Timesheet PDF Report of Employee', | 
				
			|||
    'category': "Generic Modules/Human Resources", | 
				
			|||
    'company': 'Cybrosys Techno Solutions', | 
				
			|||
    'website': 'www.cybrosys.com', | 
				
			|||
    'depends': ['hr_timesheet_sheet'], | 
				
			|||
    'data': [ | 
				
			|||
             'report/report_timesheets.xml', | 
				
			|||
             'wizard/timesheet_wizard.xml', | 
				
			|||
            ], | 
				
			|||
    'images': ['static/description/banner.jpg'], | 
				
			|||
    'license': 'AGPL-3', | 
				
			|||
    'installable': True, | 
				
			|||
    'auto_install': False, | 
				
			|||
    'application': False, | 
				
			|||
} | 
				
			|||
@ -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