mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: display invoicing offset
This commit is contained in:
committed by
Pedro M. Baeza
parent
2fab07b9e3
commit
ab4cc4d461
@@ -81,7 +81,7 @@ class ContractAbstractContractLine(models.AbstractModel):
|
||||
string="Invoicing offset",
|
||||
help=(
|
||||
"Number of days to offset the invoice from the period end "
|
||||
"date (in post-paid mode) or beginning date (in pre-paid mode)."
|
||||
"date (in post-paid mode) or start date (in pre-paid mode)."
|
||||
)
|
||||
)
|
||||
recurring_interval = fields.Integer(
|
||||
|
||||
Reference in New Issue
Block a user