diff --git a/rma_sale_force_invoiced/__manifest__.py b/rma_sale_force_invoiced/__manifest__.py index 4c3fd191..f34b08de 100644 --- a/rma_sale_force_invoiced/__manifest__.py +++ b/rma_sale_force_invoiced/__manifest__.py @@ -3,7 +3,7 @@ { "name": "RMA Sale Force Invoiced", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "license": "AGPL-3", "category": "RMA", "summary": "Forces sales orders created from RMA to be forced as invoiced", diff --git a/rma_sale_force_invoiced/models/rma_operation.py b/rma_sale_force_invoiced/models/rma_operation.py index 83529d05..4035e672 100644 --- a/rma_sale_force_invoiced/models/rma_operation.py +++ b/rma_sale_force_invoiced/models/rma_operation.py @@ -7,7 +7,6 @@ class RmaOperation(models.Model): _inherit = "rma.operation" sale_force_invoiced = fields.Boolean( - string="Sale Force Invoiced", help="Forces the sales order created from RMA to be flagged invoiced. " "This is useful when the sales order is free of charge.", )