[FIX] authors

This commit is contained in:
Flectra 2018-01-16 04:55:03 -08:00
parent aecb791b39
commit 06065498bc
26 changed files with 26 additions and 0 deletions

View File

@ -3,6 +3,7 @@
{ {
'name': 'Cancel Journal Entries', 'name': 'Cancel Journal Entries',
'author': 'Odoo S.A',
'version': '1.1', 'version': '1.1',
'category': 'Accounting', 'category': 'Accounting',
'description': """ 'description': """

View File

@ -4,6 +4,7 @@
{ {
'name': 'Associations Management', 'name': 'Associations Management',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Marketing', 'category': 'Marketing',
'description': """ 'description': """

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details. # Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{ {
'name': 'IBAN Bank Accounts', 'name': 'IBAN Bank Accounts',
'author': 'Odoo S.A',
'category': 'Extra Tools', 'category': 'Extra Tools',
'description': """ 'description': """
This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity. This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity.

View File

@ -3,6 +3,7 @@
{ {
'name': 'VAT Number Validation', 'name': 'VAT Number Validation',
'author': 'Odoo S.A',
'version': '1.0', 'version': '1.0',
'category': 'Accounting', 'category': 'Accounting',
'description': """ 'description': """

View File

@ -3,6 +3,7 @@
{ {
'name': 'VAT Number Autocomplete', 'name': 'VAT Number Autocomplete',
'author': 'Odoo S.A',
'version': '1.0', 'version': '1.0',
'category': 'Accounting', 'category': 'Accounting',
'description': """ 'description': """

View File

@ -3,6 +3,7 @@
{ {
'name': 'CRM', 'name': 'CRM',
'author': 'Odoo S.A',
'version': '1.0', 'version': '1.0',
'category': 'Sales', 'category': 'Sales',
'sequence': 5, 'sequence': 5,

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'Events Organization', 'name': 'Events Organization',
'author': 'Odoo S.A',
'version': '1.0', 'version': '1.0',
'website': 'https://flectrahq.com/page/events', 'website': 'https://flectrahq.com/page/events',
'category': 'Marketing', 'category': 'Marketing',

View File

@ -5,6 +5,7 @@
{ {
'name': 'France - Accounting', 'name': 'France - Accounting',
'author': 'Odoo S.A',
'version': '2.0', 'version': '2.0',
'category': 'Localization', 'category': 'Localization',
'description': """ 'description': """

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'Slides', 'name': 'Slides',
'author': 'Odoo S.A',
'version': '1.0', 'version': '1.0',
'sequence': 145, 'sequence': 145,
'summary': 'Share and Publish Videos, Presentations and Documents', 'summary': 'Share and Publish Videos, Presentations and Documents',

View File

@ -4,6 +4,7 @@
{ {
'name': 'Base', 'name': 'Base',
'author': 'Odoo S.A',
'version': '1.3', 'version': '1.3',
'category': 'Hidden', 'category': 'Hidden',
'description': """ 'description': """

View File

@ -1,5 +1,6 @@
{ {
'name': 'test of access rights and rules', 'name': 'test of access rights and rules',
'author': 'Odoo S.A',
'description': "Testing of access restrictions", 'description': "Testing of access restrictions",
'version': '0.0.1', 'version': '0.0.1',
'data': ['ir.model.access.csv'], 'data': ['ir.model.access.csv'],

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'test-assetsbundle', 'name': 'test-assetsbundle',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Tests', 'category': 'Tests',
'description': """A module to verify the Assets Bundle mechanism.""", 'description': """A module to verify the Assets Bundle mechanism.""",

View File

@ -3,6 +3,7 @@
{ {
'name': 'test_convert', 'name': 'test_convert',
'author': 'Odoo S.A',
'description': "Data for xml conversion tests", 'description': "Data for xml conversion tests",
'version': '0.0.1', 'version': '0.0.1',
} }

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details. # Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{ {
'name': 'test-field-converter', 'name': 'test-field-converter',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Tests', 'category': 'Tests',
'description': """Tests of field conversions""", 'description': """Tests of field conversions""",

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details. # Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{ {
'name': "Documentation examples test", 'name': "Documentation examples test",
'author': 'Odoo S.A',
'description': """ 'description': """
Contains pieces of code to be used as technical documentation examples Contains pieces of code to be used as technical documentation examples
(via the ``literalinclude`` directive) in situations where they can be (via the ``literalinclude`` directive) in situations where they can be

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details. # Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{ {
'name': 'test-exceptions', 'name': 'test-exceptions',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Tests', 'category': 'Tests',
'description': """A module to generate exceptions.""", 'description': """A module to generate exceptions.""",

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'test-import-export', 'name': 'test-import-export',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Tests', 'category': 'Tests',
'description': """A module to test import/export.""", 'description': """A module to test import/export.""",

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'test-inherit', 'name': 'test-inherit',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Tests', 'category': 'Tests',
'description': """A module to verify the inheritance.""", 'description': """A module to verify the inheritance.""",

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details. # Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{ {
'name': 'test-limits', 'name': 'test-limits',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Tests', 'category': 'Tests',
'description': """A module with dummy methods.""", 'description': """A module with dummy methods.""",

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details. # Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{ {
'name': 'Test Main Flow', 'name': 'Test Main Flow',
'author': 'Odoo S.A',
'version': '1.0', 'version': '1.0',
'category': 'Tools', 'category': 'Tools',
'description': """ 'description': """

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'test mimetypes-guessing', 'name': 'test mimetypes-guessing',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Tests', 'category': 'Tests',
'description': """A module to generate exceptions.""", 'description': """A module to generate exceptions.""",

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'Test API', 'name': 'Test API',
'author': 'Odoo S.A',
'version': '1.0', 'version': '1.0',
'category': 'Tests', 'category': 'Tests',
'description': """A module to test the API.""", 'description': """A module to test the API.""",

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': "Test Performance", 'name': "Test Performance",
'author': 'Odoo S.A',
'version': "1.0", 'version': "1.0",
'category': "Hidden", 'category': "Hidden",
'depends': ['base', 'mail'], 'depends': ['base', 'mail'],

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'test-eval', 'name': 'test-eval',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Tests', 'category': 'Tests',
'description': """A module to test Odoo with pylint.""", 'description': """A module to test Odoo with pylint.""",

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': "test read_group", 'name': "test read_group",
'author': 'Odoo S.A',
'description': "Tests for read_group", 'description': "Tests for read_group",
'category': 'Tests', 'category': 'Tests',

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details. # Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{ {
'name': 'test-uninstall', 'name': 'test-uninstall',
'author': 'Odoo S.A',
'version': '0.1', 'version': '0.1',
'category': 'Tests', 'category': 'Tests',
'description': """A module to test the uninstall feature.""", 'description': """A module to test the uninstall feature.""",