Sale Customer History-Sale Reorder
by DevIntelle Consulting Service Pvt.Ltd https://www.devintellecs.com
Odoo
$ 17.57
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 67 |
| Technical Name |
dev_sale_customer_history |
| License | See License tab |
| Website | http://www.devintellecs.com/ |
| Versions | 8.0 9.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0 |
Sale Customer History-Sale Reorder
For Helping to get sale history of customer and reorder sale order.
Key Features
-
Customer past sale history on one click with new tab view.
-
Reorder past sale in new sale order in qucik way.
-
Sale Order
-
Reorder(copy) order in sale order line
Latest Release 12.0.1.2 - 2nd January 2020
-
Detail 1
-
Detail 2
Read User Guide
-
Is this app compatible with Odoo Enterprise?
Yes, our app works with Odoo Enterprise as well as Community.
| Support | |||
|
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 | ||
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
There are no ratings yet!
Error copy sale order
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