mirror of https://github.com/OCA/web.git
FIX headers, metadata and comments
parent
3639561aad
commit
2bd1be0bf3
|
@ -6,17 +6,6 @@
|
|||
# Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd.
|
||||
# (<http://www.serpentcs.com>).
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
#
|
||||
##############################################################################
|
||||
|
|
|
@ -7,18 +7,7 @@
|
|||
# (<http://www.serpentcs.com>).
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
# 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',
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 8.9 KiB |
|
@ -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;
|
||||
}
|
|
@ -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
|
||||
<https://github.com/OCA/
|
||||
web/issues/new?body=module:%20
|
||||
web_widget_digital_signature%0Aversion:%20
|
||||
web_widget_digital_signature_sale_order%0Aversion:%20
|
||||
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Credits
|
||||
|
|
|
@ -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).
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
# 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'
|
||||
|
|
|
@ -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).
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
|
|
@ -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).
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
|
|
@ -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
|
||||
<https://github.com/OCA/
|
||||
web/issues/new?body=module:%20
|
||||
web_widget_digital_signature%0Aversion:%20
|
||||
web_widget_digital_signature_user%0Aversion:%20
|
||||
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Credits
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# (<http://www.serpentcs.com>).
|
||||
# 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).
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
|
|
@ -5,18 +5,7 @@
|
|||
# (<http://www.serpentcs.com>).
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
# 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'
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# (<http://www.serpentcs.com>).
|
||||
# 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).
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd.
|
||||
# (<http://www.serpentcs.com>).
|
||||
#
|
||||
# About License, see __openerp__.py
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue