[ADD] added missing author name
This commit is contained in:
parent
19c4e86985
commit
670f075b6c
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Point of Sale',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0.1',
|
||||
'category': 'Point Of Sale',
|
||||
'sequence': 20,
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Customer Portal',
|
||||
'author': 'Odoo S.A.',
|
||||
'summary': 'Customer Portal',
|
||||
'sequence': '9000',
|
||||
'category': 'Hidden',
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': "pos_cache",
|
||||
|
||||
'author': 'Odoo S.A.',
|
||||
'summary': """
|
||||
Enable a cache on products for a lower POS loading time.""",
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Point of Sale Common Data Drinks',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Point of Sale',
|
||||
'sequence': 99,
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Point of Sale Discounts',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Point of Sale',
|
||||
'sequence': 6,
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Mercury Payment Services',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Point of Sale',
|
||||
'sequence': 6,
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Point of Sale Receipt Reprinting',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Point of Sale',
|
||||
'sequence': 6,
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Restaurant',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Point of Sale',
|
||||
'sequence': 6,
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'pos_sale',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'sequence': 6,
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Just In Time Scheduling',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Warehouse',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Products & Pricelists',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.2',
|
||||
'category': 'Sales',
|
||||
'depends': ['base', 'decimal_precision', 'mail'],
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Product Email Template',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['account'],
|
||||
'category': 'Accounting',
|
||||
'description': """
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name' : 'Products Expiration Date',
|
||||
'author': 'Odoo S.A.',
|
||||
'category' : 'Warehouse',
|
||||
'depends' : ['stock'],
|
||||
'demo' : ['data/product_expiry_demo.xml'],
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
"name" : "Product extension to track sales and purchases",
|
||||
"author" : "Odoo S.A.",
|
||||
"version" : "1.0",
|
||||
"depends" : ["mrp", "stock_account"],
|
||||
"category" : "Manufacturing",
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Margins by Products',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Sales',
|
||||
'description': """
|
||||
Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Project',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.1',
|
||||
'website': 'https://flectrahq.com/page/project-management',
|
||||
'category': 'Project',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Timesheet when on Leaves',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Human Resources',
|
||||
'summary': 'Schedule timesheet when on leaves',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Purchase Management',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.2',
|
||||
'category': 'Purchases',
|
||||
'sequence': 60,
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Purchase and MRP Management',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Purchase Agreements',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '0.1',
|
||||
'category': 'Purchases',
|
||||
'website': 'https://flectrahq.com/page/purchase',
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Customer Rating',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Productivity',
|
||||
'description': """
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Project Rating',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Project',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Intrastat Reporting',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Accounting',
|
||||
'description': """
|
||||
A module that adds intrastat reports.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Resource',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.1',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Sales',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.1',
|
||||
'category': 'Sales',
|
||||
'summary': 'Sales internal machinery',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Opportunity to Quotation',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Sales Expense',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Sales',
|
||||
'summary': 'Quotation, Sales Orders, Delivery & Invoicing Control',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Sales Management',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Sales',
|
||||
'sequence': 15,
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Margins in Sales Orders',
|
||||
'author': 'Odoo S.A.',
|
||||
'version':'1.0',
|
||||
'category': 'Sales',
|
||||
'description': """
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Sales and MRP Management',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
{
|
||||
'name': 'Dates on Sales Order',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.1',
|
||||
'category': 'Sales',
|
||||
'description': """
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Payment - Sale',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Sales',
|
||||
'summary': 'Link Sales and Payment',
|
||||
'version': '1.0',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Sale Service Rating',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
This module allows a customer to give rating on task which are created from sales order.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Sales and Warehouse Management',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'summary': 'Quotation, Sales Orders, Delivery & Invoicing Control',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Sales Timesheet',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'summary': 'Sell based on timesheets',
|
||||
'description': """
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Sales Channels',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Sales',
|
||||
'summary': 'Sales Channels',
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'SMS gateway',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Tools',
|
||||
'summary': 'SMS Text Messaging',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Inventory Management',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.1',
|
||||
'summary': 'Inventory, Logistics, Warehousing',
|
||||
'description': "",
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'WMS Accounting',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.1',
|
||||
'summary': 'Inventory, Logistic, Valuation, Accounting',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Drop Shipping',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Warehouse',
|
||||
'summary': 'Drop Shipping',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'WMS Landed Costs',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.1',
|
||||
'summary': 'Landed Costs',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Warehouse Management: Batch Picking',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Warehouse',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Survey',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '2.0',
|
||||
'category': 'Marketing',
|
||||
'description': """
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Survey CRM',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '2.0',
|
||||
'category': 'Marketing',
|
||||
'complexity': 'easy',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Bootswatch Theme',
|
||||
'author': 'Odoo S.A.',
|
||||
'summary': 'Support for Bootswatch themes in master',
|
||||
'description': 'This theme module is exclusively for master to keep the support of Bootswatch themes which were previously part of the website module in 8.0.',
|
||||
'category': 'Theme',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Default Theme',
|
||||
'author': 'Odoo S.A.',
|
||||
'description': 'Default website theme to showcase customization possibilities.',
|
||||
'category': 'Theme/Hidden',
|
||||
'sequence': 1000,
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Transifex integration',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'summary': 'Add a link to edit a translation in Transifex',
|
||||
'category': 'Extra Tools',
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'UTM Trackers',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
Enable UTM trackers in shared links.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Web',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'version': '1.0',
|
||||
'description':
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Odoo Web Diagram',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
Openerp Web Diagram view.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Web Editor',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
Odoo Web Editor widget.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Gauge Widget for Kanban',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
This widget allows to display gauges using d3 library.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Planner',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Extra Tools',
|
||||
'summary': 'Help to configure application',
|
||||
'version': '1.0',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Odoo Settings Dashboard',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'summary': 'Quick actions for installing new app, adding users, completing planners, etc.',
|
||||
'category': 'Extra Tools',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Tours',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
Odoo Web tours.
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Website Builder',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'sequence': 50,
|
||||
'summary': 'Build Your Enterprise Website',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Blogs',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'sequence': 140,
|
||||
'website': 'https://flectrahq.com/page/blog-engine',
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'Contact Form',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'sequence': 54,
|
||||
'website': 'https://flectrahq.com/page/website-builder',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Resellers',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Sales',
|
||||
'website': 'https://flectrahq.com/page/website-builder',
|
||||
'summary': 'Publish Your Channel of Resellers',
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Contact Form Number Validation',
|
||||
'author': 'Odoo S.A.',
|
||||
'summary': 'Validate and format contact form numbers',
|
||||
'sequence': '9999',
|
||||
'category': 'Hidden',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Customer References',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'website': 'https://flectrahq.com/page/website-builder',
|
||||
'summary': 'Publish Your Customer References',
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Online Events',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Marketing',
|
||||
'sequence': 166,
|
||||
'summary': 'Publish Events and Manage Online Registrations on your Website',
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Questions on Events',
|
||||
'author': 'Odoo S.A.',
|
||||
'description': 'Questions on Events',
|
||||
'category': 'Marketing',
|
||||
'version': '1.0',
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': "Online Event's Tickets",
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Marketing',
|
||||
'summary': "Manage Events and Sell Tickets Online",
|
||||
'website': 'https://flectrahq.com/page/events',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Advanced Events',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Marketing',
|
||||
'summary': 'Sponsors, Tracks, Agenda, Event News',
|
||||
'website': 'https://flectrahq.com/page/events',
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'Generic Form Controller',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'summary': 'Generic controller for web forms',
|
||||
'description': 'Generic controller for web forms',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Website Form - Project',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Project',
|
||||
'summary': 'Create Tasks From Contact Form',
|
||||
'version': '1.0',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Forum',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'sequence': 150,
|
||||
'summary': 'Forum, FAQ, Q&A',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Documentation',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'summary': 'Forum, Documentation',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Website Gengo Translator',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'description': """
|
||||
Website Gengo Translator
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Website Google Map',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'summary': '',
|
||||
'version': '1.0',
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Team Page',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Human Resources',
|
||||
'summary': 'Present Your Team',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Online Jobs',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'sequence': 142,
|
||||
'version': '1.0',
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'Website Link Tracker',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
Website interface to create short and trackable URLs.
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'Website Live Support',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'summary': 'Chat With Your Website Visitors',
|
||||
'version': '1.0',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Website Mail',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'summary': 'Website Module for Mail',
|
||||
'version': '0.1',
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Mailing List Archive',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'description': """
|
||||
Odoo Mail Group : Mailing List Archives
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Website Mass Mailing Campaigns',
|
||||
'author': 'Odoo S.A.',
|
||||
'description': """
|
||||
Add a snippet in the website builder to subscribe a mass_mailing list
|
||||
""",
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Associations: Members',
|
||||
'author': 'Odoo S.A.',
|
||||
'summary': 'Online Directory of Members',
|
||||
'category': 'Website',
|
||||
'summary': 'Publish Associations, Groups and Memberships',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Website Partner',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'summary': 'Partner Module for Website',
|
||||
'version': '0.1',
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Payment: Website Integration',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'summary': 'Payment: Website Integration',
|
||||
'version': '1.0',
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Online Proposals',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'summary': 'Sales',
|
||||
'website': 'https://flectrahq.com/page/quote-builder',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Website Rating',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Hidden',
|
||||
'version': '1.0',
|
||||
'description': """
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Website Rating Project',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '0.1',
|
||||
'category': 'Project',
|
||||
'complexity': 'easy',
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'eCommerce',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'sequence': 55,
|
||||
'summary': 'Sell Your Products Online',
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'eCommerce Delivery',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'summary': 'Add Delivery Costs to Online Sales',
|
||||
'website': 'https://flectrahq.com/page/e-commerce',
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
{
|
||||
'name': 'Website Sale Digital - Sell digital products',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '0.1',
|
||||
'category': 'Website',
|
||||
'description': """
|
||||
|
@ -1,6 +1,7 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
{
|
||||
'name': 'Website Sale - Sale Management',
|
||||
'author': 'Odoo S.A.',
|
||||
'version': '1.0',
|
||||
'category': 'Website',
|
||||
'description': """
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'eCommerce Optional Products',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'version': '1.0',
|
||||
'website': 'https://flectrahq.com/page/e-commerce',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Website Sale Stock - Website Delivery Information',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'description': """
|
||||
Display delivery orders (picking) infos on the website
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Website Sale Stock&Options',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'description': """
|
||||
Odoo E-Commerce
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'name': 'Website Theme Install',
|
||||
'author': 'Odoo S.A.',
|
||||
'description': "Propose to install a theme on website installation",
|
||||
'category': 'Website',
|
||||
'version': '1.0',
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
{
|
||||
'name': 'Twitter Roller',
|
||||
'author': 'Odoo S.A.',
|
||||
'category': 'Website',
|
||||
'summary': 'Add twitter scroller snippet in website builder',
|
||||
'website': 'https://flectrahq.com/page/website-builder',
|
||||
|
Loading…
Reference in New Issue
Block a user