[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:
Joël Grand-Guillaume
2011-08-12 14:33:12 +02:00
commit 4db3e2556c
11 changed files with 850 additions and 0 deletions

View 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>