6 changed files with 37 additions and 29 deletions
			
			
		| @ -1,20 +1,21 @@ | |||||
| # -*- coding: utf-8 -*- | # -*- coding: utf-8 -*- | ||||
| ############################################################################# | ################################################################################ | ||||
| # | # | ||||
| #    Cybrosys Technologies Pvt. Ltd. | #    Cybrosys Technologies Pvt. Ltd. | ||||
|  | # | ||||
| #    Copyright (C) 2022-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). | #    Copyright (C) 2022-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). | ||||
| #    Author: Cybrosys Technologies(<https://www.cybrosys.com>) | #    Author: Ammu Raj (odoo@cybrosys.com) | ||||
| # | # | ||||
| #    You can modify it under the terms of the GNU LESSER | #    You can modify it under the terms of the GNU AFFERO | ||||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | #    GENERAL PUBLIC LICENSE (AGPL v3), Version 3. | ||||
| # | # | ||||
| #    This program is distributed in the hope that it will be useful, | #    This program is distributed in the hope that it will be useful, | ||||
| #    but WITHOUT ANY WARRANTY; without even the implied warranty of | #    but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
| #    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | #    GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. | ||||
| # | # | ||||
| #    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | #    You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE | ||||
| #    (LGPL v3) along with this program. | #    (AGPL v3) along with this program. | ||||
| #    If not, see <http://www.gnu.org/licenses/>. | #    If not, see <http://www.gnu.org/licenses/>. | ||||
| # | # | ||||
| ############################################################################# | ################################################################################ | ||||
| @ -1,44 +1,44 @@ | |||||
| # -*- coding: utf-8 -*- | # -*- coding: utf-8 -*- | ||||
| ############################################################################# | ################################################################################ | ||||
| # | # | ||||
| #    Cybrosys Technologies Pvt. Ltd. | #    Cybrosys Technologies Pvt. Ltd. | ||||
|  | # | ||||
| #    Copyright (C) 2022-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). | #    Copyright (C) 2022-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). | ||||
| #    Author: Cybrosys Technologies(<https://www.cybrosys.com>) | #    Author: Ammu Raj (odoo@cybrosys.com) | ||||
| # | # | ||||
| #    You can modify it under the terms of the GNU LESSER | #    You can modify it under the terms of the GNU AFFERO | ||||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | #    GENERAL PUBLIC LICENSE (AGPL v3), Version 3. | ||||
| # | # | ||||
| #    This program is distributed in the hope that it will be useful, | #    This program is distributed in the hope that it will be useful, | ||||
| #    but WITHOUT ANY WARRANTY; without even the implied warranty of | #    but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
| #    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | #    GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. | ||||
| # | # | ||||
| #    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | #    You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE | ||||
| #    (LGPL v3) along with this program. | #    (AGPL v3) along with this program. | ||||
| #    If not, see <http://www.gnu.org/licenses/>. | #    If not, see <http://www.gnu.org/licenses/>. | ||||
| # | # | ||||
| ############################################################################# | ################################################################################ | ||||
| 
 | 
 | ||||
| 
 | 
 | ||||
| { | { | ||||
|     'name': 'Mass Duplicate Records For All Models', |     'name': 'Mass duplicate Records', | ||||
|     'version': '16.0.1.0.0', |     'version': '16.0.1.0.1', | ||||
|     'summary': 'Allows to Duplicate Multiple Records from List/Tree View for all Models', |     'summary': 'Allows to duplicate multiple records in any models.', | ||||
|     'description': 'Allows to Duplicate Multiple Records from List/Tree View for all Models.', |     'description': 'Allows to duplicate multiple records from list/tree view at a time in any models.', | ||||
|     'author': 'Cybrosys Techno Solutions', |     'author': 'Cybrosys Techno solutions', | ||||
|     'company': 'Cybrosys Techno Solutions', |     'company': 'Cybrosys Techno Solutions', | ||||
|     'maintainer': 'Cybrosys Techno Solutions', |     'maintainer': 'Cybrosys Techno Solutions', | ||||
|     'website': 'https://www.cybrosys.com', |     'website': 'https://www.cybrosys.com', | ||||
|     'license': 'LGPL-3', |  | ||||
|     'depends': ['base'], |     'depends': ['base'], | ||||
|  |     'data': [], | ||||
|     'assets': { |     'assets': { | ||||
|         'web.assets_backend': [ |         'web.assets_backend': [ | ||||
|             'mass_duplicate_records/static/src/js/mass_list_controller.js', |             'bulk_duplicate_records/static/src/js/mass_list_controller.js', | ||||
|         ], |         ], | ||||
|     }, |     }, | ||||
|     'installable': True, |     'installable': True, | ||||
|     'images': ['static/description/banner.png'], |  | ||||
|     'application': False, |     'application': False, | ||||
|     'auto_install': False, |     'auto_install': False, | ||||
|     'license': 'LGPL-3', |     'license': 'AGPL-3', | ||||
| } | } | ||||
|  | |||||
| @ -1,6 +1,12 @@ | |||||
| ## Module <mass_duplicate_records> | ## Module <bulk_duplicate_records> | ||||
| 
 | 
 | ||||
| #### 20.10.2022 | #### 20.10.2022 | ||||
| #### Version 16.0.1.0.0 | #### Version 16.0.1.0.0 | ||||
| #### ADD | #### ADD | ||||
| - Initial commit for Mass Duplication Records | - Initial commit for Mass Duplication Records | ||||
|  | 
 | ||||
|  | 
 | ||||
|  | #### 06.04.2023 | ||||
|  | #### Version 16.0.1.0.1 | ||||
|  | #### FIX | ||||
|  | - Corrected the path of file in manifest. | ||||
|  | |||||
					Loading…
					
					
				
		Reference in new issue