Browse Source

Merge branch '12.0' of https://github.com/CybroOdoo/CybroAddons into 12.0

pull/150/head
Ajmalcybrosys 6 years ago
parent
commit
e86fee3d53
  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