mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[14.0][IMP] contract_sale_generation: Transmit analytic account
This commit is contained in:
@@ -25,6 +25,7 @@ class ContractContract(models.Model):
|
||||
"origin": self.name,
|
||||
"company_id": self.company_id.id,
|
||||
"user_id": self.partner_id.user_id.id,
|
||||
"analytic_account_id": self.group_id.id,
|
||||
}
|
||||
)
|
||||
if self.payment_term_id:
|
||||
|
||||
Reference in New Issue
Block a user