[MOV] move addons out of __unported__ (they remain not installable)

This commit is contained in:
Stéphane Bidoul
2015-10-13 16:29:29 +02:00
parent 17726e11a4
commit fe4f640ca8
187 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_account_bank_st_profile_user,account.statement.profile,model_account_statement_profile,account.group_account_user,1,1,0,0
access_account_bank_st_profile_manager,account.statement.profile,model_account_statement_profile,account.group_account_manager,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_account_bank_st_profile_user account.statement.profile model_account_statement_profile account.group_account_user 1 1 0 0
3 access_account_bank_st_profile_manager account.statement.profile model_account_statement_profile account.group_account_manager 1 1 1 1

View File

@@ -0,0 +1,10 @@
<openerp>
<data noupdate="1">
<record id="account_bank_statement_profile_rule" model="ir.rule">
<field name="name">Bank statement profile multi-company</field>
<field name="model_id" ref="model_account_statement_profile"/>
<field name="global" eval="True"/>
<field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])]</field>
</record>
</data>
</openerp>