This commit is contained in:
2026-02-07 19:31:54 +01:00
parent 9095f3b470
commit 34166dedc6
3 changed files with 7 additions and 1 deletions

View File

@@ -87,6 +87,10 @@ class MtmStrategy(ModelSQL, ModelView):
'mtm.component', 'strategy', "Components"
)
@classmethod
def default_active(cls):
return True
def compute_mtm(self):
pool = Pool()
Currency = pool.get('currency.currency')