Skip to Content
Menu
This question has been flagged
1 Reply
2051 Views

Hi guys,

Within a multi-company environment, payment acquirers are defined at company level (e.g. MyCompany in Belgium) but still appear on all the other companies (e.g. MyCompany in US). This is confusing and could be misleading in terms of payment acquirer settings.

Does anyone find a nice and easy way to manage them all (quite relevant if you manage many - e.g. 1 Wire Transfer per company, same goes with Stripe, and so on.)

Thanks,
Philippe 

Avatar
Discard

Hi Philippe, I'm running into some issues w/ Payment Acquirers and multiple companies also. Did you find an answer to managing them for your purposes?

Thanks,

Rob

I displayed the copany name after the aquerer name on canban view:

<record id="payment_acquirer_kanban_sunlake_ext" model="ir.ui.view">
<field name="name">payment.acquirer_kanban_sunlake_ext</field>
<field name="model">payment.acquirer</field>
<field name="inherit_id" ref="payment.acquirer_kanban"/>
<field name="arch" type="xml">
<xpath expr="//h3[@class='mt4']" position="after">
<field name="company_id" />
</xpath>
</field>
</record>

Related Posts Replies Views Activity
3
Feb 24
1304
1
Nov 20
8673
2
May 20
3967
1
Mar 16
5462
1
May 24
1265