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',
|
||||
required=True,
|
||||
index=True,
|
||||
auto_join=True,
|
||||
ondelete='cascade',
|
||||
)
|
||||
analytic_account_id = fields.Many2one(
|
||||
|
||||
Reference in New Issue
Block a user