[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 Denis Roussel
parent a66beca941
commit 6b59233c36
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):