Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

How to allow payments using credit cards on sales order?

Naroči se

Get notified when there's activity on this post

This question has been flagged
creditcardv7
3 Odgovori
16679 Prikazi
Avatar
Evan Penalba

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

3
Avatar
Opusti
Avatar
Fabien Pinckaers (fp)
Best Answer

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

4
Avatar
Opusti
Elvin Kosova

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.

Fabien Pinckaers (fp)

Just updated my answer.

richa soni

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

Jonathan Leaders

"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

Avatar
Kerul Patel
Best Answer

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.

0
Avatar
Opusti
Avatar
chidowsky
Best Answer

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??

0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
How to create credit card payments? Solved
creditcard v7 payment
Avatar
Avatar
Avatar
3
mar. 17
13080
What journal for accepting credit card payment in Pos
creditcard journal v7
Avatar
Avatar
1
mar. 15
6206
How to add a "Delete" button on the popup form? Solved
v7
Avatar
Avatar
1
okt. 25
5637
Minimum Lot Charge For Sales Order Line Items
v7
Avatar
0
dec. 24
10551
Record Rule to allow a User to update their own Employee object without belonging to Officer group Solved
v7
Avatar
Avatar
Avatar
Avatar
3
sep. 24
23055
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now