[FIX] - Remove recurring_next_date from sale order line

recurring_next_date should be computed by contract line to get default value
This commit is contained in:
sbejaoui
2018-11-02 17:13:36 +01:00
committed by Adasat
parent e6134d1546
commit d44dff5d2c
4 changed files with 14 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, fields, models, _
from odoo import fields, models
class AccountAnalyticInvoiceLine(models.Model):