[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.
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||||
{
|
{
|
||||||
'name' : 'Invoicing',
|
'name' : 'Invoicing',
|
||||||
"author":"Odoo S.A",
|
'author': 'Odoo S.A',
|
||||||
'version' : '1.1',
|
'version' : '1.1',
|
||||||
'summary': 'Send Invoices and Track Payments',
|
'summary': 'Send Invoices and Track Payments',
|
||||||
'sequence': 30,
|
'sequence': 30,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Account Analytic Defaults',
|
'name': 'Account Analytic Defaults',
|
||||||
"author":"Odoo S.A",
|
'author': 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Accounting',
|
'category': 'Accounting',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Assets Management',
|
'name': 'Assets Management',
|
||||||
"author":"Odoo S.A",
|
'author': 'Odoo S.A',
|
||||||
'depends': ['account'],
|
'depends': ['account'],
|
||||||
'description': """
|
'description': """
|
||||||
Assets management
|
Assets management
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': 'Account Bank Statement Import',
|
'name': 'Account Bank Statement Import',
|
||||||
|
'author': 'Odoo S.A',
|
||||||
'category': 'Accounting',
|
'category': 'Accounting',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'depends': ['account'],
|
'depends': ['account'],
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Budgets Management',
|
'name': 'Budgets Management',
|
||||||
|
'author': 'Odoo S.A',
|
||||||
'category': 'Accounting',
|
'category': 'Accounting',
|
||||||
'description': """
|
'description': """
|
||||||
This module allows accountants to manage analytic and crossovered budgets.
|
This module allows accountants to manage analytic and crossovered budgets.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Check Printing Base',
|
'name': 'Check Printing Base',
|
||||||
|
'author': 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Accounting',
|
'category': 'Accounting',
|
||||||
'summary': 'Check printing commons',
|
'summary': 'Check printing commons',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Invoicing Management',
|
'name': 'Invoicing Management',
|
||||||
|
'author': 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'summary': 'Send Invoices and Track Payments',
|
'summary': 'Send Invoices and Track Payments',
|
||||||
'sequence': 30,
|
'sequence': 30,
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Payment - Account',
|
'name': 'Payment - Account',
|
||||||
|
'author': 'Odoo S.A',
|
||||||
'category': 'Accounting',
|
'category': 'Accounting',
|
||||||
'summary': 'Account and Payment Link and Portal',
|
'summary': 'Account and Payment Link and Portal',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "Define Taxes as Python Code",
|
'name': "Define Taxes as Python Code",
|
||||||
|
'author': 'Odoo S.A',
|
||||||
'summary': """
|
'summary': """
|
||||||
Allows to use python code to define taxes""",
|
Allows to use python code to define taxes""",
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Accounting Consistency Tests',
|
'name': 'Accounting Consistency Tests',
|
||||||
|
'author': 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Accounting',
|
'category': 'Accounting',
|
||||||
'website': 'https://flectrahq.com/page/accounting',
|
'website': 'https://flectrahq.com/page/accounting',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name' : 'Sale & Purchase Vouchers',
|
'name' : 'Sale & Purchase Vouchers',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version' : '1.0',
|
'version' : '1.0',
|
||||||
'summary': 'Manage your debts and credits thanks to simple sale/purchase receipts',
|
'summary': 'Manage your debts and credits thanks to simple sale/purchase receipts',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name' : 'Analytic Accounting',
|
'name' : 'Analytic Accounting',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.1',
|
'version': '1.1',
|
||||||
'website' : 'https://flectrahq.com/page/accounting',
|
'website' : 'https://flectrahq.com/page/accounting',
|
||||||
'category': 'Hidden/Dependency',
|
'category': 'Hidden/Dependency',
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Database Anonymization',
|
'name': 'Database Anonymization',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name' : 'Authentication via LDAP',
|
'name' : 'Authentication via LDAP',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'depends' : ['base', 'base_setup'],
|
'depends' : ['base', 'base_setup'],
|
||||||
#'description': < auto-loaded from README file
|
#'description': < auto-loaded from README file
|
||||||
'category' : 'Extra Tools',
|
'category' : 'Extra Tools',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'OAuth2 Authentication',
|
'name': 'OAuth2 Authentication',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Tools',
|
'category': 'Tools',
|
||||||
'description': """
|
'description': """
|
||||||
Allow users to login through OAuth2 Provider.
|
Allow users to login through OAuth2 Provider.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Signup',
|
'name': 'Signup',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'description': """
|
'description': """
|
||||||
Allow users to sign up and reset their password
|
Allow users to sign up and reset their password
|
||||||
===============================================
|
===============================================
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
'name': 'Barcodes',
|
'name': 'Barcodes',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '2.0',
|
'version': '2.0',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'summary': 'Barcodes Scanning and Parsing',
|
'summary': 'Barcodes Scanning and Parsing',
|
||||||
|
@ -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': 'City Addresses',
|
'name': 'City Addresses',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'summary': 'Add a many2one field city on addresses',
|
'summary': 'Add a many2one field city on addresses',
|
||||||
'sequence': '19',
|
'sequence': '19',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
|
@ -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': 'Extended Addresses',
|
'name': 'Extended Addresses',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'summary': 'Add extra fields on addresses',
|
'summary': 'Add extra fields on addresses',
|
||||||
'sequence': '19',
|
'sequence': '19',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Automated Action Rules',
|
'name': 'Automated Action Rules',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Sales',
|
'category': 'Sales',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -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': 'Automated Translations through Gengo API',
|
'name': 'Automated Translations through Gengo API',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Tools',
|
'category': 'Tools',
|
||||||
'description': """
|
'description': """
|
||||||
Automated Translations through Gengo API
|
Automated Translations through Gengo API
|
||||||
|
@ -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': 'Partners Geolocation',
|
'name': 'Partners Geolocation',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '2.0',
|
'version': '2.0',
|
||||||
'category': 'Sales',
|
'category': 'Sales',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
'name': 'Base import',
|
'name': 'Base import',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'description': """
|
'description': """
|
||||||
New extensible file import for Odoo
|
New extensible file import for Odoo
|
||||||
======================================
|
======================================
|
||||||
|
@ -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': 'Base import module',
|
'name': 'Base import module',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'description': """
|
'description': """
|
||||||
Import a custom data module
|
Import a custom data module
|
||||||
===========================
|
===========================
|
||||||
|
@ -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': 'Initial Setup Tools',
|
'name': 'Initial Setup Tools',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Hidden',
|
'category': 'Hidden',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': "Sparse Fields",
|
'name': "Sparse Fields",
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'summary': """Implementation of sparse fields.""",
|
'summary': """Implementation of sparse fields.""",
|
||||||
'description': """
|
'description': """
|
||||||
The purpose of this module is to implement "sparse" fields, i.e., fields
|
The purpose of this module is to implement "sparse" fields, i.e., fields
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Dashboards',
|
'name': 'Dashboards',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'summary': 'Create your custom dashboard',
|
'summary': 'Create your custom dashboard',
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
'name' : 'IM Bus',
|
'name' : 'IM Bus',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Hidden',
|
'category': 'Hidden',
|
||||||
'complexity': 'easy',
|
'complexity': 'easy',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Calendar',
|
'name': 'Calendar',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'sequence': 130,
|
'sequence': 130,
|
||||||
'depends': ['base', 'mail'],
|
'depends': ['base', 'mail'],
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "Calendar SMS",
|
'name': "Calendar SMS",
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'summary': 'Send text messages as event reminders',
|
'summary': 'Send text messages as event reminders',
|
||||||
'description': "Send text messages as event reminders",
|
'description': "Send text messages as event reminders",
|
||||||
'category': 'Hidden',
|
'category': 'Hidden',
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Contacts Directory',
|
'name': 'Contacts Directory',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Tools',
|
'category': 'Tools',
|
||||||
'summary': 'Customers, Vendors, Partners,...',
|
'summary': 'Customers, Vendors, Partners,...',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'CRM Livechat',
|
'name': 'CRM Livechat',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'crm',
|
'category': 'crm',
|
||||||
'summary': 'Create lead from livechat conversation',
|
'summary': 'Create lead from livechat conversation',
|
||||||
'depends': [
|
'depends': [
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Crm Phone Numbers Validation',
|
'name': 'Crm Phone Numbers Validation',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'summary': 'Validate and format phone numbers for leads and contacts',
|
'summary': 'Validate and format phone numbers for leads and contacts',
|
||||||
'sequence': '9999',
|
'sequence': '9999',
|
||||||
'category': 'Hidden',
|
'category': 'Hidden',
|
||||||
|
@ -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': 'Lead to Tasks',
|
'name': 'Lead to Tasks',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'summary': 'Create Tasks from Leads',
|
'summary': 'Create Tasks from Leads',
|
||||||
'sequence': '19',
|
'sequence': '19',
|
||||||
'category': 'Project',
|
'category': 'Project',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Decimal Precision Configuration',
|
'name': 'Decimal Precision Configuration',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'description': """
|
'description': """
|
||||||
Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases.
|
Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases.
|
||||||
=================================================================================================
|
=================================================================================================
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Delivery Costs',
|
'name': 'Delivery Costs',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Stock',
|
'category': 'Stock',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -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': 'Attachments List and Document Indexation',
|
'name': 'Attachments List and Document Indexation',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '2.1',
|
'version': '2.1',
|
||||||
'category': 'Document Management',
|
'category': 'Document Management',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Events Sales',
|
'name': 'Events Sales',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.1',
|
'version': '1.1',
|
||||||
'category': 'Marketing',
|
'category': 'Marketing',
|
||||||
'website': 'https://flectrahq.com/page/events',
|
'website': 'https://flectrahq.com/page/events',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Email Gateway',
|
'name': 'Email Gateway',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'depends': ['mail'],
|
'depends': ['mail'],
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
|
@ -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' : 'Fleet Management',
|
'name' : 'Fleet Management',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version' : '0.1',
|
'version' : '0.1',
|
||||||
'sequence': 165,
|
'sequence': 165,
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
|
@ -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': 'Gamification',
|
'name': 'Gamification',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'sequence': 160,
|
'sequence': 160,
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
|
@ -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': 'CRM Gamification',
|
'name': 'CRM Gamification',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Sales',
|
'category': 'Sales',
|
||||||
'depends': ['gamification', 'sale_crm'],
|
'depends': ['gamification', 'sale_crm'],
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Google Users',
|
'name': 'Google Users',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'description': """
|
'description': """
|
||||||
The module adds google user in res user.
|
The module adds google user in res user.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Google Calendar',
|
'name': 'Google Calendar',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'description': "",
|
'description': "",
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Google Drive™ integration',
|
'name': 'Google Drive™ integration',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '0.2',
|
'version': '0.2',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'installable': True,
|
'installable': True,
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Google Spreadsheet',
|
'name': 'Google Spreadsheet',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Employee Directory',
|
'name': 'Employee Directory',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.1',
|
'version': '1.1',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'sequence': 75,
|
'sequence': 75,
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Attendances',
|
'name': 'Attendances',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '2.0',
|
'version': '2.0',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'sequence': 81,
|
'sequence': 81,
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Employee Contracts',
|
'name': 'Employee Contracts',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Expense Tracker',
|
'name': 'Expense Tracker',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '2.0',
|
'version': '2.0',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'sequence': 95,
|
'sequence': 95,
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': "Check Printing in Expenses",
|
'name': "Check Printing in Expenses",
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'summary': """Print amount in words on checks issued for expenses""",
|
'summary': """Print amount in words on checks issued for expenses""",
|
||||||
'category': 'Accounting',
|
'category': 'Accounting',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -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': 'HR Gamification',
|
'name': 'HR Gamification',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'website': 'https://flectrahq.com/page/employees',
|
'website': 'https://flectrahq.com/page/employees',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Leave Management',
|
'name': 'Leave Management',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.5',
|
'version': '1.5',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'sequence': 27,
|
'sequence': 27,
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'HR - Equipments',
|
'name': 'HR - Equipments',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'sequence': 125,
|
'sequence': 125,
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'HR Org Chart',
|
'name': 'HR Org Chart',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Hidden',
|
'category': 'Hidden',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'description':
|
'description':
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Payroll',
|
'name': 'Payroll',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'sequence': 38,
|
'sequence': 38,
|
||||||
'summary': 'Manage your employee payroll records',
|
'summary': 'Manage your employee payroll records',
|
||||||
|
@ -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': 'Payroll Accounting',
|
'name': 'Payroll Accounting',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'description': """
|
'description': """
|
||||||
Generic Payroll system Integrated with Accounting.
|
Generic Payroll system Integrated with Accounting.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Recruitment Process',
|
'name': 'Recruitment Process',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'sequence': 90,
|
'sequence': 90,
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': "Hr Recruitment Interview Forms",
|
'name': "Hr Recruitment Interview Forms",
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Human Resources Survey',
|
'category': 'Human Resources Survey',
|
||||||
'summary': 'Surveys',
|
'summary': 'Surveys',
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Timesheets',
|
'name': 'Timesheets',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
'sequence': 23,
|
'sequence': 23,
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "Timesheets/attendances reporting",
|
'name': "Timesheets/attendances reporting",
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'description': """
|
'description': """
|
||||||
Module linking the attendance module to the timesheet app.
|
Module linking the attendance module to the timesheet app.
|
||||||
""",
|
""",
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Web Routing',
|
'name': 'Web Routing',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'summary': 'Web Routing',
|
'summary': 'Web Routing',
|
||||||
'sequence': '9100',
|
'sequence': '9100',
|
||||||
'category': 'Hidden',
|
'category': 'Hidden',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Blackbox Hardware Driver',
|
'name': 'Blackbox Hardware Driver',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Point of Sale',
|
'category': 'Point of Sale',
|
||||||
'sequence': 6,
|
'sequence': 6,
|
||||||
'summary': 'Hardware Driver for Belgian Fiscal Data Modules',
|
'summary': 'Hardware Driver for Belgian Fiscal Data Modules',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'ESC/POS Hardware Driver',
|
'name': 'ESC/POS Hardware Driver',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Point of Sale',
|
'category': 'Point of Sale',
|
||||||
'sequence': 6,
|
'sequence': 6,
|
||||||
'website': 'https://flectrahq.com/page/point-of-sale',
|
'website': 'https://flectrahq.com/page/point-of-sale',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'PosBox Homepage',
|
'name': 'PosBox Homepage',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Point of Sale',
|
'category': 'Point of Sale',
|
||||||
'sequence': 6,
|
'sequence': 6,
|
||||||
'website': 'https://flectrahq.com/page/point-of-sale',
|
'website': 'https://flectrahq.com/page/point-of-sale',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'PosBox Software Upgrader',
|
'name': 'PosBox Software Upgrader',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Point of Sale',
|
'category': 'Point of Sale',
|
||||||
'website': 'https://flectrahq.com/page/point-of-sale',
|
'website': 'https://flectrahq.com/page/point-of-sale',
|
||||||
'sequence': 6,
|
'sequence': 6,
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Hardware Proxy',
|
'name': 'Hardware Proxy',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Point Of Sale',
|
'category': 'Point Of Sale',
|
||||||
'sequence': 6,
|
'sequence': 6,
|
||||||
'summary': 'Connect the Web Client to Hardware Peripherals',
|
'summary': 'Connect the Web Client to Hardware Peripherals',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Weighing Scale Hardware Driver',
|
'name': 'Weighing Scale Hardware Driver',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Point of Sale',
|
'category': 'Point of Sale',
|
||||||
'sequence': 6,
|
'sequence': 6,
|
||||||
'summary': 'Hardware Driver for Weighing Scales',
|
'summary': 'Hardware Driver for Weighing Scales',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Barcode Scanner Hardware Driver',
|
'name': 'Barcode Scanner Hardware Driver',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Point of Sale',
|
'category': 'Point of Sale',
|
||||||
'sequence': 6,
|
'sequence': 6,
|
||||||
'summary': 'Hardware Driver for Barcode Scanners',
|
'summary': 'Hardware Driver for Barcode Scanners',
|
||||||
|
@ -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': 'Screen Driver',
|
'name': 'Screen Driver',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Hardware Drivers',
|
'category': 'Hardware Drivers',
|
||||||
'sequence': 6,
|
'sequence': 6,
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'In-App Purchases',
|
'name': 'In-App Purchases',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Tools',
|
'category': 'Tools',
|
||||||
'summary': 'Basic models and helpers to support In-App purchases.',
|
'summary': 'Basic models and helpers to support In-App purchases.',
|
||||||
'description': """
|
'description': """
|
||||||
@ -19,5 +20,5 @@ This module provides standard tools (account model, context manager and helpers)
|
|||||||
'qweb': [
|
'qweb': [
|
||||||
'static/src/xml/iap_templates.xml',
|
'static/src/xml/iap_templates.xml',
|
||||||
],
|
],
|
||||||
'auto_install': True,
|
'auto_install': False,
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name' : 'Live Chat',
|
'name' : 'Live Chat',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'sequence': 170,
|
'sequence': 170,
|
||||||
'summary': 'Live Chat with Visitors/Customers',
|
'summary': 'Live Chat with Visitors/Customers',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Belgium - Payroll',
|
'name': 'Belgium - Payroll',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'depends': ['hr_payroll'],
|
'depends': ['hr_payroll'],
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Belgium - Payroll with Accounting',
|
'name': 'Belgium - Payroll with Accounting',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'depends': ['l10n_be_hr_payroll', 'hr_payroll_account', 'l10n_be'],
|
'depends': ['l10n_be_hr_payroll', 'hr_payroll_account', 'l10n_be'],
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Belgium - Payroll - Fleet',
|
'name': 'Belgium - Payroll - Fleet',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'depends': ['l10n_be_hr_payroll', 'fleet'],
|
'depends': ['l10n_be_hr_payroll', 'fleet'],
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Belgian Intrastat Declaration',
|
'name': 'Belgian Intrastat Declaration',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'description': """
|
'description': """
|
||||||
Generates Intrastat XML report for declaration
|
Generates Intrastat XML report for declaration
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'EU Mini One Stop Shop (MOSS)',
|
'name': 'EU Mini One Stop Shop (MOSS)',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'description': """
|
'description': """
|
||||||
EU Mini One Stop Shop (MOSS) VAT for telecommunications, broadcasting and electronic services
|
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)',
|
'name': 'France - VAT Anti-Fraud Certification (CGI 286 I-3 bis)',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'France - VAT Anti-Fraud Certification for Point of Sale (CGI 286 I-3 bis)',
|
'name': 'France - VAT Anti-Fraud Certification for Point of Sale (CGI 286 I-3 bis)',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'France - VAT Anti-Fraud Certification (CGI 286 I-3 bis) - Sale Closings',
|
'name': 'France - VAT Anti-Fraud Certification (CGI 286 I-3 bis) - Sale Closings',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Generic - Accounting',
|
'name': 'Generic - Accounting',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.1',
|
'version': '1.1',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Indian - Accounting',
|
'name': 'Indian - Accounting',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '2.0',
|
'version': '2.0',
|
||||||
'description': """
|
'description': """
|
||||||
Indian Accounting: Chart of Account.
|
Indian Accounting: Chart of Account.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Indian Payroll',
|
'name': 'Indian Payroll',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'depends': ['hr_payroll'],
|
'depends': ['hr_payroll'],
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Indian - Purchase Report(GST)',
|
'name': 'Indian - Purchase Report(GST)',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'description': """GST Purchase Report""",
|
'description': """GST Purchase Report""",
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Indian - Sale Report(GST)',
|
'name': 'Indian - Sale Report(GST)',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'description': """GST Sale Report""",
|
'description': """GST Sale Report""",
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Indian - Schedule VI Accounting',
|
'name': 'Indian - Schedule VI Accounting',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '2.0',
|
'version': '2.0',
|
||||||
'description': """
|
'description': """
|
||||||
Indian Accounting: Chart of Account.
|
Indian Accounting: Chart of Account.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Indian - Stock Report(GST)',
|
'name': 'Indian - Stock Report(GST)',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'description': """GST Stock Report""",
|
'description': """GST Stock Report""",
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Multi Language Chart of Accounts',
|
'name': 'Multi Language Chart of Accounts',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.1',
|
'version': '1.1',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'United States - Accounting',
|
'name': 'United States - Accounting',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.1',
|
'version': '1.1',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
'name': 'Link Tracker',
|
'name': 'Link Tracker',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Marketing',
|
'category': 'Marketing',
|
||||||
'description': """
|
'description': """
|
||||||
Create short and trackable URLs.
|
Create short and trackable URLs.
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Lunch',
|
'name': 'Lunch',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'sequence': 120,
|
'sequence': 120,
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'depends': ['base', 'web', 'decimal_precision'],
|
'depends': ['base', 'web', 'decimal_precision'],
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Discuss',
|
'name': 'Discuss',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Discuss',
|
'category': 'Discuss',
|
||||||
'sequence': 25,
|
'sequence': 25,
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Equipments',
|
'name': 'Equipments',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'sequence': 125,
|
'sequence': 125,
|
||||||
'category': 'Human Resources',
|
'category': 'Human Resources',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Email Marketing',
|
'name': 'Email Marketing',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'summary': 'Design, send and track emails',
|
'summary': 'Design, send and track emails',
|
||||||
'description': "",
|
'description': "",
|
||||||
'version': '2.0',
|
'version': '2.0',
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Mass mailing on attendees',
|
'name': 'Mass mailing on attendees',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Hidden',
|
'category': 'Hidden',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'description':
|
'description':
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Mass mailing on track speakers',
|
'name': 'Mass mailing on track speakers',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'category': 'Hidden',
|
'category': 'Hidden',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'description':
|
'description':
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Membership Management',
|
'name': 'Membership Management',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Sales',
|
'category': 'Sales',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Manufacturing',
|
'name': 'Manufacturing',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '2.0',
|
'version': '2.0',
|
||||||
'website': 'https://flectrahq.com/page/manufacturing',
|
'website': 'https://flectrahq.com/page/manufacturing',
|
||||||
'category': 'Manufacturing',
|
'category': 'Manufacturing',
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'MRP Byproducts',
|
'name': 'MRP Byproducts',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Manufacturing',
|
'category': 'Manufacturing',
|
||||||
'description': """
|
'description': """
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Repairs Management',
|
'name': 'Repairs Management',
|
||||||
|
'author' : 'Odoo S.A',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'sequence': 200,
|
'sequence': 200,
|
||||||
'category': 'Manufacturing',
|
'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