From 1b55a938dfd37ef79a586b147762ac6bb9e34b9c Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Tue, 18 Apr 2023 12:49:24 +0530 Subject: [PATCH] Apr 18 [UPDT] Bug Fixed 'bulk_duplicate_records' --- bulk_duplicate_records/README.rst | 2 +- bulk_duplicate_records/__init__.py | 17 +++++----- bulk_duplicate_records/__manifest__.py | 34 +++++++++---------- bulk_duplicate_records/doc/RELEASE_NOTES.md | 8 ++++- .../static/description/index.html | 4 +-- .../static/src/js/mass_list_controller.js | 1 + 6 files changed, 37 insertions(+), 29 deletions(-) diff --git a/bulk_duplicate_records/README.rst b/bulk_duplicate_records/README.rst index d76b75cf9..0258ce6ce 100644 --- a/bulk_duplicate_records/README.rst +++ b/bulk_duplicate_records/README.rst @@ -3,7 +3,7 @@ :alt: License: AGPL-3 Mass Duplicate Records -====================== +=================================================== Mass Duplicate Records diff --git a/bulk_duplicate_records/__init__.py b/bulk_duplicate_records/__init__.py index cb45584d4..0ce6da278 100644 --- a/bulk_duplicate_records/__init__.py +++ b/bulk_duplicate_records/__init__.py @@ -1,20 +1,21 @@ # -*- coding: utf-8 -*- -############################################################################# +################################################################################ # # Cybrosys Technologies Pvt. Ltd. +# # Copyright (C) 2022-TODAY Cybrosys Technologies(). -# Author: Cybrosys Technologies() +# 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 . # -############################################################################# +################################################################################ \ No newline at end of file diff --git a/bulk_duplicate_records/__manifest__.py b/bulk_duplicate_records/__manifest__.py index 4717f7522..57c6e8515 100644 --- a/bulk_duplicate_records/__manifest__.py +++ b/bulk_duplicate_records/__manifest__.py @@ -1,44 +1,44 @@ # -*- coding: utf-8 -*- -############################################################################# +################################################################################ # # Cybrosys Technologies Pvt. Ltd. +# # Copyright (C) 2022-TODAY Cybrosys Technologies(). -# Author: Cybrosys Technologies() +# 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 . # -############################################################################# +################################################################################ { - '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', } diff --git a/bulk_duplicate_records/doc/RELEASE_NOTES.md b/bulk_duplicate_records/doc/RELEASE_NOTES.md index 32157e3b5..e3e1d78a2 100644 --- a/bulk_duplicate_records/doc/RELEASE_NOTES.md +++ b/bulk_duplicate_records/doc/RELEASE_NOTES.md @@ -1,6 +1,12 @@ -## Module +## Module #### 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. diff --git a/bulk_duplicate_records/static/description/index.html b/bulk_duplicate_records/static/description/index.html index 7787e82e0..9eccb1f5d 100644 --- a/bulk_duplicate_records/static/description/index.html +++ b/bulk_duplicate_records/static/description/index.html @@ -17,8 +17,8 @@ -

Mass Duplicate Records For All Models

-

Allows to Duplicate Multiple Records from List/Tree View for all Models +

Mass Duplicate Records In Odoo Apps

+

This odoo app module helps to duplicate multiple records from tree view at a time in any model(object) after selecting multiple records from the list view and click "Mass Duplicate" button from menu action.Default odoo only allows you to duplicate a single record from the form view.