Compare commits
No commits in common. "ee130063229b899f50160edca933e8b7ff0862d8" and "de95b5c996c273c5634b54c1b5f6e9a0bf6e9107" have entirely different histories.
ee13006322
...
de95b5c996
1
sale.py
1
sale.py
@ -173,7 +173,6 @@ class Sale(metaclass=PoolMeta):
|
|||||||
data["untaxed_amount"] = str(record.untaxed_amount)
|
data["untaxed_amount"] = str(record.untaxed_amount)
|
||||||
data["tax_amount"] = str(record.tax_amount)
|
data["tax_amount"] = str(record.tax_amount)
|
||||||
data["total"] = str(record.total_amount)
|
data["total"] = str(record.total_amount)
|
||||||
data["state"] = "SUBTOTAL" if record.state == "draft" else "CUENTA FINAL"
|
|
||||||
|
|
||||||
if record.payments:
|
if record.payments:
|
||||||
data['payments'] = [{
|
data['payments'] = [{
|
||||||
|
Loading…
Reference in New Issue
Block a user