mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
@@ -24,6 +24,7 @@ class ContractLine(models.Model):
|
|||||||
string='Contract',
|
string='Contract',
|
||||||
required=True,
|
required=True,
|
||||||
index=True,
|
index=True,
|
||||||
|
auto_join=True,
|
||||||
ondelete='cascade',
|
ondelete='cascade',
|
||||||
)
|
)
|
||||||
analytic_account_id = fields.Many2one(
|
analytic_account_id = fields.Many2one(
|
||||||
|
|||||||
Reference in New Issue
Block a user