This commit is contained in:
oscar alvarez 2023-11-27 16:24:06 -05:00
parent 2e05b871b3
commit 5c66b32ca0
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ class CrmOpportunityLine(sequence_ordered(), ModelSQL, ModelView):
@staticmethod
def default_billing_frecuency():
return 'monthly'
return 'one_payment'
@classmethod
def get_opportunity_states(cls):