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

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 

形象
丢弃

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>

相关帖文 回复 查看 活动
3
2月 24
3175
1
11月 20
10353
2
5月 20
5342
1
3月 16
6664
1
5月 24
1988