Browse Source
[IMP] contract: display invoicing offset
pull/434/head
Stéphane Bidoul (ACSONE)
5 years ago
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
2 changed files with
2 additions and
1 deletions
-
contract/models/abstract_contract_line.py
-
contract/views/abstract_contract_line.xml
|
|
@ -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( |
|
|
|
|
|
@ -60,6 +60,7 @@ |
|
|
|
</group> |
|
|
|
<group> |
|
|
|
<field name="recurring_invoicing_type"/> |
|
|
|
<field name="recurring_invoicing_offset"/> |
|
|
|
</group> |
|
|
|
</group> |
|
|
|
</sheet> |
|
|
|