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

5 years ago
5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <data noupdate="1">
  4. <record id="config_git_backend_path" model="ir.config_parameter">
  5. <field name="key">galicea_git.git_http_backend</field>
  6. <field name="value">/usr/lib/git-core/git-http-backend</field>
  7. <field name="group_ids" eval="[(4, ref('galicea_git.group_admin'))]" />
  8. </record>
  9. </data>
  10. </odoo>