mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[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:
@@ -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',
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<field name="period_id" context="{'period_id':self}" position="after">
|
||||
<field name="statement_id"/>
|
||||
<field name="ref"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user