Skip to content

Commit

Permalink
Merge PR #601 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by alexis-via
  • Loading branch information
OCA-git-bot committed Jan 2, 2025
2 parents 416f6f4 + 03618cb commit 5207d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions l10n_fr_chorus_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"depends": [
"l10n_fr_siret",
"account_invoice_transmit_method",
"account_payment_partner",
"server_environment",
],
"external_dependencies": {"python": ["requests_oauthlib"]},
Expand Down
1 change: 1 addition & 0 deletions l10n_fr_chorus_account/models/chorus_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class ChorusFlow(models.Model):
"chorus_flow_id",
"move_id",
string="Initial Invoices",
readonly=True,
help="Invoices in the flow before potential rejections",
)
invoice_ids = fields.One2many(
Expand Down

0 comments on commit 5207d2a

Please sign in to comment.