Add module account_statement_operation_multicompany
Add gitignore
This commit is contained in:
21
account_statement_operation_multicompany/security/rule.xml
Normal file
21
account_statement_operation_multicompany/security/rule.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
Copyright (C) 2015 Akretion (http://www.akretion.com)
|
||||
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
The licence is in the file __openerp__.py
|
||||
-->
|
||||
|
||||
<openerp>
|
||||
<data noupdate="1">
|
||||
|
||||
<!-- Multi-company Rules -->
|
||||
<record id="account_statement_operation_template_company_rule" model="ir.rule">
|
||||
<field name="name">Account Statement Operation Template Multi-company</field>
|
||||
<field name="model_id" ref="account.model_account_statement_operation_template"/>
|
||||
<field name="global" eval="True"/>
|
||||
<field name="domain_force">[('company_id', '=', [user.company_id.id])]</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user