[FIX] authors
This commit is contained in:
parent
aecb791b39
commit
06065498bc
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Cancel Journal Entries',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.1',
|
||||
'category': 'Accounting',
|
||||
'description': """
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Associations Management',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Marketing',
|
||||
'description': """
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'IBAN Bank Accounts',
|
||||
'author': 'Odoo S.A',
|
||||
'category': 'Extra Tools',
|
||||
'description': """
|
||||
This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'VAT Number Validation',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Accounting',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'VAT Number Autocomplete',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Accounting',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'CRM',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Sales',
|
||||
'sequence': 5,
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Events Organization',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'website': 'https://flectrahq.com/page/events',
|
||||
'category': 'Marketing',
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'France - Accounting',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '2.0',
|
||||
'category': 'Localization',
|
||||
'description': """
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Slides',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'sequence': 145,
|
||||
'summary': 'Share and Publish Videos, Presentations and Documents',
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Base',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.3',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'test of access rights and rules',
|
||||
'author': 'Odoo S.A',
|
||||
'description': "Testing of access restrictions",
|
||||
'version': '0.0.1',
|
||||
'data': ['ir.model.access.csv'],
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'test-assetsbundle',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Tests',
|
||||
'description': """A module to verify the Assets Bundle mechanism.""",
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'test_convert',
|
||||
'author': 'Odoo S.A',
|
||||
'description': "Data for xml conversion tests",
|
||||
'version': '0.0.1',
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'test-field-converter',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Tests',
|
||||
'description': """Tests of field conversions""",
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': "Documentation examples test",
|
||||
'author': 'Odoo S.A',
|
||||
'description': """
|
||||
Contains pieces of code to be used as technical documentation examples
|
||||
(via the ``literalinclude`` directive) in situations where they can be
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'test-exceptions',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Tests',
|
||||
'description': """A module to generate exceptions.""",
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'test-import-export',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Tests',
|
||||
'description': """A module to test import/export.""",
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'test-inherit',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Tests',
|
||||
'description': """A module to verify the inheritance.""",
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'test-limits',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Tests',
|
||||
'description': """A module with dummy methods.""",
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Test Main Flow',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Tools',
|
||||
'description': """
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'test mimetypes-guessing',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Tests',
|
||||
'description': """A module to generate exceptions.""",
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Test API',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Tests',
|
||||
'description': """A module to test the API.""",
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': "Test Performance",
|
||||
'author': 'Odoo S.A',
|
||||
'version': "1.0",
|
||||
'category': "Hidden",
|
||||
'depends': ['base', 'mail'],
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'test-eval',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Tests',
|
||||
'description': """A module to test Odoo with pylint.""",
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': "test read_group",
|
||||
'author': 'Odoo S.A',
|
||||
'description': "Tests for read_group",
|
||||
|
||||
'category': 'Tests',
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'test-uninstall',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '0.1',
|
||||
'category': 'Tests',
|
||||
'description': """A module to test the uninstall feature.""",
|
||||
|
Loading…
Reference in New Issue
Block a user