Skip to content

Commit

Permalink
[16.0][FIX]l10n_pt_account_invoicexpress fixed method override
Browse files Browse the repository at this point in the history
  • Loading branch information
dariodelzozzo committed Jul 18, 2023
1 parent cbb01f0 commit 08a61ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_pt_account_invoicexpress/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def action_send_invoicexpress_email(self, ignore_no_config=False):
)
invoice.message_post(body=msg)

def _post(self, soft=False):
def _post(self, soft=True):
res = super()._post(soft=soft)
for invoice in self:
if not invoice.invoicexpress_id:
Expand Down

0 comments on commit 08a61ac

Please sign in to comment.