Skip to content

Commit acb6118

Browse files
committed
mis_builder_cash_flow_forecast_contract: remove invalid selection attribute on related field
1 parent fb81e1b commit acb6118

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mis_builder_cash_flow_forecast_contract/models/res_config_settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class ResConfigSettings(models.TransientModel):
1919
readonly=False,
2020
)
2121
contract_mis_cash_flow_forecast_rule_type = fields.Selection(
22-
[("monthly", "Month(s)"), ("yearly", "Year(s)")],
2322
related="company_id.contract_mis_cash_flow_forecast_rule_type",
2423
readonly=False,
2524
)

0 commit comments

Comments
 (0)