[UPD] Change addons name

This commit is contained in:
Stéphan Sainléger
2022-06-10 14:44:42 +02:00
parent c0cb6c95c1
commit 542a8b60c9
15 changed files with 6 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Github Project Task Connector",
"name": "Git Project Task Connector",
"version": "12.0.1.0.0",
"author": "Elabore",
"maintainer": "False",
@@ -15,16 +15,16 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
=============================
Github Project Task Connector
Git Project Task Connector
=============================
This module provides link functionnalities between project tasks and Github issues:
- a user can create an Github issue from a project task
- a user can link an existing Github task to a project task
This module provides link functionnalities between project tasks and Git issues:
- a user can create an Git issue on a Git platform from a project task
- a user can link an existing Git issue to a project task
- the list of issues linked to the task is displayed with the issues' status
Installation
============
Just install Github Project Task Connector, all dependencies will be installed by default.
Just install Git Project Task Connector, all dependencies will be installed by default.
Known issues / Roadmap
======================

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="view_users_form_simple_rocketchat_modif" model="ir.ui.view">
<field name="name">res.users.rocketchat.preferences.form</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form_simple_modif" />
<field name="arch" type="xml">
<xpath expr="//group[@name='preferences']" position="after">
<group string="Github credentials">
<field name="github_login" />
<field name="github_password" password="True" />
</group>
</xpath>
</field>
</record>
</data>
</odoo>