Skip to content

Commit

Permalink
Merge pull request #1014 from Code-137/12.0-br_pos_nfce
Browse files Browse the repository at this point in the history
Change NFCe emission flow to avoid paid POS Orders with failed NFCe
  • Loading branch information
danimaribeiro authored Nov 6, 2020
2 parents e10bb60 + 157c660 commit 83009db
Show file tree
Hide file tree
Showing 6 changed files with 696 additions and 362 deletions.
1 change: 0 additions & 1 deletion br_account/models/account_tax.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ def compute_all(self, price_unit, currency=None, quantity=1.0,
price_unit, currency, quantity, product, partner)
res['price_without_tax'] = round(price_unit * quantity, 2)
return res

price_base = price_unit * quantity
taxes = self.sum_taxes(price_base)
total_included = total_excluded = price_base
Expand Down
Loading

0 comments on commit 83009db

Please sign in to comment.