[CLEAN] payment_acquirer_* modules

Cleaned openerp declarations. Added icons. Added basic doc directory
and changelog.

bzr revid: tde@openerp.com-20131108105921-2vheg10ahfdp8vvh
This commit is contained in:
Thibault Delavallée 2013-11-08 11:59:21 +01:00
parent 3d1db686c3
commit 825c6ec7c3
16 changed files with 88 additions and 13 deletions

View File

@ -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': [

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -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',

View File

@ -0,0 +1,9 @@
.. _changelog:
Changelog
=========
`trunk (saas-3)`
----------------
- Module creation

View File

@ -0,0 +1,14 @@
Payment module documentation
============================
Payment documentation topics
''''''''''''''''''''''''''''
Changelog
'''''''''
.. toctree::
:maxdepth: 1
changelog.rst

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -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',

View File

@ -0,0 +1,9 @@
.. _changelog:
Changelog
=========
`trunk (saas-3)`
----------------
- Module creation

View File

@ -0,0 +1,14 @@
Payment module documentation
============================
Payment documentation topics
''''''''''''''''''''''''''''
Changelog
'''''''''
.. toctree::
:maxdepth: 1
changelog.rst

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -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': [

View File

@ -0,0 +1,9 @@
.. _changelog:
Changelog
=========
`trunk (saas-3)`
----------------
- Module creation

View File

@ -0,0 +1,14 @@
Payment module documentation
============================
Payment documentation topics
''''''''''''''''''''''''''''
Changelog
'''''''''
.. toctree::
:maxdepth: 1
changelog.rst

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -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',
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB