how can I add credit card to sales order to record take the information? or is there a module that does this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
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):
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.
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 |