You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
675 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
  5. Copyright 2019 Dataplug (https://dataplug.io)
  6. -->
  7. <odoo noupdate="1">
  8. <record id="online_bank_statement_provider_multicompany" model="ir.rule">
  9. <field name="name">Online Bank Statement Provider multi-company</field>
  10. <field name="model_id" ref="model_online_bank_statement_provider"/>
  11. <field eval="True" name="global"/>
  12. <field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])]</field>
  13. </record>
  14. </odoo>