[12.0][REF] - Contract Variable quantity: split from analytic accoun

This commit is contained in:
sbejaoui
2019-09-30 11:23:35 +02:00
parent c4a76debe3
commit d42b14667e
11 changed files with 64 additions and 35 deletions

View File

@@ -6,8 +6,8 @@
from odoo import fields, models
class AccountAnalyticAccount(models.Model):
_inherit = "account.analytic.account"
class ContractContract(models.Model):
_inherit = "contract.contract"
skip_zero_qty = fields.Boolean(
string='Skip Zero Qty Lines',