Skip to content

Commit

Permalink
MOD take out some pudb break-points
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBonetViura committed Jul 14, 2022
1 parent 842df00 commit e74a6e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion som_generationkwh/investment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,6 @@ def create_initial_invoices(self,cursor,uid, investment_ids):
InvoiceLine = self.pool.get('account.invoice.line')
PaymentType = self.pool.get('payment.type')
Journal = self.pool.get('account.journal')
import pudb; pu.db
invoice_ids = []

date_invoice = str(date.today())
Expand Down
1 change: 0 additions & 1 deletion som_generationkwh/wizard/wizard_investment_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def do_create(self, cursor, uid, ids, context=None):
creation_errors = ''

start = datetime.now()
import pudb; pu.db
try:
emission_code = Emission.read(cursor, uid, emission_id, ['code'])['code']
#Compatibility 'emissio_apo'
Expand Down

0 comments on commit e74a6e1

Please sign in to comment.