mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] First commit of the first generic modules to move in our new public branch
(lp:c2c-addons/6.1 rev 1)
This commit is contained in:
11
analytic_hours_block/security/hours_block_security.xml
Normal file
11
analytic_hours_block/security/hours_block_security.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp><data>
|
||||
|
||||
<record id="hours_block_comp_rule" model="ir.rule">
|
||||
<field name="name">Hours Block multi company rule</field>
|
||||
<field model="ir.model" name="model_id" ref="model_account_hours_block"/>
|
||||
<field eval="True" name="global"/>
|
||||
<field name="domain_force">[]</field>
|
||||
</record>
|
||||
|
||||
</data></openerp>
|
||||
Reference in New Issue
Block a user