Back To Back Purchase Order from Sales order

by
Odoo 8

10.67

v 8.0 v 9.0 v 10.0 v 11.0 Third Party 70
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Purchase Management (purchase)
Sales Management (sale)
Inventory Management (stock)
Invoicing (account)
Discuss (mail)
Technical Name sgeede_b2b
Websitehttp://www.sgeede.com
Versions 8.0 16.0 9.0 17.0 11.0 10.0 14.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Purchase Management (purchase)
Sales Management (sale)
Inventory Management (stock)
Invoicing (account)
Discuss (mail)
Technical Name sgeede_b2b
Websitehttp://www.sgeede.com
Versions 8.0 16.0 9.0 17.0 11.0 10.0 14.0

Back to Back Purchase Order from Sales Order

User-Friendly Purchase Order Generation from Sales Order

When a product which is not kept in the warehouse and during the customer ordering, Purchaser need to create their Purchase Order manually one-by-one by looking at the Sales Order, which is not very efficient. By using this module, user can generate their purchase order to the supplier easily with one-click wizard on Sales Order menu.

Flexible and Full-Benefit Enhancement Module

  • Easy to use.
  • Allow multiple Purchase order in Sales Order.
  • Allow product qty modification on generation.
  • Draft Purchase Order Generation (Able to modify).
  • Link to Related Purchase Order of Sales Order.
  • Easy and Handy module.
  • Fast response support at enquiry@sgeede.com.

Support and Modifiable

We are ready to support you for this module by email us at enquiry@sgeede.com. You can expect our reply in 24 Hours. We are also able to Develope module according to your needs. Please feel free to visit us at www.sgeede.com

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.
by
Dritan
on 12/12/18, 8:36 PM

Bug
by
tolik
on 3/13/17, 5:32 AM

2017-03-13 09:26:01,200 24354 ERROR Base openerp.sql_db: bad query: insert into purchase_order_taxe (ord_id,tax_id) values (8, 1) Traceback (most recent call last): File "/home/odoo/openerp/sql_db.py", line 234, in execute res = self._obj.execute(query, params) IntegrityError: insert or update on table "purchase_order_taxe" violates foreign key constraint "purchase_order_taxe_ord_id_fkey" DETAIL: Key (ord_id)=( 8 ) is not present in table "purchase_order_line". 2017-03-13 09:26:01,200 24354 ERROR Base openerp.http: Exception during JSON request handling. Traceback (most recent call last): File "/home/odoo/openerp/http.py", line 536, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/odoo/openerp/http.py", line 573, in dispatch result = self._call_function(**self.params) File "/home/odoo/openerp/http.py", line 309, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/odoo/openerp/service/model.py", line 149, in wrapper raise openerp.osv.orm.except_orm(_('Integrity Error'), msg) except_orm: ('Integrity Error', 'The operation cannot be completed, probably due to the following:\n- deletion: you may be trying to delete a record while other records still reference it\n- creation/update: a mandatory field is not correctly set\n\n[object with reference: Purchase Order Line - purchase.order.line]') please fix the following ISSUE - the module does not work correctly. PURCHASE ORDER is NOT CREATED UPD Fix please def wkf_confirm_order(self, cr, uid, ids, context) in line 216, 220, 234