move all modules to __unported__ on master branch and set installable=False

This commit is contained in:
Stéphane Bidoul
2014-07-12 12:02:52 +02:00
committed by Pedro M. Baeza
parent f0b22efea5
commit b3bb5c38e7
8 changed files with 0 additions and 341 deletions

View File

@@ -1,15 +0,0 @@
<?xml version="1.0"?>
<openerp>
<data>
<record model="base.external.dbsource" id="demo_postgre">
<field name="name">PostgreSQL local</field>
<field name="conn_string">dbname='postgres' password=%s</field>
<field name="password">postgresql</field>
<field name="connector">postgresql</field>
</record>
</data>
</openerp>