Browse Source

[ADD]Banner Added

pull/81/head
cybroodoo 8 years ago
parent
commit
ac9cf19fb7
  1. 1
      export_stockinfo_xls/__openerp__.py
  2. 22
      export_stockinfo_xls/__openerp__.py~
  3. 1
      sale_discount_total/__openerp__.py
  4. 33
      sale_discount_total/__openerp__.py~
  5. 1
      sale_splitter/__openerp__.py
  6. 43
      sale_splitter/__openerp__.py~
  7. 1
      taxless_accounting/__openerp__.py
  8. 27
      taxless_accounting/__openerp__.py~

1
export_stockinfo_xls/__openerp__.py

@ -17,6 +17,7 @@
'data': [
'views/wizard_view.xml',
],
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
}

22
export_stockinfo_xls/__openerp__.py~

@ -0,0 +1,22 @@
{
'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
sale_discount_total/__openerp__.py

@ -27,6 +27,7 @@ Module to manage discount on total amount in Sale.
],
'demo': [
],
'images': ['static/description/banner.jpg'],
'application': True,
'installable': True,
'auto_install': False,

33
sale_discount_total/__openerp__.py~

@ -0,0 +1,33 @@
{
'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
sale_splitter/__openerp__.py

@ -38,6 +38,7 @@
'summary': 'Used for splitting lengthy quotations into sepparate.',
'data': ['views/splitter.xml'],
'depends': ['base','sale'],
'images': ['static/description/banner.jpg'],
'installable': True,
'license': 'AGPL-3',
}

43
sale_splitter/__openerp__.py~

@ -0,0 +1,43 @@
# -*- 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
taxless_accounting/__openerp__.py

@ -21,6 +21,7 @@
],
'demo': [
],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,

27
taxless_accounting/__openerp__.py~

@ -0,0 +1,27 @@
{
'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,
}
Loading…
Cancel
Save