[ADD] make account managers payment users

This commit is contained in:
Holger Brunn
2020-04-20 11:09:47 +02:00
parent 9b0050c957
commit 5b886ca78c

View File

@@ -28,5 +28,9 @@
<field name="default_journal_ids" search="[('type', 'in', ('sale', 'sale_refund')), ('company_id', '=', ref('base.main_company'))]"/>
</record>
<!-- without this, account tests fail /-->
<record id="account.group_account_manager" model="res.groups">
<field name="implied_ids" eval="[(4, ref('group_account_payment'))]" />
</record>
</odoo>