mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[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:
@@ -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)]},
|
||||
|
||||
Reference in New Issue
Block a user