07.02.26
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user