[ADD] added missing author name
This commit is contained in:
parent
b79252ec3e
commit
19c4e86985
@ -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,
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Account Analytic Defaults',
|
||||
"author":"Odoo S.A",
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Accounting',
|
||||
'description': """
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Assets Management',
|
||||
"author":"Odoo S.A",
|
||||
'author': 'Odoo S.A',
|
||||
'depends': ['account'],
|
||||
'description': """
|
||||
Assets management
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
{
|
||||
'name': 'Account Bank Statement Import',
|
||||
'author': 'Odoo S.A',
|
||||
'category': 'Accounting',
|
||||
'version': '1.0',
|
||||
'depends': ['account'],
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Budgets Management',
|
||||
'author': 'Odoo S.A',
|
||||
'category': 'Accounting',
|
||||
'description': """
|
||||
This module allows accountants to manage analytic and crossovered budgets.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Check Printing Base',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Accounting',
|
||||
'summary': 'Check printing commons',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Invoicing Management',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'summary': 'Send Invoices and Track Payments',
|
||||
'sequence': 30,
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Payment - Account',
|
||||
'author': 'Odoo S.A',
|
||||
'category': 'Accounting',
|
||||
'summary': 'Account and Payment Link and Portal',
|
||||
'version': '1.0',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': "Define Taxes as Python Code",
|
||||
'author': 'Odoo S.A',
|
||||
'summary': """
|
||||
Allows to use python code to define taxes""",
|
||||
'description': """
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
{
|
||||
'name': 'Accounting Consistency Tests',
|
||||
'author': 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Accounting',
|
||||
'website': 'https://flectrahq.com/page/accounting',
|
||||
|
@ -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': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name' : 'Analytic Accounting',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.1',
|
||||
'website' : 'https://flectrahq.com/page/accounting',
|
||||
'category': 'Hidden/Dependency',
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Database Anonymization',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Extra Tools',
|
||||
'description': """
|
||||
|
@ -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',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'OAuth2 Authentication',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Tools',
|
||||
'description': """
|
||||
Allow users to login through OAuth2 Provider.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Signup',
|
||||
'author' : 'Odoo S.A',
|
||||
'description': """
|
||||
Allow users to sign up and reset their password
|
||||
===============================================
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'Barcodes',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '2.0',
|
||||
'category': 'Extra Tools',
|
||||
'summary': 'Barcodes Scanning and Parsing',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Automated Action Rules',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Sales',
|
||||
'description': """
|
||||
|
@ -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
|
||||
|
@ -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': """
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'Base import',
|
||||
'author' : 'Odoo S.A',
|
||||
'description': """
|
||||
New extensible file import for Odoo
|
||||
======================================
|
||||
|
@ -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
|
||||
===========================
|
||||
|
@ -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': """
|
||||
|
@ -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
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Dashboards',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Extra Tools',
|
||||
'summary': 'Create your custom dashboard',
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name' : 'IM Bus',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'complexity': 'easy',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Calendar',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'sequence': 130,
|
||||
'depends': ['base', 'mail'],
|
||||
|
@ -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',
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Contacts Directory',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Tools',
|
||||
'summary': 'Customers, Vendors, Partners,...',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'CRM Livechat',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'crm',
|
||||
'summary': 'Create lead from livechat conversation',
|
||||
'depends': [
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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.
|
||||
=================================================================================================
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Delivery Costs',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Stock',
|
||||
'description': """
|
||||
|
@ -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': """
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Events Sales',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.1',
|
||||
'category': 'Marketing',
|
||||
'website': 'https://flectrahq.com/page/events',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Email Gateway',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'depends': ['mail'],
|
||||
'category': 'Extra Tools',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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'],
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Google Users',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Extra Tools',
|
||||
'description': """
|
||||
The module adds google user in res user.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Google Calendar',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Extra Tools',
|
||||
'description': "",
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Google Drive™ integration',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '0.2',
|
||||
'category': 'Extra Tools',
|
||||
'installable': True,
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Google Spreadsheet',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Extra Tools',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Employee Directory',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.1',
|
||||
'category': 'Human Resources',
|
||||
'sequence': 75,
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Attendances',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '2.0',
|
||||
'category': 'Human Resources',
|
||||
'sequence': 81,
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Employee Contracts',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Human Resources',
|
||||
'description': """
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Expense Tracker',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '2.0',
|
||||
'category': 'Human Resources',
|
||||
'sequence': 95,
|
||||
|
@ -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': """
|
||||
|
@ -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',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Leave Management',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.5',
|
||||
'category': 'Human Resources',
|
||||
'sequence': 27,
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'HR - Equipments',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'sequence': 125,
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'HR Org Chart',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Hidden',
|
||||
'version': '1.0',
|
||||
'description':
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Payroll',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Human Resources',
|
||||
'sequence': 38,
|
||||
'summary': 'Manage your employee payroll records',
|
||||
|
@ -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.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Recruitment Process',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Human Resources',
|
||||
'sequence': 90,
|
||||
|
@ -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',
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Timesheets',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Human Resources',
|
||||
'sequence': 23,
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': "Timesheets/attendances reporting",
|
||||
'author' : 'Odoo S.A',
|
||||
'description': """
|
||||
Module linking the attendance module to the timesheet app.
|
||||
""",
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Web Routing',
|
||||
'author' : 'Odoo S.A',
|
||||
'summary': 'Web Routing',
|
||||
'sequence': '9100',
|
||||
'category': 'Hidden',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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,
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
}
|
||||
|
@ -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',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Belgium - Payroll',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Localization',
|
||||
'depends': ['hr_payroll'],
|
||||
'description': """
|
||||
|
@ -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': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Belgium - Payroll - Fleet',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Localization',
|
||||
'depends': ['l10n_be_hr_payroll', 'fleet'],
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Belgian Intrastat Declaration',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Localization',
|
||||
'description': """
|
||||
Generates Intrastat XML report for declaration
|
||||
|
@ -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
|
||||
|
@ -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': """
|
||||
|
@ -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': """
|
||||
|
@ -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': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Generic - Accounting',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.1',
|
||||
'category': 'Localization',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Indian - Accounting',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '2.0',
|
||||
'description': """
|
||||
Indian Accounting: Chart of Account.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Indian Payroll',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Localization',
|
||||
'depends': ['hr_payroll'],
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Indian - Purchase Report(GST)',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'description': """GST Purchase Report""",
|
||||
'category': 'Localization',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Indian - Sale Report(GST)',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'description': """GST Sale Report""",
|
||||
'category': 'Localization',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Indian - Schedule VI Accounting',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '2.0',
|
||||
'description': """
|
||||
Indian Accounting: Chart of Account.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Indian - Stock Report(GST)',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'description': """GST Stock Report""",
|
||||
'category': 'Localization',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Multi Language Chart of Accounts',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.1',
|
||||
'category': 'Localization',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'United States - Accounting',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.1',
|
||||
'category': 'Localization',
|
||||
'description': """
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'Link Tracker',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Marketing',
|
||||
'description': """
|
||||
Create short and trackable URLs.
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Lunch',
|
||||
'author' : 'Odoo S.A',
|
||||
'sequence': 120,
|
||||
'version': '1.0',
|
||||
'depends': ['base', 'web', 'decimal_precision'],
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Discuss',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Discuss',
|
||||
'sequence': 25,
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Equipments',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'sequence': 125,
|
||||
'category': 'Human Resources',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Email Marketing',
|
||||
'author' : 'Odoo S.A',
|
||||
'summary': 'Design, send and track emails',
|
||||
'description': "",
|
||||
'version': '2.0',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Mass mailing on attendees',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Hidden',
|
||||
'version': '1.0',
|
||||
'description':
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Mass mailing on track speakers',
|
||||
'author' : 'Odoo S.A',
|
||||
'category': 'Hidden',
|
||||
'version': '1.0',
|
||||
'description':
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Membership Management',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Sales',
|
||||
'description': """
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Manufacturing',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '2.0',
|
||||
'website': 'https://flectrahq.com/page/manufacturing',
|
||||
'category': 'Manufacturing',
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'MRP Byproducts',
|
||||
'author' : 'Odoo S.A',
|
||||
'version': '1.0',
|
||||
'category': 'Manufacturing',
|
||||
'description': """
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user