Browse Source

Fix #128

Fix #128
pull/129/head
Mohamed M. Hagag 6 years ago
committed by GitHub
parent
commit
e88a95e20e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      amount_currency_sale/models/sale.py

2
amount_currency_sale/models/sale.py

@ -9,7 +9,7 @@ class PurchaseCurrency(models.Model):
company_currency_amount = fields.Float(string='Company Currency Total',
compute='find_amount')
@api.models
@api.model
def find_amount(self):
""" Function to calculate the total amount in company currency"""
for this in self:

Loading…
Cancel
Save