From 427089255baa122660b58abdcb9578b9cfa10cbf Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Wed, 14 Dec 2022 19:29:04 +0530 Subject: [PATCH] Dec 14 : [ADD] Initial Commit 'bulk_duplicate_records' --- bulk_duplicate_records/README.rst | 2 +- bulk_duplicate_records/__init__.py | 20 +++++++++++++++++++ bulk_duplicate_records/__manifest__.py | 13 ++++++------ .../static/description/index.html | 4 ++-- 4 files changed, 29 insertions(+), 10 deletions(-) diff --git a/bulk_duplicate_records/README.rst b/bulk_duplicate_records/README.rst index 0258ce6ce..d76b75cf9 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 e69de29bb..cb45584d4 100644 --- a/bulk_duplicate_records/__init__.py +++ b/bulk_duplicate_records/__init__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2022-TODAY Cybrosys Technologies(). +# Author: Cybrosys Technologies() +# +# You can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL 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. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# (LGPL v3) along with this program. +# If not, see . +# +############################################################################# diff --git a/bulk_duplicate_records/__manifest__.py b/bulk_duplicate_records/__manifest__.py index ca18af82c..0b4ce76b8 100644 --- a/bulk_duplicate_records/__manifest__.py +++ b/bulk_duplicate_records/__manifest__.py @@ -21,17 +21,16 @@ { - 'name': 'Mass duplicate Records', - 'version': '16.0.1.0.1', - 'summary': 'Allows to duplicate multiple records from list/tree view at a time in any models.', - 'description': 'Allows to duplicate multiple records from list/tree view at a time in any models.', - 'author': 'Cybrosys Techno solutions', + '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', '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', @@ -40,5 +39,5 @@ 'installable': True, 'application': False, 'auto_install': False, - 'license': 'AGPL-3', + 'license': 'LGPL-3', } diff --git a/bulk_duplicate_records/static/description/index.html b/bulk_duplicate_records/static/description/index.html index 9eccb1f5d..7787e82e0 100644 --- a/bulk_duplicate_records/static/description/index.html +++ b/bulk_duplicate_records/static/description/index.html @@ -17,8 +17,8 @@ -

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. +

Mass Duplicate Records For All Models

+

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