# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Saneen K() # # You can modify it under the terms of the GNU AFFERO # GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # # 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 (AGPL v3) for more details. # # You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE # (AGPL v3) along with this program. # If not, see . # ############################################################################# { 'name': 'All In One Hide Print Button', 'version': '15.0.1.0.0', 'category': 'Sales, Purchases, Accounting, Warehouse, Manufacturing', 'summary': 'This module will help you to hide print button per user.', 'description': 'This module crafted by Cybrosys Technologies provides an ' 'option to hide print button per user.The administrator can' 'choose which print button should be hidden for the users.', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", 'depends': ['sale_management', 'purchase', 'account', 'hr', 'stock', 'stock_picking_batch', 'mrp'], 'data': [ 'security/hide_all_print_button_groups.xml', 'views/account_move_views.xml', 'views/purchase_order_views.xml', 'views/stock_picking_views.xml', 'views/stock_picking_batch.xml', ], 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False, }