Create Stock Moves With Invoice And Refunds

by
Odoo

39.52

v 9.0 v 10.0 v 11.0 v 12.0 Third Party 196
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory Management (stock)
Invoicing Management (account_invoicing)
Discuss (mail)
Lines of code 105
Technical Name invoice_with_stock_move
LicenseSee License tab
Websitehttp://www.almightycs.com
Versions 12.0 17.0 15.0 16.0 11.0 14.0 9.0 10.0 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory Management (stock)
Invoicing Management (account_invoicing)
Discuss (mail)
Lines of code 105
Technical Name invoice_with_stock_move
LicenseSee License tab
Websitehttp://www.almightycs.com
Versions 12.0 17.0 15.0 16.0 11.0 14.0 9.0 10.0 13.0

Update Stock Automatically when validate Invoice And Refunds.
Normally we need to create Stockmove when we create invoice in odoo but default odoo does not provide such functionality. In major Cases of refund we need to update stock (By Stock Moves) also but in odoo we need to create reverse of piking to update stock when we create refund. It can save your time if stock moves get created automatically with invoice and refund. To make that use-cases simple we have added this module to make work fast and simple.

Functionality Will be available for following Orders
1> Customer Invoice.
2> Vendor Bill
3> Customer Invoice Refund.
4> Vendor Bill Refund

Other Configuration

To use this module no technical knowledge is required even no configuration is needed. Just install module and functionality is ready to use.

For more customization and help contactus.



Do you need help?

Let's offer you the best services!

Contact us by our official channels.

Skype: turkesh4friends

╔══════════════════════════════════════════════════════════════════════════╗
║                                                                          ║
║                    ╔═══╦╗       ╔╗  ╔╗     ╔═══╦═══╗                     ║
║                    ║╔═╗║║       ║║ ╔╝╚╗    ║╔═╗║╔═╗║                     ║
║                    ║║ ║║║╔╗╔╦╦══╣╚═╬╗╔╬╗ ╔╗║║ ╚╣╚══╗                     ║
║                    ║╚═╝║║║╚╝╠╣╔╗║╔╗║║║║║ ║║║║ ╔╬══╗║                     ║
║                    ║╔═╗║╚╣║║║║╚╝║║║║║╚╣╚═╝║║╚═╝║╚═╝║                     ║
║                    ╚╝ ╚╩═╩╩╩╩╩═╗╠╝╚╝╚═╩═╗╔╝╚═══╩═══╝                     ║
║                              ╔═╝║     ╔═╝║                               ║
║                              ╚══╝     ╚══╝                               ║
║     SOFTWARE DEVELOPED AND SUPPORTED BY ALMIGHTY CONSULTING SERVICES     ║
║                       COPYRIGHT (C) 2016 - TODAY                         ║
║                       http://www.almightycs.com                          ║
║                                                                          ║
╚══════════════════════════════════════════════════════════════════════════╝

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!
Update
by
Turkesh Patel
on 11/21/19, 12:15 AM Author

Hello, That issue is fixed now. You can contact us directly on info@almightycs.com


I have Issue in refund by invoice, what's the solution.
by
Ahmed Hassan
on 11/20/19, 11:25 AM Confirmed Purchase

Error: Odoo Server Error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 651, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python3/dist-packages/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 87, in reraise raise value File "/usr/lib/python3/dist-packages/odoo/http.py", line 693, in dispatch result = self._call_function(**self.params) File "/usr/lib/python3/dist-packages/odoo/http.py", line 342, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/http.py", line 335, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/custom/custom111/web_syncer/http.py", line 9, in _call_ result = self.method(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 938, in call_button action = self._call_kw(model, method, args, {}) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 926, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 689, in call_kw return call_kw_multi(method, model, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 680, in call_kw_multi result = method(recs, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/account/models/account_invoice.py", line 796, in action_invoice_open return to_open_invoices.invoice_validate() File "/usr/lib/python3/dist-packages/odoo/addons/sale_timesheet/models/account_invoice.py", line 50, in invoice_validate result = super(AccountInvoice, self).invoice_validate() File "/opt/odoo/custom/custom111/invoice_with_stock_move/models/invoice.py", line 83, in invoice_validate self.create_move(inv, picking_type_id, location_id) TypeError: create_move() missing 1 required positional argument: 'location_dest_id'

Re: I have Issue in refund by invoice, what's the solution.
by
Turkesh Patel
on 11/20/19, 12:20 PM Author

Hello, Sorry for inconveniece. Seems there is issue in last update. Will update you on this by tomorrow morning