mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Merge pull request #156 from Tecnativa/11.0-FIX-contract-onchange_template
[FIX] contract: Onchange contract template raise error
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
{
|
||||
'name': 'Contracts Management - Recurring',
|
||||
'version': '11.0.1.4.1',
|
||||
'version': '11.0.1.4.2',
|
||||
'category': 'Contract Management',
|
||||
'license': 'AGPL-3',
|
||||
'author': "OpenERP SA, "
|
||||
|
||||
@@ -145,6 +145,8 @@ class AccountAnalyticAccount(models.Model):
|
||||
new_lines = []
|
||||
for contract_line in contract.recurring_invoice_line_ids:
|
||||
vals = contract_line._convert_to_write(contract_line.read()[0])
|
||||
# Remove template link field named as analytic account field
|
||||
vals.pop('analytic_account_id', False)
|
||||
new_lines.append((0, 0, vals))
|
||||
return new_lines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user