Files
Odoo-18.0-20251222/account_invoice_date_due/readme/USAGE.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

691 B

To edit the invoice's due date, we have several scenarios:

  • A Payment Term is set. In this case, no extra field will be shown while in draft, as the standard flow allows us to edit the Payment Term directly, or delete it and set a due date manually. Once the invoice is posted, a new field will be shown in the view above the Payment Term, allowing the due date to be changed.
  • No Payment Term is set, and the due date is set manually. In this case, the due date is editable while in draft, as with the standard Odoo flow. However, once posted, the field will remain editable.

(All the above are considering the user belongs to the security group refered in "Configuration")