Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
2
account_invoice_date_due/readme/CONFIGURE.md
Normal file
2
account_invoice_date_due/readme/CONFIGURE.md
Normal file
@@ -0,0 +1,2 @@
|
||||
To be able to edit this field, the user needs to have access to the
|
||||
group `Allow to change due date`.
|
||||
5
account_invoice_date_due/readme/CONTRIBUTORS.md
Normal file
5
account_invoice_date_due/readme/CONTRIBUTORS.md
Normal file
@@ -0,0 +1,5 @@
|
||||
- Luis González \<<lgonzalez@vauxoo.com>\>
|
||||
- Luis Torres \<<luis_t@vauxoo.com>\>
|
||||
- [Tecnativa](https://www.tecnativa.com):
|
||||
- João Marques
|
||||
- Juan Carlos Oñate
|
||||
5
account_invoice_date_due/readme/DESCRIPTION.md
Normal file
5
account_invoice_date_due/readme/DESCRIPTION.md
Normal file
@@ -0,0 +1,5 @@
|
||||
This module sets the invoice's due date field as editable (Even if the
|
||||
invoice state is done and a Payment Term is set).
|
||||
|
||||
When the field is edited, the invoice's due date is updated, along with
|
||||
the related invoice lines.
|
||||
13
account_invoice_date_due/readme/USAGE.md
Normal file
13
account_invoice_date_due/readme/USAGE.md
Normal file
@@ -0,0 +1,13 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user