Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
10
account_asset_compute_batch/security/account_asset_security.xml
Executable file
10
account_asset_compute_batch/security/account_asset_security.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<odoo noupdate="1">
|
||||
<record id="account_asset_compute_batch_multi_company_rule" model="ir.rule">
|
||||
<field name="name">Asset Compute Batch multi-company</field>
|
||||
<field name="model_id" ref="model_account_asset_compute_batch" />
|
||||
<field eval="True" name="global" />
|
||||
<field
|
||||
name="domain_force"
|
||||
>['|', ('company_id', '=', False), ('company_id', 'in', company_ids)]</field>
|
||||
</record>
|
||||
</odoo>
|
||||
3
account_asset_compute_batch/security/ir.model.access.csv
Executable file
3
account_asset_compute_batch/security/ir.model.access.csv
Executable file
@@ -0,0 +1,3 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_account_asset_compute_batch_invoice,account.asset.compute.batch,model_account_asset_compute_batch,account.group_account_invoice,1,1,1,1
|
||||
access_account_asset_compute_batch_profile_report,access_account_asset_compute_batch_profile_report,model_account_asset_compute_batch_profile_report,base.group_user,1,0,0,0
|
||||
|
Reference in New Issue
Block a user