sale_usability: Add sale_ids and sale_count on account.invoice

Show sale_line_ids on invoice line form view
This commit is contained in:
Alexis de Lattre
2019-09-17 18:53:47 +02:00
parent 0de8425cfa
commit 8a9c75790a
4 changed files with 74 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
from odoo import models, fields, api
from odoo.tools import float_is_zero
from collections import OrderedDict
class SaleOrder(models.Model):