Skip to content

Commit

Permalink
anotacao para evitar singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomr committed Mar 3, 2016
1 parent 34b0925 commit f92d844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_br_account_banking_payment/models/account_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def _get_info_partner(self,cr, uid, partner_record, context=None):
return partner_record.legal_name + "\n" + cnpj + "\n" + st + ", " \
+ n + " " + st1 + "\n" + zip_city + "\n" + cntry

@api.one
@api.depends('percent_interest', 'amount_currency')
def _compute_interest(self):
precision = self.env['decimal.precision'].precision_get('Account')
Expand Down

0 comments on commit f92d844

Please sign in to comment.