[IMP]rma master data menus

This commit is contained in:
ahenriquez
2020-02-14 12:42:47 +01:00
committed by AaronHForgeFlow
parent 850c5ddc82
commit ebefe29209
2 changed files with 22 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ class RmaOrder(models.Model):
)
rma_line_ids = fields.One2many("rma.order.line", "rma_id", string="RMA lines")
in_shipment_count = fields.Integer(
compute="_compute_in_shipment_count", string="# of Invoices"
compute="_compute_in_shipment_count", string="# of Shipments"
)
out_shipment_count = fields.Integer(
compute="_compute_out_shipment_count", string="# of Outgoing Shipments"