Skip to content

Commit

Permalink
Merge 83cfe3a into f58c6d9
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierteres committed Sep 2, 2022
2 parents f58c6d9 + 83cfe3a commit 5fcab5a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion som_generationkwh/wizard/wizard_baixa_soci.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tools.translate import _
import logging

class WizardBaixaSoci(osv.osv):
class WizardBaixaSoci(osv.osv_memory):

_name = 'wizard.baixa.soci'
_columns = {
Expand Down
2 changes: 1 addition & 1 deletion som_generationkwh/wizard/wizard_investment_activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from tools.translate import _


class WizardInvestmentActivation(osv.osv):
class WizardInvestmentActivation(osv.osv_memory):

_name = 'wizard.generationkwh.investment.activation'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from tools.translate import _
import pickle

class WizardInvestmentCancelOrResing(osv.osv):
class WizardInvestmentCancelOrResing(osv.osv_memory):

_name = 'wizard.generationkwh.investment.cancel.or.resign'
_columns = {
Expand Down
2 changes: 1 addition & 1 deletion som_generationkwh/wizard/wizard_investment_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from tools.translate import _


class WizardInvestmentCreation(osv.osv):
class WizardInvestmentCreation(osv.osv_memory):

_name = 'wizard.generationkwh.investment.creation'

Expand Down
2 changes: 1 addition & 1 deletion som_generationkwh/wizard/wizard_investment_divest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from tools.translate import _
import pickle

class WizardInvestmentDivest(osv.osv):
class WizardInvestmentDivest(osv.osv_memory):

_name = 'wizard.generationkwh.investment.divest'

Expand Down
2 changes: 1 addition & 1 deletion som_generationkwh/wizard/wizard_investment_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from tools.translate import _
import pickle

class WizardInvestmentPayment(osv.osv):
class WizardInvestmentPayment(osv.osv_memory):

_name = 'wizard.generationkwh.investment.payment'

Expand Down
2 changes: 1 addition & 1 deletion som_generationkwh/wizard/wizard_investment_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tools.translate import _
import pickle

class WizardInvestmentTransfer(osv.osv):
class WizardInvestmentTransfer(osv.osv_memory):

_name = 'wizard.generationkwh.investment.transfer'

Expand Down

0 comments on commit 5fcab5a

Please sign in to comment.