diff --git a/one2many_mass_select_delete/README.rst b/one2many_mass_select_delete/README.rst index 37622e540..c11ffbcba 100644 --- a/one2many_mass_select_delete/README.rst +++ b/one2many_mass_select_delete/README.rst @@ -1,8 +1,8 @@ ===================================== -On2many Mass Select Delete Widget v10 +One2many Mass Select Delete Widget v10 ===================================== -On2many Mass Select/Deselect Widget. +One2many Mass Select/Deselect Widget. Installation ============ diff --git a/one2many_mass_select_delete/README.rst~ b/one2many_mass_select_delete/README.rst~ new file mode 100644 index 000000000..37622e540 --- /dev/null +++ b/one2many_mass_select_delete/README.rst~ @@ -0,0 +1,26 @@ +===================================== +On2many Mass Select Delete Widget v10 +===================================== + +On2many Mass Select/Deselect Widget. + +Installation +============ +Just select it from available modules to install it, there is no need to extra installations. + +Configuration +============= + + + + +Features +======== +* Mass Selection. +* Mass Deletion. + +Credits +======= +Developer: Nilmar Shereef @ cybrosys, shereef@cybrosys.in + + diff --git a/one2many_mass_select_delete/__manifest__.py b/one2many_mass_select_delete/__manifest__.py index 233c0e57d..f065e281b 100644 --- a/one2many_mass_select_delete/__manifest__.py +++ b/one2many_mass_select_delete/__manifest__.py @@ -21,10 +21,10 @@ # ############################################################################## { - 'name': 'On2many Mass Select Delete Widget', + 'name': 'One2many Mass Select Delete Widget', 'version': '10.0.1.0', - 'summary': """On2many Mass Select/Deselect Widget""", - 'description': """On2many Mass Select/ Deselect Widget""", + 'summary': """One2many Mass Select/Deselect Widget""", + 'description': """One2many Mass Select/ Deselect Widget""", 'category': 'Tools', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', diff --git a/one2many_mass_select_delete/__manifest__.py~ b/one2many_mass_select_delete/__manifest__.py~ new file mode 100644 index 000000000..233c0e57d --- /dev/null +++ b/one2many_mass_select_delete/__manifest__.py~ @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Nilmar Shereef() +# you can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# It is forbidden to publish, distribute, sublicense, or sell copies +# of the Software or modified copies of the Software. +# +# 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 +# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# If not, see . +# +############################################################################## +{ + 'name': 'On2many Mass Select Delete Widget', + 'version': '10.0.1.0', + 'summary': """On2many Mass Select/Deselect Widget""", + 'description': """On2many Mass Select/ Deselect Widget""", + 'category': 'Tools', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': "https://www.cybrosys.com", + 'depends': ['web'], + 'data': [ + 'views/web_assets.xml', + ], + 'qweb': [ + 'static/src/xml/widget_view.xml', + ], + 'images': ['static/description/banner.jpg'], + 'license': 'AGPL-3', + 'installable': True, + 'images': ['static/description/banner.jpg'], + 'auto_install': False, + 'application': False, +} diff --git a/one2many_mass_select_delete/static/description/index.html b/one2many_mass_select_delete/static/description/index.html index 418a69fc1..426f6bab2 100644 --- a/one2many_mass_select_delete/static/description/index.html +++ b/one2many_mass_select_delete/static/description/index.html @@ -1,6 +1,6 @@
-

On2many Mass Select/ Deselect Widget

+

One2many Mass Select/ Deselect Widget

Managing Multiple Selection/Deselection of One2many Fields

Cybrosys Technologies

diff --git a/one2many_mass_select_delete/static/description/index.html~ b/one2many_mass_select_delete/static/description/index.html~ new file mode 100644 index 000000000..418a69fc1 --- /dev/null +++ b/one2many_mass_select_delete/static/description/index.html~ @@ -0,0 +1,112 @@ +
+
+

On2many Mass Select/ Deselect Widget

+

Managing Multiple Selection/Deselection of One2many Fields

+

Cybrosys Technologies

+
+
+

Widgets For:

+
+ Mass Selection.
+ Mass Deletion.
+
+
+
+ +
+
+
+

Overview

+

+ If we want to Select/Deselect a few order lines from a lengthy Sale Order/Purchase Order (Case: 10+ Order lines), +We have two ways, individually delete orderline one by one from Purchase/Sale order or create a new order. +This module eliminates this issue by introducing a new widget "Mass Select/ Deselect Widget"; which can be used in +any One2Many fields to perform mass select/deselect. + widget="one2many_delete" +

+
+
+
+ +
+
+
+

+

Widget

+

+ We can see a new widget with two buttons and selection option for One2Many fields. +

+
+
+ +
+
+
+
+ +
+
+

Mass Selection

+
+ We can select the one or more lines and click on Select button. +
+ +
+ Before Selection +
+
+
+ +
+ After Selection +
+
+
+ +
+
+

Mass Deletion

+
+ We can select the one or more lines and click on Deselect button. +
+ +
+ Before Deletion +
+
+
+ +
+ After Deletion +
+
+
+ +
+

Need Any Help?

+ +
+ + +