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:
@@ -81,7 +81,7 @@ class ContractAbstractContractLine(models.AbstractModel):
|
|||||||
string="Invoicing offset",
|
string="Invoicing offset",
|
||||||
help=(
|
help=(
|
||||||
"Number of days to offset the invoice from the period end "
|
"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(
|
recurring_interval = fields.Integer(
|
||||||
|
|||||||
@@ -60,6 +60,7 @@
|
|||||||
</group>
|
</group>
|
||||||
<group>
|
<group>
|
||||||
<field name="recurring_invoicing_type"/>
|
<field name="recurring_invoicing_type"/>
|
||||||
|
<field name="recurring_invoicing_offset"/>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</sheet>
|
</sheet>
|
||||||
|
|||||||
Reference in New Issue
Block a user