[IMP] Update coding standards and version of shortcut module

[IMP] Add explaining comment for recent change
This commit is contained in:
Stefan Rijnhart
2014-02-03 14:27:31 +01:00
parent 55d4488a87
commit 91d2296545
4 changed files with 4 additions and 3 deletions

View File

@@ -194,6 +194,7 @@ class payment_order_create(orm.TransientModel):
or line.journal_id.currency.id
or line.journal_id.company_id.currency_id.id),
}, context=context)
# Force reload of payment order view as a workaround for lp:1155525
return {'name': _('Payment Orders'),
'context': context,
'view_type': 'form',

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
import payment_order
from . import payment_order

View File

@@ -20,7 +20,7 @@
##############################################################################
{
'name': 'Account Payment Invoice Selection Shortcut',
'version': '6.1.1.134',
'version': '1.134',
'license': 'AGPL-3',
'author': 'Smile / Therp BV',
'website': 'https://launchpad.net/banking-addons',

View File

@@ -22,7 +22,7 @@
#
##############################################################################
from osv import orm
from openerp.osv import orm
class payment_order_create(orm.TransientModel):
_inherit = 'payment.order.create'