6 changed files with 37 additions and 29 deletions
			
			
		| @ -1,20 +1,21 @@ | |||
| # -*- coding: utf-8 -*- | |||
| ############################################################################# | |||
| ################################################################################ | |||
| # | |||
| #    Cybrosys Technologies Pvt. Ltd. | |||
| # | |||
| #    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 | |||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |||
| #    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 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 | |||
| #    (LGPL v3) along with this program. | |||
| #    You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE | |||
| #    (AGPL v3) along with this program. | |||
| #    If not, see <http://www.gnu.org/licenses/>. | |||
| # | |||
| ############################################################################# | |||
| ################################################################################ | |||
| @ -1,44 +1,44 @@ | |||
| # -*- coding: utf-8 -*- | |||
| ############################################################################# | |||
| ################################################################################ | |||
| # | |||
| #    Cybrosys Technologies Pvt. Ltd. | |||
| # | |||
| #    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 | |||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |||
| #    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 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 | |||
| #    (LGPL v3) along with this program. | |||
| #    You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE | |||
| #    (AGPL v3) along with this program. | |||
| #    If not, see <http://www.gnu.org/licenses/>. | |||
| # | |||
| ############################################################################# | |||
| ################################################################################ | |||
| 
 | |||
| 
 | |||
| { | |||
|     'name': 'Mass Duplicate Records For All Models', | |||
|     'version': '16.0.1.0.0', | |||
|     'summary': 'Allows to Duplicate Multiple Records from List/Tree View for all Models', | |||
|     'description': 'Allows to Duplicate Multiple Records from List/Tree View for all Models.', | |||
|     'author': 'Cybrosys Techno Solutions', | |||
|     'name': 'Mass duplicate Records', | |||
|     'version': '16.0.1.0.1', | |||
|     'summary': 'Allows to duplicate multiple records in any models.', | |||
|     'description': 'Allows to duplicate multiple records from list/tree view at a time in any models.', | |||
|     'author': 'Cybrosys Techno solutions', | |||
|     'company': 'Cybrosys Techno Solutions', | |||
|     'maintainer': 'Cybrosys Techno Solutions', | |||
|     'website': 'https://www.cybrosys.com', | |||
|     'license': 'LGPL-3', | |||
|     'depends': ['base'], | |||
|     'data': [], | |||
|     'assets': { | |||
|         '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, | |||
|     'images': ['static/description/banner.png'], | |||
|     'application': 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 | |||
| #### Version 16.0.1.0.0 | |||
| #### ADD | |||
| - 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