Browse Source

Removed Cached files

pull/81/head
Hilar AK 8 years ago
parent
commit
b5fb054834
  1. 38
      colour_code_project/__openerp__.py~
  2. 44
      cybro_product_stock_balance/__openerp__.py~
  3. 42
      developer_mode/__openerp__.py~
  4. 20
      employee_contract_report/__openerp__.py~
  5. 22
      export_stockinfo_xls/__openerp__.py~
  6. 44
      magic_note/__openerp__.py~
  7. 40
      merge_same_products/__openerp__.py~
  8. 43
      payment_receipt_invoice/__openerp__.py~
  9. 26
      pos_change_table/__openerp__.py~
  10. 39
      pos_chatter/__openerp__.py~
  11. 22
      pos_product_category_filter/__openerp__.py~
  12. 62
      pos_restaurant_floor_facility/models/pos_restaurant_extra_facility.py~
  13. 41
      project_lifeline/__openerp__.py~
  14. 45
      project_status_level_report/__openerp__.py~
  15. 17
      project_time_spend/__openerp__.py~
  16. 33
      sale_discount_total/__openerp__.py~
  17. 41
      sale_invoice_tag_pass/__openerp__.py~
  18. 43
      sale_splitter/__openerp__.py~
  19. 52
      salon_management/__openerp__.py~
  20. 41
      sent_mails/__openerp__.py~
  21. 26
      taxless_accounting/__openerp__.py~
  22. 27
      taxless_purchase_sale/__openerp__.py~
  23. 41
      timesheets_by_employee/__openerp__.py~
  24. 45
      untaxed_saleorder_report/__openerp__.py~
  25. 39
      untaxed_saleorder_report/models/without_tax_report.py~
  26. 47
      website_college/__openerp__.py~
  27. 47
      website_sale_advanced_search/__openerp__.py~
  28. 44
      website_trading/__openerp__.py~

38
colour_code_project/__openerp__.py~

@ -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 Technologies",
'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,
}

44
cybro_product_stock_balance/__openerp__.py~

@ -1,44 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2009-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Sreejith P(<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': 'Available Stock in Product Form',
'version': '9.0',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'website': 'http://www.cybrosys.com',
'summary': 'Estimate Inventory Levels By Warehouses in Product Form',
'depends': [
'product',
'stock'
],
'category': 'Warehouse',
'data': [
'views/product_internal_stock.xml',
'security/ir.model.access.csv',
],
'demo': [],
'license': 'AGPL-3',
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False
}

42
developer_mode/__openerp__.py~

@ -1,42 +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': '9.0.2.0.0',
'author': 'Cybrosys Techno Solutions',
'website': "http://www.cybrosys.com",
'company': 'Cybrosys Techno Solutions',
'category': 'Tools',
'depends': ['base', 'web', 'base_setup'],
'data': [
'views/web_view.xml',
'security/security_data.xml',
'views/developer_mode_view.xml',
'views/ir_rule_view.xml',
'data/cybro_developer_data.xml',
],
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
}

20
employee_contract_report/__openerp__.py~

@ -1,20 +0,0 @@
# -*- coding: utf-8 -*-
{
'name': "Employee Contracts Report",
'summary': """Contract Report""",
'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,
}

22
export_stockinfo_xls/__openerp__.py~

@ -1,22 +0,0 @@
{
'name': 'Export Product Stock in Excel',
'version': '0.2',
'category': 'Inventory',
'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,
}

44
magic_note/__openerp__.py~

@ -1,44 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2008-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': "Magic Color Note",
'summary': """
Automatically Change the Colour Based on Deadline of Notes""",
'description': """
Set a date interval in integers.
All notes belonging to the period will be assigned the defined colour
""",
'version': '0.2',
'author': "Cybrosys Techno Solutions",
'company': "Cybrosys Techno Solutions",
'website': "http://www.cybrosys.com",
'category': 'Tools',
'depends': ['base', 'note'],
'data': ['views/color_note.xml',
'views/color_config.xml'],
'demo': [],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
}

40
merge_same_products/__openerp__.py~

@ -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 Product Line',
'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': [],
'images': ['static/description/banner.jpg'],
'demo': [],
'installable': True,
'auto_install': False,
}

43
payment_receipt_invoice/__openerp__.py~

@ -1,43 +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': 'Account Payment Receipt',
'summary': """Payment Receipt with Paid Details""",
'version': '0.3',
'description': """""",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'website': 'http://www.cybrosys.com',
'category': 'Accounting',
'depends': ['base', 'account'],
'license': 'AGPL-3',
'data': [
'views/receipt_print_template.xml',
'views/account_payment_print.xml',
],
'demo': [],
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
}

26
pos_change_table/__openerp__.py~

@ -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'
],
'qweb': [
"static/src/xml/table_change.xml",
],
'license': 'AGPL-3',
'installable': True,
}

39
pos_chatter/__openerp__.py~

@ -1,39 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2008-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': "POS Chat",
'summary': """Chat in POS""",
'description': "This module adds chat interface in Point of sale screen.",
'author': "Cybrosys Techno Solutions",
'company': "Cybrosys Techno Solutions",
'website': "http://www.cybrosys.com",
'category': 'Point Of Sale',
'version': '0.3',
'depends': ['base', 'point_of_sale'],
'data': ['views/pos_chat.xml'],
'qweb': ['static/src/xml/pos_msg.xml'],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
}

22
pos_product_category_filter/__openerp__.py~

@ -1,22 +0,0 @@
{
'name': 'POS Product Category Filter',
'version': '1.0',
'category': 'Point of Sale',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'website': 'http://www.cybrosys.com',
'sequence': 6,
'summary': 'Show only specified categories of product in point of sale ',
'description': """
=======================
Customization of produc availablity in PoS.
""",
'depends': ['point_of_sale'],
'data': ['views/category.xml',
'views/template.xml'],
'installable': True,
'auto_install': False,
}

62
pos_restaurant_floor_facility/models/pos_restaurant_extra_facility.py~

@ -1,62 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2008-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/>.
#
##############################################################################
from openerp import models, fields, api
class FacilityRestaurant(models.Model):
_inherit = "restaurant.floor"
rest_floor_facility = fields.One2many('restaurant.floor.line', 'ref_field', string='Floor Facility')
facility_service_percentage = fields.Float(string="Active Facility Charge %")
@api.onchange('rest_floor_facility')
def onchange_facility(self):
sum_of_percentage = 0.0
for records in self.rest_floor_facility:
sum_of_percentage += records.line_percentage
print sum_of_percentage
self.facility_service_percentage = sum_of_percentage
class FacilityRestaurantLines(models.Model):
_name = "restaurant.floor.line"
name = fields.Many2one('restaurant.floor.facility')
line_percentage = fields.Float(string="Extra Charging Percentage")
ref_field = fields.Many2one('restaurant.floor', invisible=True, ondelete='cascade')
@api.onchange('name')
def onchange_facility(self):
if self.name:
print "self.name.percentage", self.name.percentage
self.line_percentage = self.name.percentage
class FloorFacility(models.Model):
_name = "restaurant.floor.facility"
name = fields.Char(string="Name", required=True,)
percentage = fields.Float(string="Extra Charging Percentage(%)", required=True,
help="Increment percentage of the each Product Price ")
description = fields.Html(string="Description")

41
project_lifeline/__openerp__.py~

@ -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': "Lifeline for Task",
'summary': """Lifeline Progressbar for Tasks (100% -> 0%)""",
'description': """Calculates the time remaining based on live time & deadline.""",
'author': 'Cybrosys Techno Solutions',
'website': "http://www.cybrosys.com",
'company': 'Cybrosys Techno Solutions',
'category': 'Project',
'version': '0.2',
'depends': ['base', 'project'],
'data': [
'views/task_lifeline_view.xml',
'views/progress_bar_view.xml',
'views/progress_bar_settings.xml',
],
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
}

45
project_status_level_report/__openerp__.py~

@ -1,45 +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': "Project Status Report",
'summary': """
Project task Analysis""",
'description': """
Graphical information of Project from various aspects. Project Task list, Comparison of planned and
actual budget and time duration for the project.
""",
'author': "Cybrosys Techno Solutions",
'company': "Cybrosys Techno Solutions",
'website': "http://www.cybrosys.com",
'category': 'Project',
'version': '0.1',
'depends': ['base', 'project', 'report_xlsx', 'project_timesheet', 'analytic'],
'data': [
'views/status_wizard_view.xml',
'views/report.xml'
],
'license': 'AGPL-3',
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
}

17
project_time_spend/__openerp__.py~

@ -1,17 +0,0 @@
{
'name': 'Task Statusbar',
'author': 'Nilmar Shereef PT',
'website': 'www.cybrosys.com',
'category': 'Project',
'version': '9.0.0.3',
'summary': 'Calculates the time spend based on start date and deadline',
'depends': [
'base',
'project',
],
'data': [
'security/ir.model.access.csv',
'views/project_statusbar_view.xml',
],
'installable': True,
}

33
sale_discount_total/__openerp__.py~

@ -1,33 +0,0 @@
{
'name': 'Sale Discount on Total Amount',
'version': '1.0',
'category': 'sale',
'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,
}

41
sale_invoice_tag_pass/__openerp__.py~

@ -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,
}

43
sale_splitter/__openerp__.py~

@ -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 suppurate.',
'data': ['views/splitter.xml'],
'depends': ['base','sale'],
'installable': True,
'license': 'AGPL-3',
}

52
salon_management/__openerp__.py~

@ -1,52 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2009-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Avinash Nk(<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': 'Beauty Spa Management',
'summary': """Beauty Parlour Management with Online Booking System""",
'version': '9.0.1.1.0',
'author': 'Cybrosys Techno Solutions',
'website': "http://www.cybrosys.com",
'company': 'Cybrosys Techno Solutions',
"category": "Tools",
'depends': ['base', 'account', 'mail', 'website'],
'data': ['views/salon_holiday.xml',
'views/salon_data.xml',
'views/salon_management_chair.xml',
'views/salon_management_services.xml',
'views/salon_order_view.xml',
'views/salon_management_dashboard.xml',
'views/booking_backend.xml',
'views/salon_bookings.xml',
'views/salon_email_template.xml',
'views/salon_config.xml',
'views/working_hours.xml',
'security/ir.model.access.csv',
],
'demo': [
'views/booking_demo.xml',
],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'installable': True,
'application': True,
}

41
sent_mails/__openerp__.py~

@ -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': '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',
],
'qweb': [
'static/src/xml/client_action_sent_mails.xml',
],
'installable': True,
'auto_install': False
}

26
taxless_accounting/__openerp__.py~

@ -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': [
'views/account_view.xml',
],
'demo': [
],
'installable': True,
'auto_install': False,
}

27
taxless_purchase_sale/__openerp__.py~

@ -1,27 +0,0 @@
{
'name': 'Taxless Sale & Purchase',
'version': '1.0',
'category': 'Purchase',
'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': [
'views/purchase_view.xml'
],
'demo': [
],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
}

41
timesheets_by_employee/__openerp__.py~

@ -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': 'Human Resource',
'sequence': 25,
'summary': 'Timesheet PDF Report of Employee',
'author': 'Cybrosys Techno Solutions',
'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,
}

45
untaxed_saleorder_report/__openerp__.py~

@ -1,45 +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': 'sale',
'description': """ Module gives the Tax Dissolved (In Total Amount) SO/Customer Invoice Print""",
'depends': ['sale', 'account'],
'license': 'AGPL-3',
"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",
],
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
}

39
untaxed_saleorder_report/models/without_tax_report.py~

@ -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

47
website_college/__openerp__.py~

@ -1,47 +0,0 @@
# -*- coding: utf-8 -*-
# © 2017 Hilar AK <hilar@cybrosys.in>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': "Website_college",
'summary': """
Odoo demo theme for an educational Institution which includes their front page, backend theme ..""",
'description': """
Long description of module's purpose
""",
'author': "Cybrosys",
'website': "http://cybrosys.com/",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
# for the full list
'category': 'website',
'version': '9.0.1.1',
# any module necessary for this one to work correctly
'depends': ['base',
'web',
'website',
'website_livechat',
],
# always loaded
'data': [
# 'security/ir.model.access.csv',
'views/template.xml',
'views/alumni.xml',
'views/course.xml',
'views/facility.xml',
'views/gallery.xml',
],
# only loaded in demonstration mode
'demo': [
# 'demo/demo.xml',
],
'images': ['/website_college/static/description/banner.jpg'],
'installable': True,
'application': True
}

47
website_sale_advanced_search/__openerp__.py~

@ -1,47 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2017-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Hilar AK(<hilar@cybrosys.in>)
# 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': "Advanced Search in ECommerce ",
'version': '9.0.1.0.0',
'summary': """Odoo e-commerce advanced search.""",
'description': """
Odoo e-commerce advanced search. Autocomplete search product with category and display name
""",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'website': "http://www.cybrosys.com",
'category': 'Website',
'depends': ['base',
'website',
'website_sale',
],
'data': [
'views/assets.xml',
'views/template.xml'
],
'demo': [],
'images': ['static/description/banner.jpg'],
'license': 'LGPL-3',
'installable': True,
'auto_install': False,
}

44
website_trading/__openerp__.py~

@ -1,44 +0,0 @@
# -*- coding: utf-8 -*-
# © 2017 Hilar AK <hilar@cybrosys.in>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': "website_trading",
'summary': """
Odoo theme for a trading Company.""",
'description': """
Odoo theme for a trading Company.
""",
'author': "Cybrosys Technologies Pvt. Ltd",
'website': "http://cybrosys.com/",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
# for the full list
'category': 'website',
'version': '9.0.0.1',
# any module necessary for this one to work correctly
'depends': ['base',
'web',
'website',
'website_livechat'
],
# always loaded
'data': [
# 'security/ir.model.access.csv',
'views/index.xml',
'views/map_config.xml',
],
# only loaded in demonstration mode
'demo': [
# 'demo/demo.xml',
],
'images': ['/website_trading/static/description/banner.jpg'],
'installable': True,
'application': True
}
Loading…
Cancel
Save