diff --git a/web_widget_digital_signature_sale_order/README.rst b/web_widget_digital_signature_sale_order/README.rst deleted file mode 100644 index fd2a2b3d6..000000000 --- a/web_widget_digital_signature_sale_order/README.rst +++ /dev/null @@ -1,53 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - -===================================== -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. - -Usage -===== - -Just open a quotation and sign it. - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/162/8.0 - -Bug Tracker -=========== - -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -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 -======= - -Contributors ------------- - -* Lorenzo Battistini - -Maintainer ----------- - -.. image:: https://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: https://odoo-community.org - -This module is maintained by the OCA. - -OCA, or the Odoo Community Association, is a nonprofit organization whose -mission is to support the collaborative development of Odoo features and -promote its widespread use. - -To contribute to this module, please visit https://odoo-community.org. diff --git a/web_widget_digital_signature_sale_order/__init__.py b/web_widget_digital_signature_sale_order/__init__.py deleted file mode 100644 index 5fd834f9b..000000000 --- a/web_widget_digital_signature_sale_order/__init__.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2015 Lorenzo Battistini - Agile Business Group -# -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -# -############################################################################## - -from . import models diff --git a/web_widget_digital_signature_sale_order/__openerp__.py b/web_widget_digital_signature_sale_order/__openerp__.py deleted file mode 100644 index 43ece16fe..000000000 --- a/web_widget_digital_signature_sale_order/__openerp__.py +++ /dev/null @@ -1,27 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2015 Lorenzo Battistini - Agile Business Group -# -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -# -############################################################################## - -{ - "name": "Web Digital Signature for sale orders", - "version": "8.0.1.0.0", - "author": "Agile Business Group, " - "Odoo Community Association (OCA)", - "category": 'web', - "license": "AGPL-3", - 'depends': ['web_widget_digital_signature', 'sale'], - 'data': [ - 'views/sale_order_view.xml' - ], - 'images': [ - 'images/so_signature.png', - ], - 'website': 'http://www.agilebg.com', - 'installable': True, - 'auto_install': False, -} diff --git a/web_widget_digital_signature_sale_order/images/so_signature.png b/web_widget_digital_signature_sale_order/images/so_signature.png deleted file mode 100644 index a09322c9e..000000000 Binary files a/web_widget_digital_signature_sale_order/images/so_signature.png and /dev/null differ diff --git a/web_widget_digital_signature_sale_order/models/__init__.py b/web_widget_digital_signature_sale_order/models/__init__.py deleted file mode 100644 index 189ebae67..000000000 --- a/web_widget_digital_signature_sale_order/models/__init__.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2015 Lorenzo Battistini - Agile Business Group -# -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -# -############################################################################## - -from . import sale_order diff --git a/web_widget_digital_signature_sale_order/models/sale_order.py b/web_widget_digital_signature_sale_order/models/sale_order.py deleted file mode 100644 index 44c2ab9cd..000000000 --- a/web_widget_digital_signature_sale_order/models/sale_order.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2015 Lorenzo Battistini - Agile Business Group -# -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -# -############################################################################## - -from openerp import models, fields - - -class Users(models.Model): - _inherit = 'sale.order' - - signature_image = fields.Binary(string='Signature') diff --git a/web_widget_digital_signature_sale_order/static/description/icon.png b/web_widget_digital_signature_sale_order/static/description/icon.png deleted file mode 100644 index b9e1b8dff..000000000 Binary files a/web_widget_digital_signature_sale_order/static/description/icon.png and /dev/null differ diff --git a/web_widget_digital_signature_sale_order/views/sale_order_view.xml b/web_widget_digital_signature_sale_order/views/sale_order_view.xml deleted file mode 100644 index 120206239..000000000 --- a/web_widget_digital_signature_sale_order/views/sale_order_view.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - view_order_form_signature - sale.order - - - -
-