Skip to content

Commit

Permalink
[MIG] portal_payment_mode: Migration to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chienandalu committed Sep 5, 2017
1 parent f544503 commit f268cc9
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 27 deletions.
24 changes: 11 additions & 13 deletions portal_payment_mode/README.rst
Expand Up @@ -15,29 +15,27 @@ Usage

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/173/8.0

For further information, please visit:

* https://www.odoo.com/forum/help-1
:target: https://runbot.odoo-community.org/runbot/173/9.0

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-payment/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/bank-payment/issues/new?body=module:%20portal_payment_mode%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/bank-payment/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.

Credits
=======

Contributors
------------

* Rafael Blasco <rafabn@antiun.com>
* Carlos Dauden <carlos@incaser.es>
* Sergio Teruel <sergio@incaser.es>
* Rafael Blasco <rafael.blasco@tecnativa.com>
* Carlos Dauden <carlos.dauden@tecnativa.com>
* Sergio Teruel <sergio.teruel@tecnativa.com>
* David Vidal <david.vidal@tecnativa.com>

Maintainer
----------
Expand All @@ -52,4 +50,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.
To contribute to this module, please visit https://odoo-community.org.
3 changes: 0 additions & 3 deletions portal_payment_mode/__init__.py
@@ -1,4 +1 @@
# -*- coding: utf-8 -*-
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
11 changes: 6 additions & 5 deletions portal_payment_mode/__openerp__.py
@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
# Copyright 2017 Tecnativa - Sergio Teruel
# Copyright 2017 Tecnativa - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

{
'name': "Portal Payment Mode",
'summary': "Adds payment mode ACL's for portal users ",
'category': 'Portal',
'version': '8.0.1.0.0',
'version': '9.0.1.0.0',
'depends': [
'portal_sale',
'account_payment_partner',
Expand All @@ -17,10 +17,11 @@
],
'author': 'Antiun Ingeniería S.L., '
'Incaser Informatica S.L., '
'Tecnativa, '
'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com',
'website': 'https://www.tecnativa.com',
'license': 'AGPL-3',
'installable': False,
'installable': True,
'auto_install': True,
'application': False,
}
2 changes: 1 addition & 1 deletion portal_payment_mode/security/ir.model.access.csv
@@ -1,2 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_payment_portal,Read access on payment.mode to Portal Users,account_payment.model_payment_mode,base.group_portal,1,0,0,0
access_account_payment_mode_read,Read access on account.payment.mode to Employees,account_payment_mode.model_account_payment_mode,base.group_portal,1,0,0,0
3 changes: 0 additions & 3 deletions portal_payment_mode/tests/__init__.py
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from . import test_portal_payment_mode
4 changes: 2 additions & 2 deletions portal_payment_mode/tests/test_portal_payment_mode.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
# Copyright 2015 Tecnativa - Sergio Teruel
# Copyright 2015 Tecnativa - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from openerp.tests.common import TransactionCase
Expand Down

0 comments on commit f268cc9

Please sign in to comment.