Import Sale Order From CSV/Xlsx/Xls

by
Odoo

16.06

v 13.0 Third Party 11
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Invoicing (account)
Sales (sale_management)
Discuss (mail)
Lines of code 650
Technical Name ywt_import_sale_order
LicenseOPL-1
Websitehttps://www.youngwingstechnologies.in/
Versions 16.0 15.0 13.0 14.0 12.0 11.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Invoicing (account)
Sales (sale_management)
Discuss (mail)
Lines of code 650
Technical Name ywt_import_sale_order
LicenseOPL-1
Websitehttps://www.youngwingstechnologies.in/
Versions 16.0 15.0 13.0 14.0 12.0 11.0

Import Sale Order From CSV/Xlsx/Xls

Features

  • Import Sale Order by CSV/Xlsx/Xls.
  • Update Sale Order by CSV/Xlsx/Xls.
  • Import Sale Order Product By Product Name/Internal Reference/Barcode.
  • Update Sale Order by Order Name / Order ID.
  • Auto Confirm Sale Order.
  • Import Sale Order Log Management.

Import Sale Order Product by Product Name.

 

Import Sale Order Product by Product Internal Reference.

 

Import Sale Order Product by Product Barcode.

 

Sales -> Orders -> Import Sale Order

 
 
 

If any issue import time then check log at "Sales -> Orders -> Import Sale Order Log"

 
 

Our Services

Suggested Products

Complimentary Support

We will give you 60 days free support for this module.

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.
Thanks
by
AOS Ltd
on 2/11/20, 3:36 AM

great support, responsiveness. I would suggest an FAQ if possible.


Please help me
by
22052971@qq.com
on 2/3/20, 12:05 AM

Hello, please tell what should I do? modulenotfounderror "no module named "enterprise" I already have send email to you .please you check the email and tell me what to do. email:22052971 skype:assabdarwin


module enterprise error
by
AOS Ltd
on 2/8/20, 3:16 AM Confirmed Purchase

Hello, Think this error occurs for both of us. Kindly share a fix publicly so that anyone that purchased the addon to have it fixed. Odoo Server Error Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/odoo/http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python3.7/site-packages/odoo/http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/usr/lib/python3.7/site-packages/odoo/tools/pycompat.py", line 14, in reraise raise value File "/usr/lib/python3.7/site-packages/odoo/http.py", line 664, in dispatch result = self._call_function(**self.params) File "/usr/lib/python3.7/site-packages/odoo/http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python3.7/site-packages/odoo/service/model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python3.7/site-packages/odoo/http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "/usr/lib/python3.7/site-packages/odoo/http.py", line 909, in __call__ return self.method(*args, **kw) File "/usr/lib/python3.7/site-packages/odoo/http.py", line 510, in response_wrap response = f(*args, **kw) File "/usr/lib/python3.7/site-packages/odoo/addons/web/controllers/main.py", line 1323, in call_button action = self._call_kw(model, method, args, kwargs) File "/usr/lib/python3.7/site-packages/odoo/addons/web/controllers/main.py", line 1311, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/usr/lib/python3.7/site-packages/odoo/api.py", line 411, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "/usr/lib/python3.7/site-packages/odoo/api.py", line 398, in _call_kw_multi result = method(recs, *args, **kwargs) File "", line 2, in button_immediate_install File "/usr/lib/python3.7/site-packages/odoo/addons/base/models/ir_module.py", line 72, in check_and_log return method(self, *args, **kwargs) File "/usr/lib/python3.7/site-packages/odoo/addons/base/models/ir_module.py", line 463, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "/usr/lib/python3.7/site-packages/odoo/addons/base/models/ir_module.py", line 573, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "/usr/lib/python3.7/site-packages/odoo/modules/registry.py", line 86, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "/usr/lib/python3.7/site-packages/odoo/modules/loading.py", line 420, in load_modules loaded_modules, update_module, models_to_check) File "/usr/lib/python3.7/site-packages/odoo/modules/loading.py", line 312, in load_marked_modules perform_checks=perform_checks, models_to_check=models_to_check File "/usr/lib/python3.7/site-packages/odoo/modules/loading.py", line 179, in load_module_graph load_openerp_module(package.name) File "/usr/lib/python3.7/site-packages/odoo/modules/module.py", line 365, in load_openerp_module __import__('odoo.addons.' + module_name) File "/var/lib/odoo/addons/13.0/ywt_import_sale_order/__init__.py", line 2, in from . import wizard File "/var/lib/odoo/addons/13.0/ywt_import_sale_order/wizard/__init__.py", line 1, in from . import ywt_sale_order_process File "/var/lib/odoo/addons/13.0/ywt_import_sale_order/wizard/ywt_sale_order_process.py", line 10, in from enterprise.inter_company_rules.models.sale_order import sale_order ModuleNotFoundError: No module named 'enterprise'