跳至内容
菜单
此问题已终结
3 回复
15878 查看

how can I add credit card to sales order to record take the information? or is there a module that does this?

形象
丢弃
最佳答案

In my knowledge, there is no module to attach a credit card to a sale order. But, there is a module to allow customers to pay your sale orders through a third party payment processor like paypal and ogone.

To activate paypal payments on your sale orders or invoices, go to Settings > Accounting. Just set your paypal account under your "Bank & Cash" section. You can configure other payment processing methods using the link "Configure payment acquiring methods".

The buttons to pay online are only available to portal users (you need to activate portal in the same menu). The process is the following. When you do a sale order or an invoice, the customer receive an email with the sale order or invoice. This emails contains the PDF of the order as well as a button to pay online or view the order online.

You can check the option "Show payment buttons to employees too" if you want to see the payment button on every sale order.

Here is how it looks like on the sale order (if the customer is connected through the portal, he does not sees all the menus and buttons):

image description

形象
丢弃

Just started new demo instance on http://openerp.com, and as far as I can see the mentioned "Bank & Cash" section is actually found on Settings > Invoicing. Otherwise, everything seams to be in order.

Just updated my answer.

hi can i refund to customer via paypal with same functionality in openerp 7.0

"Show payment buttons to employees too" was removed in Odoo 9.0 and in Odoo 10.0

I looked under Sales > Settings, Settings > General Settings.

See also: https://www.odoo.com/forum/help-1/question/show-payment-buttons-to-employees-too-is-not-available-in-odoo-9-0-93750

最佳答案

I just follow as directed by Fabien and i get paypal working. But I want to integrate SagePay Form Payment Module which is like basic paypal integration. There is an option also to add payment processor.

But as it requires SuccessURL and FailureURL parameter to pass along with other details I get stuck. I checked in paypal but it is not there but it should be. But paypal is working fine.

You will find following code on #id=1&view_type=form&model=portal.payment.acquirer&action=166

(change to your IP)

% if object.company_id.paypal_account:
<form action="paypalurl" method="post" target="_blank">
<input type="hidden" name="cmd" value="_xclick"/>
<input type="hidden" name="business" value="${object.company_id.paypal_account}"/>
<input type="hidden" name="item_name" value="${object.company_id.name} ${kind.title()} ${reference}"/>
<input type="hidden" name="amount" value="${amount}"/>
<input type="hidden" name="currency_code" value="${currency.name}"/>
<input type="image" name="submit" src="logourl"/>
</form>
% endif

======================== So I think it is somewhere in python code for success and failure URL. or if not in python code what will be the success and failure URLs.

形象
丢弃
最佳答案

Can this feature be used to also pay with other methods like for example credit cards?? or it just works with specific type of payment methods??

形象
丢弃
相关帖文 回复 查看 活动
3
3月 17
12163
1
3月 15
5459
0
12月 24
9403
3
9月 24
21503
5
12月 24
52795