You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
398 B
12 lines
398 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
|
|
<record id="config_git_backend_path" model="ir.config_parameter">
|
|
<field name="key">galicea_git.git_http_backend</field>
|
|
<field name="value">/usr/lib/git-core/git-http-backend</field>
|
|
<field name="group_ids" eval="[(4, ref('galicea_git.group_admin'))]" />
|
|
</record>
|
|
|
|
</data>
|
|
</odoo>
|