15.95

v 8.0 v 9.0 v 10.0 v 11.0 v 12.0 Third Party 32
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 70
Technical Name so_delivery_note
LicenseSee License tab
Websitehttp://www.softhealer.com
Versions 13.0 14.0 15.0 16.0 10.0 11.0 12.0 9.0 17.0 8.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 70
Technical Name so_delivery_note
LicenseSee License tab
Websitehttp://www.softhealer.com
Versions 13.0 14.0 15.0 16.0 10.0 11.0 12.0 9.0 17.0 8.0

Quotation Delivery Note

Usefull to define Delivery Note in quotation and print in Picking Operations and Delivery Slip

Key features:
  • easy to defined delivery related information
  • delivery note in quotation and stock picking
  • delivery note in picking operations and delivery slip reports

Quotation delivery note.

Delivery order delivery note.

Quotation/Order report delivery note.

Picking operations report delivery note.

Delivery slip report delivery note.

Help & Support

You will get free support and assistance in case of any issues


Email Helpdesk Support More About Us Skype
Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Good module, superb support - 5 stars
by
Alex
on 4/14/21, 8:24 PM

Good module and support. thank you


Good module, superb support - 5 stars
by
Alex
on 4/14/21, 8:23 PM Confirmed Purchase

Hello, I am having issues with installation of this module on Odoo 12 CE... when I try to install it it reports this error during installation... 

 Odoo Server Error

Traceback (most recent call last):
  File "F:\Odoo12\server\odoo\http.py", line 656, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "F:\Odoo12\server\odoo\http.py", line 314, in _handle_exception
    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
  File "F:\Odoo12\server\odoo\tools\pycompat.py", line 87, in reraise
    raise value
  File "F:\Odoo12\server\odoo\http.py", line 698, in dispatch
    result = self._call_function(**self.params)
  File "F:\Odoo12\server\odoo\http.py", line 346, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "F:\Odoo12\server\odoo\service\model.py", line 98, in wrapper
    return f(dbname, *args, **kwargs)
  File "F:\Odoo12\server\odoo\http.py", line 339, in checked_call
    result = self.endpoint(*a, **kw)
  File "F:\Odoo12\server\odoo\http.py", line 941, in __call__
    return self.method(*args, **kw)
  File "F:\Odoo12\server\odoo\http.py", line 519, in response_wrap
    response = f(*args, **kw)
  File "f:\odoo12\server\odoo\addons\web\controllers\main.py", line 967, in call_button
    action = self._call_kw(model, method, args, {})
  File "f:\odoo12\server\odoo\addons\web\controllers\main.py", line 955, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "F:\Odoo12\server\odoo\api.py", line 759, in call_kw
    return _call_kw_multi(method, model, args, kwargs)
  File "F:\Odoo12\server\odoo\api.py", line 746, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "<decorator-gen-61>", line 2, in button_immediate_install
  File "f:\odoo12\server\odoo\addons\base\models\ir_module.py", line 74, in check_and_log
    return method(self, *args, **kwargs)
  File "f:\odoo12\server\odoo\addons\base\models\ir_module.py", line 445, in button_immediate_install
    return self._button_immediate_function(type(self).button_install)
  File "f:\odoo12\server\odoo\addons\base\models\ir_module.py", line 561, in _button_immediate_function
    modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "F:\Odoo12\server\odoo\modules\registry.py", line 86, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "F:\Odoo12\server\odoo\modules\loading.py", line 421, in load_modules
    loaded_modules, update_module, models_to_check)
  File "F:\Odoo12\server\odoo\modules\loading.py", line 313, in load_marked_modules
    perform_checks=perform_checks, models_to_check=models_to_check
  File "F:\Odoo12\server\odoo\modules\loading.py", line 222, in load_module_graph
    load_data(cr, idref, mode, kind='data', package=package, report=report)
  File "F:\Odoo12\server\odoo\modules\loading.py", line 68, in load_data
    tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind, report)
  File "F:\Odoo12\server\odoo\tools\convert.py", line 802, in convert_file
    convert_xml_import(cr, module, fp, idref, mode, noupdate, report)
  File "F:\Odoo12\server\odoo\tools\convert.py", line 848, in convert_xml_import
    doc = etree.parse(xmlfile)
  File "src\lxml\etree.pyx", line 3441, in lxml.etree.parse
  File "src\lxml\parser.pxi", line 1855, in lxml.etree._parseDocument
  File "src\lxml\parser.pxi", line 1875, in lxml.etree._parseFilelikeDocument
  File "src\lxml\parser.pxi", line 1770, in lxml.etree._parseDocFromFilelike
  File "src\lxml\parser.pxi", line 1185, in lxml.etree._BaseParser._parseDocFromFilelike
  File "src\lxml\parser.pxi", line 598, in lxml.etree._ParserContext._handleParseResultDoc
  File "src\lxml\parser.pxi", line 709, in lxml.etree._handleParseResult
  File "src\lxml\parser.pxi", line 638, in lxml.etree._raiseParseError
  File "f:\odoo12\server\odoo\addons12\so_delivery_note\reports\sale_report.xml", line 8
lxml.etree.XMLSyntaxError: error parsing attribute name, line 8, column 16

Good module, superb support - 5 stars
by
Alex
on 9/24/20, 3:49 PM Confirmed Purchase

Hello, I am having issues with installation of this module on Odoo 12 CE... when I try to install it it reports this error during installation...  thank you

full error link:   https://www.dropbox.com/s/4e99mk158mez427/error.txt?dl=0


Error context:
View `sh_report_picking`
[view_id: 7676, xml_id: n/a, model: n/a, parent_id: 757]
None" while parsing None:13, near
<data inherit_id="stock.report_picking">
    	<xpath expr="//div[hasclass('page')]" position="inside">
    		<t t-if="o.do_delivernote">
	    		<br/><strong>Delivery Note</strong>
	    		<p t-field="o.do_delivernote"/>
    		</t>
    	</xpath>
    </data>

Good module, superb support - 5 stars
by
Alex
on 1/31/20, 2:33 AM Confirmed Purchase

The module works as advertised... had a few issues with custom report templates and the support team was able to resolve in a matter of a few hours.. Great team. thank you


Good module, superb support
by
Alex
on 1/31/20, 2:33 AM Confirmed Purchase

The module works as advertised... had a few issues with custom report templates and the support team was able to resolve in a matter of a few hours.. Great team. thank you