[IMP] account_credit_control: Remove confusing attributes

As explained in https://github.com/OCA/account-financial-tools/pull/1143#issuecomment-926841349,
those attributes are not correct, so let's remove them for not confusing people thinking that they are
the proper ones.
This commit is contained in:
Pedro M. Baeza
2021-10-28 09:40:21 +02:00
committed by GitHub
parent 273a506e85
commit 1c64e6d847

View File

@@ -27,8 +27,6 @@ class CreditControlRun(models.Model):
policy_ids = fields.Many2many(
'credit.control.policy',
rel="credit_run_policy_rel",
id1='run_id', id2='policy_id',
string='Policies',
readonly=True,
states={'draft': [('readonly', False)]},