Skip to content

Commit

Permalink
[REF] convert currency to follow PEP8 guidelines when using multiple …
Browse files Browse the repository at this point in the history
…lines
  • Loading branch information
cpintofonseca committed Oct 18, 2023
1 parent 5f9a6aa commit c6ae714
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 @@ -129,7 +129,7 @@ def _prepare_invoicexpress_lines(self):
line.price_unit,
line.company_id.currency_id,
line.company_id,
date_today
date_today,
)
items.append(
{
Expand Down

0 comments on commit c6ae714

Please sign in to comment.