diff --git a/addons/payment_acquirer/__openerp__.py b/addons/payment_acquirer/__openerp__.py index 2c633121c7a..66cefcd128c 100644 --- a/addons/payment_acquirer/__openerp__.py +++ b/addons/payment_acquirer/__openerp__.py @@ -20,11 +20,11 @@ ############################################################################## { - 'name': 'Payment acquirer', + 'name': 'Payment Acquirer', 'category': 'Hidden', - 'summary': 'Payment acquirer, display and validate payments', + 'summary': 'Payment Acquirer Base Module', 'version': '0.1', - 'description': """Payment acquirer module, use to display payment method and validate the payments.""", + 'description': """Payment Acquirer Base Module""", 'author': 'OpenERP SA', 'depends': ['decimal_precision', 'mail'], 'data': [ diff --git a/addons/payment_acquirer/static/description/icon.png b/addons/payment_acquirer/static/description/icon.png new file mode 100644 index 00000000000..51e33ac6ddf Binary files /dev/null and b/addons/payment_acquirer/static/description/icon.png differ diff --git a/addons/payment_acquirer_ogone/__openerp__.py b/addons/payment_acquirer_ogone/__openerp__.py index 9583319c4e5..b04e29496a9 100644 --- a/addons/payment_acquirer_ogone/__openerp__.py +++ b/addons/payment_acquirer_ogone/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Ogone Payment Acquirer', 'category': 'Hidden', - 'summary': 'Payment acquirer: Ogone', + 'summary': 'Payment Acquirer: Ogone Implementation', 'version': '0.1', 'description': """Ogone Payment Acquirer""", 'author': 'OpenERP SA', diff --git a/addons/payment_acquirer_ogone/doc/changelog.rst b/addons/payment_acquirer_ogone/doc/changelog.rst new file mode 100644 index 00000000000..d0c24af384d --- /dev/null +++ b/addons/payment_acquirer_ogone/doc/changelog.rst @@ -0,0 +1,9 @@ +.. _changelog: + +Changelog +========= + +`trunk (saas-3)` +---------------- + +- Module creation \ No newline at end of file diff --git a/addons/payment_acquirer_ogone/doc/index.rst b/addons/payment_acquirer_ogone/doc/index.rst new file mode 100644 index 00000000000..85028ed0d3e --- /dev/null +++ b/addons/payment_acquirer_ogone/doc/index.rst @@ -0,0 +1,14 @@ +Payment module documentation +============================ + +Payment documentation topics +'''''''''''''''''''''''''''' + + +Changelog +''''''''' + +.. toctree:: + :maxdepth: 1 + + changelog.rst diff --git a/addons/payment_acquirer_ogone/static/description/icon.png b/addons/payment_acquirer_ogone/static/description/icon.png new file mode 100644 index 00000000000..4151a633c79 Binary files /dev/null and b/addons/payment_acquirer_ogone/static/description/icon.png differ diff --git a/addons/payment_acquirer_paypal/__openerp__.py b/addons/payment_acquirer_paypal/__openerp__.py index d9ceb1eeb8f..a3193bdb105 100644 --- a/addons/payment_acquirer_paypal/__openerp__.py +++ b/addons/payment_acquirer_paypal/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Paypal Payment Acquirer', 'category': 'Hidden', - 'summary': 'Paypal Payment Acquirer', + 'summary': 'Payment Acquirer: Paypal Implementation', 'version': '0.1', 'description': """Paypal Payment Acquirer""", 'author': 'OpenERP SA', diff --git a/addons/payment_acquirer_paypal/doc/changelog.rst b/addons/payment_acquirer_paypal/doc/changelog.rst new file mode 100644 index 00000000000..d0c24af384d --- /dev/null +++ b/addons/payment_acquirer_paypal/doc/changelog.rst @@ -0,0 +1,9 @@ +.. _changelog: + +Changelog +========= + +`trunk (saas-3)` +---------------- + +- Module creation \ No newline at end of file diff --git a/addons/payment_acquirer_paypal/doc/index.rst b/addons/payment_acquirer_paypal/doc/index.rst new file mode 100644 index 00000000000..85028ed0d3e --- /dev/null +++ b/addons/payment_acquirer_paypal/doc/index.rst @@ -0,0 +1,14 @@ +Payment module documentation +============================ + +Payment documentation topics +'''''''''''''''''''''''''''' + + +Changelog +''''''''' + +.. toctree:: + :maxdepth: 1 + + changelog.rst diff --git a/addons/payment_acquirer_paypal/static/description/icon.png b/addons/payment_acquirer_paypal/static/description/icon.png new file mode 100644 index 00000000000..35528a10508 Binary files /dev/null and b/addons/payment_acquirer_paypal/static/description/icon.png differ diff --git a/addons/payment_acquirer_transfer/__openerp__.py b/addons/payment_acquirer_transfer/__openerp__.py index 87e63f2806a..4cb24f372aa 100644 --- a/addons/payment_acquirer_transfer/__openerp__.py +++ b/addons/payment_acquirer_transfer/__openerp__.py @@ -20,11 +20,11 @@ ############################################################################## { - 'name': 'Transfer Payment acquirer', + 'name': 'Transfer Payment Acquirer', 'category': 'Hidden', - 'summary': 'Transfer Payment acquirer', + 'summary': 'Payment Acquirer: Transfer Implementation', 'version': '0.1', - 'description': """Transfer Payment acquirer""", + 'description': """Transfer Payment Acquirer""", 'author': 'OpenERP SA', 'depends': ['payment_acquirer'], 'data': [ diff --git a/addons/payment_acquirer_transfer/doc/changelog.rst b/addons/payment_acquirer_transfer/doc/changelog.rst new file mode 100644 index 00000000000..d0c24af384d --- /dev/null +++ b/addons/payment_acquirer_transfer/doc/changelog.rst @@ -0,0 +1,9 @@ +.. _changelog: + +Changelog +========= + +`trunk (saas-3)` +---------------- + +- Module creation \ No newline at end of file diff --git a/addons/payment_acquirer_transfer/doc/index.rst b/addons/payment_acquirer_transfer/doc/index.rst new file mode 100644 index 00000000000..85028ed0d3e --- /dev/null +++ b/addons/payment_acquirer_transfer/doc/index.rst @@ -0,0 +1,14 @@ +Payment module documentation +============================ + +Payment documentation topics +'''''''''''''''''''''''''''' + + +Changelog +''''''''' + +.. toctree:: + :maxdepth: 1 + + changelog.rst diff --git a/addons/payment_acquirer_transfer/static/description/icon.png b/addons/payment_acquirer_transfer/static/description/icon.png new file mode 100644 index 00000000000..183937ed9ce Binary files /dev/null and b/addons/payment_acquirer_transfer/static/description/icon.png differ diff --git a/addons/website_payment/__openerp__.py b/addons/website_payment/__openerp__.py index 05fe44a9260..9a4886c0d66 100644 --- a/addons/website_payment/__openerp__.py +++ b/addons/website_payment/__openerp__.py @@ -20,14 +20,20 @@ ############################################################################## { - 'name': 'Payment (test mainly)', + 'name': 'Payment: Website Integration (Test Module)', 'category': 'Website', - 'summary': 'Payment Acquirer (TMP / WIP)', + 'summary': 'Payment: Website Integration (Test Module)', 'version': '1.0', - 'description': """ - """, + 'description': """Module installing all sub-payment modules and adding some + controllers and menu entries in order to test them.""", 'author': 'OpenERP SA', - 'depends': ['website', 'payment_acquirer', 'payment_acquirer_ogone', 'payment_acquirer_paypal'], + 'depends': [ + 'website', + 'payment_acquirer', + 'payment_acquirer_ogone', + 'payment_acquirer_paypal' + 'payment_acquirer_transfer', + ], 'data': [ 'views/website_payment_templates.xml', ], diff --git a/addons/website_payment/static/description/icon.png b/addons/website_payment/static/description/icon.png new file mode 100644 index 00000000000..51e33ac6ddf Binary files /dev/null and b/addons/website_payment/static/description/icon.png differ