15.95

v 8.0 v 9.0 v 10.0 v 11.0 v 12.0 Third Party 5
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 67
Technical Name dev_sale_customer_history
LicenseSee License tab
Websitehttp://www.devintellecs.com/
Versions 13.0 15.0 16.0 8.0 11.0 14.0 12.0 10.0 9.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 67
Technical Name dev_sale_customer_history
LicenseSee License tab
Websitehttp://www.devintellecs.com/
Versions 13.0 15.0 16.0 8.0 11.0 14.0 12.0 10.0 9.0

Sale Customer History-Sale Reorder

For Helping to get sale history of customer and reorder sale order.

Watch Video Ask for Demo
Key Features
  • arrow Customer past sale history on one click with new tab view.
  • arrow Reorder past sale in new sale order in qucik way.
  • Sale Order arrow
  • Reorder(copy) order in sale order line arrow
Latest Release 12.0.1.2 - 2nd January 2020
  • arrow Detail 1
  • arrow Detail 2
Read User Guide
  • arrow
    Is this app compatible with Odoo Enterprise?
    Yes, our app works with Odoo Enterprise as well as Community.
Support
Not found
DevIntelle will provide FREE 90 days support for any doubt, queries, and bug fixing (excluding data recovery) or any type of issues related to this app. This is applicable from the date of purchase
 devintelle@gmail.com
 devintelle
 (+91) 87805 43446

Odoo
Implementation

Odoo
Customization

Odoo
development

Odoo
Training

Odoo
Migration

Odoo
Support
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.
There are no ratings yet!
Error copy sale order
by
Aitor Fernández Domínguez
on 5/21/21, 4:29 AM Confirmed Purchase

Hello.

I bought the module but it shows us the following error.


Thanks

Traceback (most recent call last):
  File "/opt/odoo11-pre/odoo/odoo/http.py", line 653, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/opt/odoo11-pre/odoo/odoo/http.py", line 312, in _handle_exception
    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
  File "/opt/odoo11-pre/odoo/odoo/tools/pycompat.py", line 87, in reraise
    raise value
  File "/opt/odoo11-pre/odoo/odoo/http.py", line 695, in dispatch
    result = self._call_function(**self.params)
  File "/opt/odoo11-pre/odoo/odoo/http.py", line 344, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo11-pre/odoo/odoo/service/model.py", line 97, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo11-pre/odoo/odoo/http.py", line 337, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo11-pre/odoo/odoo/http.py", line 939, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo11-pre/odoo/odoo/http.py", line 517, in response_wrap
    response = f(*args, **kw)
  File "/opt/odoo11-pre/odoo/addons/web/controllers/main.py", line 939, in call_button
    action = self._call_kw(model, method, args, {})
  File "/opt/odoo11-pre/odoo/addons/web/controllers/main.py", line 927, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/opt/odoo11-pre/odoo/odoo/api.py", line 699, in call_kw
    return call_kw_multi(method, model, args, kwargs)
  File "/opt/odoo11-pre/odoo/odoo/api.py", line 690, in call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/opt/odoo11-pre/extramodules/dev_sale_customer_history/model/sale_order.py", line 44, in copy_sale_order
    sale_line.create(res)
  File "/opt/odoo11-pre/odoo/addons/website_quote/models/sale_order.py", line 32, in create
    return super(SaleOrderLine, self).create(values)
  File "/opt/odoo11-pre/odoo/addons/sale_timesheet/models/sale_order.py", line 158, in create
    line = super(SaleOrderLine, self).create(values)
  File "/opt/odoo11-pre/odoo/addons/sale_stock/models/sale_order.py", line 95, in create
    line = super(SaleOrderLine, self).create(values)
  File "/opt/odoo11-pre/odoo/addons/sale_margin/models/sale_order.py", line 56, in create
    return super(SaleOrderLine, self).create(vals)
  File "/opt/odoo11-pre/odoo/addons/sale/models/sale.py", line 869, in create
    line = super(SaleOrderLine, self).create(values)
  File "/opt/odoo11-pre/odoo/odoo/models.py", line 3452, in create
    record = self.browse(self._create(old_vals))
  File "/opt/odoo11-pre/odoo/odoo/models.py", line 3599, in _create
    field.write(self.with_context(rel_context), vals[name], create=True)
  File "/opt/odoo11-pre/odoo/odoo/fields.py", line 2514, in write
    for act in (value or []):
TypeError: 'int' object is not iterable