Browse Source

[UPDT] Manifest updated

pull/124/head
Ajmalcybrosys 6 years ago
parent
commit
56dd2c94dd
  1. 2
      access_restriction_by_ip/__manifest__.py
  2. 2
      account_pdc/__manifest__.py
  3. 1
      customer_due_days/__manifest__.py
  4. 2
      front_office_management/__manifest__.py
  5. 5
      gatepass_slip/README.rst
  6. 4
      gatepass_slip/__manifest__.py
  7. 4
      hr_linkedin_recruitment/README.rst
  8. 4
      legal_case_management/README.rst
  9. 2
      login_user_detail/__manifest__.py
  10. 4
      point_of_sale_logo/README.rst
  11. 2
      point_of_sale_logo/__manifest__.py
  12. 2
      pos_category_wise_receipt/__manifest__.py
  13. 2
      pos_order_line_image/__manifest__.py
  14. 4
      pos_product_category_filter/README.rst
  15. 1
      pos_product_category_filter/__manifest__.py

2
access_restriction_by_ip/__manifest__.py

@ -27,7 +27,7 @@
'website': 'https://www.cybrosys.com',
'category': 'Tools',
'depends': ['base', 'mail'],
'license': 'AGPL-3',
'license': 'LGPL-3',
'data': [
'security/ir.model.access.csv',
'views/allowed_ips_view.xml',

2
account_pdc/__manifest__.py

@ -32,7 +32,7 @@
'views/account_payment_view.xml',
],
'images': ['static/description/pdc_banner.jpg'],
'license': 'LGPL-3',
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
}

1
customer_due_days/__manifest__.py

@ -35,6 +35,7 @@
'report/due_report.xml',
],
'qweb': [],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,

2
front_office_management/__manifest__.py

@ -40,7 +40,7 @@
'security/ir.model.access.csv',
],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'license': 'LGPL-3',
'installable': True,
'auto_install': False,
}

5
gatepass_slip/README.rst

@ -9,11 +9,6 @@ Installation
- www.odoo.com/documentation/12.0/setup/install.html
- Install our custom addon
License
=======
GNU AFFERO GENERAL PUBLIC LICENSE, Version 3 (AGPLv3)
(http://www.gnu.org/licenses/agpl.html)
Bug Tracker
===========
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.

4
gatepass_slip/__manifest__.py

@ -13,10 +13,6 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser 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 <https://www.gnu.org/licenses/>.
#
###################################################################################
{
'name': 'Delivery Gate Pass',

4
hr_linkedin_recruitment/README.rst

@ -1,6 +1,6 @@
==========================================
====================================
Basic HR-LinkedIn Connector v12
==========================================
====================================
The module integrates LinkedIn with Odoo HR Recruitment.
* Share Job Opening Posts With LinkedIn.

4
legal_case_management/README.rst

@ -9,10 +9,6 @@ Installation
- www.odoo.com/documentation/12.0/setup/install.html
- Install our custom addon
License
=======
GNU Lesser General Public License, Version 3 (LGPLv3)
(http://www.gnu.org/licenses/agpl.html)
Bug Tracker
===========

2
login_user_detail/__manifest__.py

@ -28,7 +28,7 @@
'website': "https://www.cybrosys.com",
'category': 'Tools',
'depends': ['base'],
'license': 'AGPL-3',
'license': 'LGPL-3',
'data': [
'security/ir.model.access.csv',
'views/login_user_views.xml'],

4
point_of_sale_logo/README.rst

@ -18,8 +18,8 @@ Configuration & Usage
Credits
=======
Developer: Nilmar Shereef @ cybrosys, shereef@cybrosys.in
Developer: Jesni Banu @ cybrosys, jesni@cybrosys.in
Developer: Nilmar Shereef @ cybrosys, odoo@cybrosys.com
Developer: Jesni Banu @ cybrosys, odoo@cybrosys.com
Developer: Niyas Raphy (Migrated to v11)

2
point_of_sale_logo/__manifest__.py

@ -36,7 +36,7 @@
'qweb': ['static/src/xml/pos_ticket_view.xml',
'static/src/xml/pos_screen_image_view.xml'],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'license': 'LGPL-3',
'demo': [],
'installable': True,
'auto_install': False,

2
pos_category_wise_receipt/__manifest__.py

@ -33,7 +33,7 @@
'static/src/xml/pos_ticket.xml',
],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'license': 'LGPL-3',
'installable': True,
'auto_install': False,
}

2
pos_order_line_image/__manifest__.py

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2018-TODAY Cybrosys Technologies (<https://www.cybrosys.com>).
# Author: Aswani PC (aswani@cybrosys.in)
# Author: Aswani PC (odoo@cybrosys.com)
#
# This program is free software: you can modify
# it under the terms of the GNU Affero General Public License (AGPL) as

4
pos_product_category_filter/README.rst

@ -1,6 +1,6 @@
====================
===============================
POS Product Category Filter V12
====================
===============================
This module shows only the specified categories of products in Point of Sale.

1
pos_product_category_filter/__manifest__.py

@ -32,6 +32,7 @@
""",
'depends': ['point_of_sale'],
'license': 'LGPL-3',
'images': ['static/description/banner.jpg'],
'data': ['views/category.xml',
'views/template.xml'],

Loading…
Cancel
Save