[IMP] noupdate = 1 on data.xml for rules definition sequence.

[IMP] Add the ref in search criteria
(lp:c2c-financial-addons/6.1 rev 67)
This commit is contained in:
Joël Grand-Guillaume
2012-06-26 11:21:35 +02:00
parent 00cd824d35
commit 63faba7eb8
5 changed files with 5 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ class AccountBankSatement(Model):
_columns = {
'profile_id': fields.many2one('account.statement.profil',
'Profil', required=True, states={'draft': [('readonly', False)]}),
'Profil', required=True, readonly=True, states={'draft': [('readonly', False)]}),
'credit_partner_id': fields.related(
'profile_id',
'partner_id',