mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[12.0][REF] - Contract Variable quantity: split from analytic accoun
This commit is contained in:
committed by
Víctor Martínez
parent
ba3e49c6b8
commit
6ec2228059
@@ -6,8 +6,8 @@
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class AccountAbstractAnalyticContractLine(models.AbstractModel):
|
||||
_inherit = 'account.abstract.analytic.contract.line'
|
||||
class ContractAbstractContractLine(models.AbstractModel):
|
||||
_inherit = 'contract.abstract.contract.line'
|
||||
|
||||
qty_type = fields.Selection(
|
||||
selection=[
|
||||
|
||||
Reference in New Issue
Block a user