diff --git a/web_widget_digital_signature/__init__.py b/web_widget_digital_signature/__init__.py index 531086ac..7eb6e0be 100644 --- a/web_widget_digital_signature/__init__.py +++ b/web_widget_digital_signature/__init__.py @@ -6,17 +6,6 @@ # Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd. # (). # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## diff --git a/web_widget_digital_signature/__openerp__.py b/web_widget_digital_signature/__openerp__.py index 22af46d8..728b7099 100644 --- a/web_widget_digital_signature/__openerp__.py +++ b/web_widget_digital_signature/__openerp__.py @@ -7,18 +7,7 @@ # (). # Copyright 2015 Lorenzo Battistini - Agile Business Group # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## @@ -29,7 +18,6 @@ "Odoo Community Association (OCA)", "category": 'web', "license": "AGPL-3", - 'complexity': "easy", 'depends': ['web'], 'data': [ 'views/we_digital_sign_view.xml', diff --git a/web_widget_digital_signature/static/description/icon.png b/web_widget_digital_signature/static/description/icon.png index 53dd30d9..a7705528 100644 Binary files a/web_widget_digital_signature/static/description/icon.png and b/web_widget_digital_signature/static/description/icon.png differ diff --git a/web_widget_digital_signature/static/src/css/digital.css b/web_widget_digital_signature/static/src/css/digital.css index b0a44871..ea2d19a1 100644 --- a/web_widget_digital_signature/static/src/css/digital.css +++ b/web_widget_digital_signature/static/src/css/digital.css @@ -1,10 +1,3 @@ -/* Styles for signature plugin v1.1.0. */ -/* .kbw-signature { - height : "100px"; - width : "150px"; -} */ - - .openerp .oe_form_readonly .oe_edit_only, .openerp .oe_form_readonly .oe_form_field:empty { display: none !important; -} \ No newline at end of file +} diff --git a/web_widget_digital_signature_sale_order/README.rst b/web_widget_digital_signature_sale_order/README.rst index b4912999..fd2a2b3d 100644 --- a/web_widget_digital_signature_sale_order/README.rst +++ b/web_widget_digital_signature_sale_order/README.rst @@ -6,8 +6,7 @@ Web Digital Signature for sale orders ===================================== -This module adds a signature field to sale order form. -So that salesman can let customers sign their quotations. +This module adds a signature field to sale order form, so that salesman can let customers sign their quotations. Usage ===== @@ -27,7 +26,7 @@ check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed `feedback `_. Credits diff --git a/web_widget_digital_signature_sale_order/__init__.py b/web_widget_digital_signature_sale_order/__init__.py index 28c331e6..5fd834f9 100644 --- a/web_widget_digital_signature_sale_order/__init__.py +++ b/web_widget_digital_signature_sale_order/__init__.py @@ -3,7 +3,7 @@ # # Copyright 2015 Lorenzo Battistini - Agile Business Group # -# About License, see __openerp__.py +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## diff --git a/web_widget_digital_signature_sale_order/__openerp__.py b/web_widget_digital_signature_sale_order/__openerp__.py index e2b1c5e1..e2e11fc0 100644 --- a/web_widget_digital_signature_sale_order/__openerp__.py +++ b/web_widget_digital_signature_sale_order/__openerp__.py @@ -3,18 +3,7 @@ # # Copyright 2015 Lorenzo Battistini - Agile Business Group # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## @@ -25,7 +14,6 @@ "Odoo Community Association (OCA)", "category": 'web', "license": "AGPL-3", - 'complexity': "easy", 'depends': ['web_widget_digital_signature', 'sale'], 'data': [ 'views/sale_order_view.xml' diff --git a/web_widget_digital_signature_sale_order/models/__init__.py b/web_widget_digital_signature_sale_order/models/__init__.py index 36ed5cd7..189ebae6 100644 --- a/web_widget_digital_signature_sale_order/models/__init__.py +++ b/web_widget_digital_signature_sale_order/models/__init__.py @@ -3,7 +3,7 @@ # # Copyright 2015 Lorenzo Battistini - Agile Business Group # -# About License, see __openerp__.py +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## diff --git a/web_widget_digital_signature_sale_order/models/sale_order.py b/web_widget_digital_signature_sale_order/models/sale_order.py index c92eaa55..fb1b93ea 100644 --- a/web_widget_digital_signature_sale_order/models/sale_order.py +++ b/web_widget_digital_signature_sale_order/models/sale_order.py @@ -3,7 +3,7 @@ # # Copyright 2015 Lorenzo Battistini - Agile Business Group # -# About License, see __openerp__.py +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## diff --git a/web_widget_digital_signature_user/README.rst b/web_widget_digital_signature_user/README.rst index 6221bfb5..f01048e4 100644 --- a/web_widget_digital_signature_user/README.rst +++ b/web_widget_digital_signature_user/README.rst @@ -24,7 +24,7 @@ check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed `feedback `_. Credits diff --git a/web_widget_digital_signature_user/__init__.py b/web_widget_digital_signature_user/__init__.py index 57316573..33c869f9 100644 --- a/web_widget_digital_signature_user/__init__.py +++ b/web_widget_digital_signature_user/__init__.py @@ -7,7 +7,7 @@ # (). # Copyright 2015 Lorenzo Battistini - Agile Business Group # -# About License, see __openerp__.py +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## diff --git a/web_widget_digital_signature_user/__openerp__.py b/web_widget_digital_signature_user/__openerp__.py index be446d0d..7f34bbb4 100644 --- a/web_widget_digital_signature_user/__openerp__.py +++ b/web_widget_digital_signature_user/__openerp__.py @@ -5,18 +5,7 @@ # (). # Copyright 2015 Lorenzo Battistini - Agile Business Group # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## @@ -27,7 +16,6 @@ "Odoo Community Association (OCA)", "category": 'web', "license": "AGPL-3", - 'complexity': "easy", 'depends': ['web_widget_digital_signature'], 'data': [ 'views/users_view.xml' diff --git a/web_widget_digital_signature_user/models/__init__.py b/web_widget_digital_signature_user/models/__init__.py index e4cebb35..ac66193f 100644 --- a/web_widget_digital_signature_user/models/__init__.py +++ b/web_widget_digital_signature_user/models/__init__.py @@ -7,7 +7,7 @@ # (). # Copyright 2015 Lorenzo Battistini - Agile Business Group # -# About License, see __openerp__.py +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## diff --git a/web_widget_digital_signature_user/models/users.py b/web_widget_digital_signature_user/models/users.py index a5d741ff..badecc5e 100644 --- a/web_widget_digital_signature_user/models/users.py +++ b/web_widget_digital_signature_user/models/users.py @@ -6,7 +6,7 @@ # Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd. # (). # -# About License, see __openerp__.py +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ##############################################################################