Skip to content
Snippets Groups Projects
Commit f49e8879 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[IMP] *: unify module manifests

The description should be an action for the user (i.e. "with this
module, you can ...")

Correct English errors
parent 95620bb0
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 27 deletions
......@@ -3,8 +3,7 @@
{
'name': "Define Taxes as Python Code",
'summary': """
Allows to use python code to define taxes""",
'summary': "Use python code to define taxes",
'description': """
A tax defined as python code consists in two snippets of python code which are executed in a local environment containing data such as the unit price, product or partner.
......
{
'name': "Password Policy",
"summary": "Implements basic password policy configuration & check",
"summary": "Implement basic password policy configuration & check",
'depends': ['base_setup', 'web'],
'data': [
'data/defaults.xml',
......
......@@ -12,7 +12,7 @@ The Barcodes module defines barcode nomenclatures whose rules identify specific
of items e.g. products, locations. It contains the following features:
- Patterns to identify barcodes containing a numerical value (e.g. weight, price)
- Definitin of barcode aliases that allow to identify the same product with different barcodes
- Definition of barcode aliases that allow to identify the same product with different barcodes
- Unlimited barcode patterns and definitions,
- Support for encodings EAN-13, EAN-8 and UPC-A
......
......@@ -2,7 +2,7 @@
'name': 'Barcode',
'version': '2.0',
'category': 'Extra Tools',
'summary': 'Barcodes Scanning and Parsing',
'summary': 'Scan and Parse Barcodes',
'depends': ['web'],
'data': [
'data/barcodes_data.xml',
......
......@@ -6,7 +6,7 @@
'version': '1.0',
'sequence': 130,
'depends': ['base', 'mail'],
'summary': 'Schedule employees meetings',
'summary': "Schedule employees' meetings",
'description': """
This is a full-featured calendar system.
========================================
......
......@@ -11,7 +11,7 @@
Certification and Skills for HR
===============================
This module add certification to resumé for employees.
This module adds certification to resumé for employees.
""",
'depends': ['hr_skills', 'survey'],
'data': [
......
......@@ -5,7 +5,7 @@
'name': 'Work Entries',
'category': 'Human Resources/Employees',
'sequence': 39,
'summary': 'Manages work entries',
'summary': 'Manage work entries',
'description': "",
'installable': True,
'depends': [
......
......@@ -12,7 +12,7 @@ IoT Box Homepage
================
This module overrides Odoo web interface to display a simple
Homepage that explains what's the iotbox and show the status,
Homepage that explains what's the iotbox and shows the status,
and where to find documentation.
If you activate this module, you won't be able to access the
......
......@@ -6,7 +6,7 @@
'category': 'Point of Sale',
'website': 'https://www.odoo.com/page/point-of-sale-hardware',
'sequence': 6,
'summary': 'Allows to remotely upgrade the IoTBox software',
'summary': 'Remotely upgrade the IoTBox software',
'description': """
IoTBox Software Upgrader
========================
......
......@@ -5,7 +5,7 @@
'version': '1.0',
'category': 'Hardware Drivers',
'sequence': 6,
'summary': 'Provides support for customer facing displays',
'summary': 'Add a customer facing displays for POS',
'website': 'https://www.odoo.com/page/point-of-sale-hardware',
'description': """
Screen Driver
......
# -*- coding: utf-8 -*-
{
'name': "Partner Autocomplete",
'summary': """
Auto-complete partner companies' data""",
'summary': "Auto-complete partner companies' data",
'description': """
Auto-complete partner companies' data
""",
......
# -*- coding: utf-8 -*-
{
'name': "Partner Autocomplete extends Address autocomplete",
'summary': """
Correct address formating when both modules are installed""",
'summary': "Autocomplete extended addresses",
'description': """
Correct address formating when both partner_autocomplete and base_address_extended modules are installed""",
'author': "Odoo SA",
'category': 'Tools',
'version': '1.0',
......
......@@ -4,7 +4,7 @@
{
'name': 'Payment Acquirer',
'category': 'Accounting',
'summary': 'Payment Acquirer Base Module',
'summary': 'Base Module for Payment Acquirers',
'version': '1.0',
'description': """Payment Acquirer Base Module""",
'depends': ['account'],
......
......@@ -45,7 +45,7 @@ stay operational even after a complete disconnection.
A super clean user interface
----------------------------
### Simple and beautifull
### Simple and beautiful
Say goodbye to ugly, outdated POS software and enjoy the Odoo web interface
designed for modern retailer.
......
......@@ -3,8 +3,7 @@
{
'name': "pos_cache",
'summary': """
Enable a cache on products for a lower POS loading time.""",
'summary': "Enable a cache on products for a lower POS loading time.",
'description': """
This creates a product cache per POS config. It drastically lowers the
......
......@@ -2,7 +2,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Sale Coupon",
'summary': """Allows to use discount coupons in sales orders""",
'summary': "Use discount coupons in sales orders",
'description': """Integrate coupon mechanism in sales orders.""",
'category': 'Sales',
'version': '1.0',
......
......@@ -2,9 +2,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Sale Matrix",
'summary': """
Add variants to Sales Order through a grid entry.
""",
'summary': "Add variants to Sales Order through a grid entry.",
'description': """
This module allows to fill Sales Order rapidly
by choosing product variants quantity through a Grid Entry.
......
......@@ -2,12 +2,11 @@
{
'name': "social_media",
'summary': """
Social media connectors for company settings.""",
'summary': "Social media connectors for company settings.",
'description': """
The purpose of this technical module is to provide a front for
social media configuration for any other module that might need it.
The purpose of this technical module is to provide a front for
social media configuration for any other module that might need it.
""",
'author': "Odoo S.A.",
'category': 'Uncategorized',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment