mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX]supplier lines field description
This commit is contained in:
committed by
AaronHForgeFlow
parent
8c026c76e8
commit
491d790361
@@ -81,7 +81,7 @@ class RmaOrder(models.Model):
|
||||
string='# of Outgoing Shipments')
|
||||
supplier_line_count = fields.Integer(
|
||||
compute='_compute_supplier_line_count',
|
||||
string='# of Outgoing Shipments'
|
||||
string='# of Supplier RMAs'
|
||||
)
|
||||
company_id = fields.Many2one('res.company', string='Company',
|
||||
required=True, default=lambda self:
|
||||
|
||||
Reference in New Issue
Block a user