mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract_variable_quantity: black, isort, prettier
This commit is contained in:
committed by
Víctor Martínez
parent
fc1955b554
commit
8b7e3b4213
@@ -10,6 +10,6 @@ class ContractContract(models.Model):
|
||||
_inherit = "contract.contract"
|
||||
|
||||
skip_zero_qty = fields.Boolean(
|
||||
string='Skip Zero Qty Lines',
|
||||
string="Skip Zero Qty Lines",
|
||||
help="If checked, contract lines with 0 qty don't create invoice line",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user