Browse Source

FIX headers, metadata and comments

pull/267/head
eLBati 9 years ago
parent
commit
2bd1be0bf3
  1. 13
      web_widget_digital_signature/__init__.py
  2. 14
      web_widget_digital_signature/__openerp__.py
  3. BIN
      web_widget_digital_signature/static/description/icon.png
  4. 9
      web_widget_digital_signature/static/src/css/digital.css
  5. 5
      web_widget_digital_signature_sale_order/README.rst
  6. 2
      web_widget_digital_signature_sale_order/__init__.py
  7. 14
      web_widget_digital_signature_sale_order/__openerp__.py
  8. 2
      web_widget_digital_signature_sale_order/models/__init__.py
  9. 2
      web_widget_digital_signature_sale_order/models/sale_order.py
  10. 2
      web_widget_digital_signature_user/README.rst
  11. 2
      web_widget_digital_signature_user/__init__.py
  12. 14
      web_widget_digital_signature_user/__openerp__.py
  13. 2
      web_widget_digital_signature_user/models/__init__.py
  14. 2
      web_widget_digital_signature_user/models/users.py

13
web_widget_digital_signature/__init__.py

@ -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).
#
##############################################################################

14
web_widget_digital_signature/__openerp__.py

@ -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',

BIN
web_widget_digital_signature/static/description/icon.png

Before

Width: 159  |  Height: 221  |  Size: 16 KiB

After

Width: 128  |  Height: 128  |  Size: 8.9 KiB

9
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;
}
}

5
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
<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

2
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).
#
##############################################################################

14
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 <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'

2
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).
#
##############################################################################

2
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).
#
##############################################################################

2
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
<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

2
web_widget_digital_signature_user/__init__.py

@ -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).
#
##############################################################################

14
web_widget_digital_signature_user/__openerp__.py

@ -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'

2
web_widget_digital_signature_user/models/__init__.py

@ -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).
#
##############################################################################

2
web_widget_digital_signature_user/models/users.py

@ -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…
Cancel
Save