[ADD] added missing author name

This commit is contained in:
Flectra 2018-01-16 03:05:52 -08:00
parent b79252ec3e
commit 19c4e86985
114 changed files with 115 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name' : 'Invoicing',
"author":"Odoo S.A",
'author': 'Odoo S.A',
'version' : '1.1',
'summary': 'Send Invoices and Track Payments',
'sequence': 30,

View File

@ -3,7 +3,7 @@
{
'name': 'Account Analytic Defaults',
"author":"Odoo S.A",
'author': 'Odoo S.A',
'version': '1.0',
'category': 'Accounting',
'description': """

View File

@ -3,7 +3,7 @@
{
'name': 'Assets Management',
"author":"Odoo S.A",
'author': 'Odoo S.A',
'depends': ['account'],
'description': """
Assets management

View File

@ -1,6 +1,7 @@
# -*- encoding: utf-8 -*-
{
'name': 'Account Bank Statement Import',
'author': 'Odoo S.A',
'category': 'Accounting',
'version': '1.0',
'depends': ['account'],

View File

@ -3,6 +3,7 @@
{
'name': 'Budgets Management',
'author': 'Odoo S.A',
'category': 'Accounting',
'description': """
This module allows accountants to manage analytic and crossovered budgets.

View File

@ -3,6 +3,7 @@
{
'name': 'Check Printing Base',
'author': 'Odoo S.A',
'version': '1.0',
'category': 'Accounting',
'summary': 'Check printing commons',

View File

@ -3,6 +3,7 @@
{
'name': 'Invoicing Management',
'author': 'Odoo S.A',
'version': '1.0',
'summary': 'Send Invoices and Track Payments',
'sequence': 30,

View File

@ -2,6 +2,7 @@
{
'name': 'Payment - Account',
'author': 'Odoo S.A',
'category': 'Accounting',
'summary': 'Account and Payment Link and Portal',
'version': '1.0',

View File

@ -3,6 +3,7 @@
{
'name': "Define Taxes as Python Code",
'author': 'Odoo S.A',
'summary': """
Allows to use python code to define taxes""",
'description': """

View File

@ -6,6 +6,7 @@
{
'name': 'Accounting Consistency Tests',
'author': 'Odoo S.A',
'version': '1.0',
'category': 'Accounting',
'website': 'https://flectrahq.com/page/accounting',

View File

@ -3,6 +3,7 @@
{
'name' : 'Sale & Purchase Vouchers',
'author' : 'Odoo S.A',
'version' : '1.0',
'summary': 'Manage your debts and credits thanks to simple sale/purchase receipts',
'description': """

View File

@ -3,6 +3,7 @@
{
'name' : 'Analytic Accounting',
'author' : 'Odoo S.A',
'version': '1.1',
'website' : 'https://flectrahq.com/page/accounting',
'category': 'Hidden/Dependency',

View File

@ -4,6 +4,7 @@
{
'name': 'Database Anonymization',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Extra Tools',
'description': """

View File

@ -2,6 +2,7 @@
{
'name' : 'Authentication via LDAP',
'author' : 'Odoo S.A',
'depends' : ['base', 'base_setup'],
#'description': < auto-loaded from README file
'category' : 'Extra Tools',

View File

@ -3,6 +3,7 @@
{
'name': 'OAuth2 Authentication',
'author' : 'Odoo S.A',
'category': 'Tools',
'description': """
Allow users to login through OAuth2 Provider.

View File

@ -3,6 +3,7 @@
{
'name': 'Signup',
'author' : 'Odoo S.A',
'description': """
Allow users to sign up and reset their password
===============================================

View File

@ -1,5 +1,6 @@
{
'name': 'Barcodes',
'author' : 'Odoo S.A',
'version': '2.0',
'category': 'Extra Tools',
'summary': 'Barcodes Scanning and Parsing',

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'City Addresses',
'author' : 'Odoo S.A',
'summary': 'Add a many2one field city on addresses',
'sequence': '19',
'category': 'Base',

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Extended Addresses',
'author' : 'Odoo S.A',
'summary': 'Add extra fields on addresses',
'sequence': '19',
'category': 'Base',

View File

@ -3,6 +3,7 @@
{
'name': 'Automated Action Rules',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Sales',
'description': """

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Automated Translations through Gengo API',
'author' : 'Odoo S.A',
'category': 'Tools',
'description': """
Automated Translations through Gengo API

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Partners Geolocation',
'author' : 'Odoo S.A',
'version': '2.0',
'category': 'Sales',
'description': """

View File

@ -1,5 +1,6 @@
{
'name': 'Base import',
'author' : 'Odoo S.A',
'description': """
New extensible file import for Odoo
======================================

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Base import module',
'author' : 'Odoo S.A',
'description': """
Import a custom data module
===========================

View File

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

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
{
'name': "Sparse Fields",
'author' : 'Odoo S.A',
'summary': """Implementation of sparse fields.""",
'description': """
The purpose of this module is to implement "sparse" fields, i.e., fields

View File

@ -3,6 +3,7 @@
{
'name': 'Dashboards',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Extra Tools',
'summary': 'Create your custom dashboard',

View File

@ -1,5 +1,6 @@
{
'name' : 'IM Bus',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Hidden',
'complexity': 'easy',

View File

@ -3,6 +3,7 @@
{
'name': 'Calendar',
'author' : 'Odoo S.A',
'version': '1.0',
'sequence': 130,
'depends': ['base', 'mail'],

View File

@ -3,6 +3,7 @@
{
'name': "Calendar SMS",
'author' : 'Odoo S.A',
'summary': 'Send text messages as event reminders',
'description': "Send text messages as event reminders",
'category': 'Hidden',

View File

@ -4,6 +4,7 @@
{
'name': 'Contacts Directory',
'author' : 'Odoo S.A',
'category': 'Tools',
'summary': 'Customers, Vendors, Partners,...',
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'CRM Livechat',
'author' : 'Odoo S.A',
'category': 'crm',
'summary': 'Create lead from livechat conversation',
'depends': [

View File

@ -3,6 +3,7 @@
{
'name': 'Crm Phone Numbers Validation',
'author' : 'Odoo S.A',
'summary': 'Validate and format phone numbers for leads and contacts',
'sequence': '9999',
'category': 'Hidden',

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Lead to Tasks',
'author' : 'Odoo S.A',
'summary': 'Create Tasks from Leads',
'sequence': '19',
'category': 'Project',

View File

@ -3,6 +3,7 @@
{
'name': 'Decimal Precision Configuration',
'author' : 'Odoo S.A',
'description': """
Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases.
=================================================================================================

View File

@ -4,6 +4,7 @@
{
'name': 'Delivery Costs',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Stock',
'description': """

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Attachments List and Document Indexation',
'author' : 'Odoo S.A',
'version': '2.1',
'category': 'Document Management',
'description': """

View File

@ -2,6 +2,7 @@
{
'name': 'Events Sales',
'author' : 'Odoo S.A',
'version': '1.1',
'category': 'Marketing',
'website': 'https://flectrahq.com/page/events',

View File

@ -3,6 +3,7 @@
{
'name': 'Email Gateway',
'author' : 'Odoo S.A',
'version': '1.0',
'depends': ['mail'],
'category': 'Extra Tools',

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name' : 'Fleet Management',
'author' : 'Odoo S.A',
'version' : '0.1',
'sequence': 165,
'category': 'Human Resources',

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Gamification',
'author' : 'Odoo S.A',
'version': '1.0',
'sequence': 160,
'category': 'Human Resources',

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'CRM Gamification',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Sales',
'depends': ['gamification', 'sale_crm'],

View File

@ -3,6 +3,7 @@
{
'name': 'Google Users',
'author' : 'Odoo S.A',
'category': 'Extra Tools',
'description': """
The module adds google user in res user.

View File

@ -3,6 +3,7 @@
{
'name': 'Google Calendar',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Extra Tools',
'description': "",

View File

@ -3,6 +3,7 @@
{
'name': 'Google Drive™ integration',
'author' : 'Odoo S.A',
'version': '0.2',
'category': 'Extra Tools',
'installable': True,

View File

@ -3,6 +3,7 @@
{
'name': 'Google Spreadsheet',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Extra Tools',
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'Employee Directory',
'author' : 'Odoo S.A',
'version': '1.1',
'category': 'Human Resources',
'sequence': 75,

View File

@ -4,6 +4,7 @@
{
'name': 'Attendances',
'author' : 'Odoo S.A',
'version': '2.0',
'category': 'Human Resources',
'sequence': 81,

View File

@ -3,6 +3,7 @@
{
'name': 'Employee Contracts',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Human Resources',
'description': """

View File

@ -4,6 +4,7 @@
{
'name': 'Expense Tracker',
'author' : 'Odoo S.A',
'version': '2.0',
'category': 'Human Resources',
'sequence': 95,

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
{
'name': "Check Printing in Expenses",
'author' : 'Odoo S.A',
'summary': """Print amount in words on checks issued for expenses""",
'category': 'Accounting',
'description': """

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'HR Gamification',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Human Resources',
'website': 'https://flectrahq.com/page/employees',

View File

@ -3,6 +3,7 @@
{
'name': 'Leave Management',
'author' : 'Odoo S.A',
'version': '1.5',
'category': 'Human Resources',
'sequence': 27,

View File

@ -2,6 +2,7 @@
{
'name': 'HR - Equipments',
'author' : 'Odoo S.A',
'version': '1.0',
'sequence': 125,
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'HR Org Chart',
'author' : 'Odoo S.A',
'category': 'Hidden',
'version': '1.0',
'description':

View File

@ -3,6 +3,7 @@
{
'name': 'Payroll',
'author' : 'Odoo S.A',
'category': 'Human Resources',
'sequence': 38,
'summary': 'Manage your employee payroll records',

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Payroll Accounting',
'author' : 'Odoo S.A',
'category': 'Human Resources',
'description': """
Generic Payroll system Integrated with Accounting.

View File

@ -3,6 +3,7 @@
{
'name': 'Recruitment Process',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Human Resources',
'sequence': 90,

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
{
'name': "Hr Recruitment Interview Forms",
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Human Resources Survey',
'summary': 'Surveys',

View File

@ -4,6 +4,7 @@
{
'name': 'Timesheets',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Human Resources',
'sequence': 23,

View File

@ -3,6 +3,7 @@
{
'name': "Timesheets/attendances reporting",
'author' : 'Odoo S.A',
'description': """
Module linking the attendance module to the timesheet app.
""",

View File

@ -3,6 +3,7 @@
{
'name': 'Web Routing',
'author' : 'Odoo S.A',
'summary': 'Web Routing',
'sequence': '9100',
'category': 'Hidden',

View File

@ -3,6 +3,7 @@
{
'name': 'Blackbox Hardware Driver',
'author' : 'Odoo S.A',
'category': 'Point of Sale',
'sequence': 6,
'summary': 'Hardware Driver for Belgian Fiscal Data Modules',

View File

@ -3,6 +3,7 @@
{
'name': 'ESC/POS Hardware Driver',
'author' : 'Odoo S.A',
'category': 'Point of Sale',
'sequence': 6,
'website': 'https://flectrahq.com/page/point-of-sale',

View File

@ -3,6 +3,7 @@
{
'name': 'PosBox Homepage',
'author' : 'Odoo S.A',
'category': 'Point of Sale',
'sequence': 6,
'website': 'https://flectrahq.com/page/point-of-sale',

View File

@ -3,6 +3,7 @@
{
'name': 'PosBox Software Upgrader',
'author' : 'Odoo S.A',
'category': 'Point of Sale',
'website': 'https://flectrahq.com/page/point-of-sale',
'sequence': 6,

View File

@ -3,6 +3,7 @@
{
'name': 'Hardware Proxy',
'author' : 'Odoo S.A',
'category': 'Point Of Sale',
'sequence': 6,
'summary': 'Connect the Web Client to Hardware Peripherals',

View File

@ -3,6 +3,7 @@
{
'name': 'Weighing Scale Hardware Driver',
'author' : 'Odoo S.A',
'category': 'Point of Sale',
'sequence': 6,
'summary': 'Hardware Driver for Weighing Scales',

View File

@ -3,6 +3,7 @@
{
'name': 'Barcode Scanner Hardware Driver',
'author' : 'Odoo S.A',
'category': 'Point of Sale',
'sequence': 6,
'summary': 'Hardware Driver for Barcode Scanners',

View File

@ -2,6 +2,7 @@
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Screen Driver',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Hardware Drivers',
'sequence': 6,

View File

@ -4,6 +4,7 @@
{
'name': 'In-App Purchases',
'author' : 'Odoo S.A',
'category': 'Tools',
'summary': 'Basic models and helpers to support In-App purchases.',
'description': """
@ -19,5 +20,5 @@ This module provides standard tools (account model, context manager and helpers)
'qweb': [
'static/src/xml/iap_templates.xml',
],
'auto_install': True,
'auto_install': False,
}

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
{
'name' : 'Live Chat',
'author' : 'Odoo S.A',
'version': '1.0',
'sequence': 170,
'summary': 'Live Chat with Visitors/Customers',

View File

@ -3,6 +3,7 @@
{
'name': 'Belgium - Payroll',
'author' : 'Odoo S.A',
'category': 'Localization',
'depends': ['hr_payroll'],
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'Belgium - Payroll with Accounting',
'author' : 'Odoo S.A',
'category': 'Localization',
'depends': ['l10n_be_hr_payroll', 'hr_payroll_account', 'l10n_be'],
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'Belgium - Payroll - Fleet',
'author' : 'Odoo S.A',
'category': 'Localization',
'depends': ['l10n_be_hr_payroll', 'fleet'],
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'Belgian Intrastat Declaration',
'author' : 'Odoo S.A',
'category': 'Localization',
'description': """
Generates Intrastat XML report for declaration

View File

@ -3,6 +3,7 @@
{
'name': 'EU Mini One Stop Shop (MOSS)',
'author' : 'Odoo S.A',
'category': 'Localization',
'description': """
EU Mini One Stop Shop (MOSS) VAT for telecommunications, broadcasting and electronic services

View File

@ -3,6 +3,7 @@
{
'name': 'France - VAT Anti-Fraud Certification (CGI 286 I-3 bis)',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Localization',
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'France - VAT Anti-Fraud Certification for Point of Sale (CGI 286 I-3 bis)',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Localization',
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'France - VAT Anti-Fraud Certification (CGI 286 I-3 bis) - Sale Closings',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Localization',
'description': """

View File

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

View File

@ -3,6 +3,7 @@
{
'name': 'Indian - Accounting',
'author' : 'Odoo S.A',
'version': '2.0',
'description': """
Indian Accounting: Chart of Account.

View File

@ -3,6 +3,7 @@
{
'name': 'Indian Payroll',
'author' : 'Odoo S.A',
'category': 'Localization',
'depends': ['hr_payroll'],
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'Indian - Purchase Report(GST)',
'author' : 'Odoo S.A',
'version': '1.0',
'description': """GST Purchase Report""",
'category': 'Localization',

View File

@ -3,6 +3,7 @@
{
'name': 'Indian - Sale Report(GST)',
'author' : 'Odoo S.A',
'version': '1.0',
'description': """GST Sale Report""",
'category': 'Localization',

View File

@ -3,6 +3,7 @@
{
'name': 'Indian - Schedule VI Accounting',
'author' : 'Odoo S.A',
'version': '2.0',
'description': """
Indian Accounting: Chart of Account.

View File

@ -3,6 +3,7 @@
{
'name': 'Indian - Stock Report(GST)',
'author' : 'Odoo S.A',
'version': '1.0',
'description': """GST Stock Report""",
'category': 'Localization',

View File

@ -3,6 +3,7 @@
{
'name': 'Multi Language Chart of Accounts',
'author' : 'Odoo S.A',
'version': '1.1',
'category': 'Localization',
'description': """

View File

@ -3,6 +3,7 @@
{
'name': 'United States - Accounting',
'author' : 'Odoo S.A',
'version': '1.1',
'category': 'Localization',
'description': """

View File

@ -1,5 +1,6 @@
{
'name': 'Link Tracker',
'author' : 'Odoo S.A',
'category': 'Marketing',
'description': """
Create short and trackable URLs.

View File

@ -2,6 +2,7 @@
{
'name': 'Lunch',
'author' : 'Odoo S.A',
'sequence': 120,
'version': '1.0',
'depends': ['base', 'web', 'decimal_precision'],

View File

@ -2,6 +2,7 @@
{
'name': 'Discuss',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Discuss',
'sequence': 25,

View File

@ -2,6 +2,7 @@
{
'name': 'Equipments',
'author' : 'Odoo S.A',
'version': '1.0',
'sequence': 125,
'category': 'Human Resources',

View File

@ -3,6 +3,7 @@
{
'name': 'Email Marketing',
'author' : 'Odoo S.A',
'summary': 'Design, send and track emails',
'description': "",
'version': '2.0',

View File

@ -3,6 +3,7 @@
{
'name': 'Mass mailing on attendees',
'author' : 'Odoo S.A',
'category': 'Hidden',
'version': '1.0',
'description':

View File

@ -3,6 +3,7 @@
{
'name': 'Mass mailing on track speakers',
'author' : 'Odoo S.A',
'category': 'Hidden',
'version': '1.0',
'description':

View File

@ -4,6 +4,7 @@
{
'name': 'Membership Management',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Sales',
'description': """

View File

@ -4,6 +4,7 @@
{
'name': 'Manufacturing',
'author' : 'Odoo S.A',
'version': '2.0',
'website': 'https://flectrahq.com/page/manufacturing',
'category': 'Manufacturing',

View File

@ -4,6 +4,7 @@
{
'name': 'MRP Byproducts',
'author' : 'Odoo S.A',
'version': '1.0',
'category': 'Manufacturing',
'description': """

View File

@ -4,6 +4,7 @@
{
'name': 'Repairs Management',
'author' : 'Odoo S.A',
'version': '1.0',
'sequence': 200,
'category': 'Manufacturing',

Some files were not shown because too many files have changed in this diff Show More