[MIG] rma_sale_force_invoiced: Migration to 15.0

This commit is contained in:
DavidJForgeFlow
2023-03-03 16:09:09 +01:00
committed by Lois Rilo
parent b0a0cc2d24
commit fdd80e64e3
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{ {
"name": "RMA Sale Force Invoiced", "name": "RMA Sale Force Invoiced",
"version": "14.0.1.0.0", "version": "15.0.1.0.0",
"license": "AGPL-3", "license": "AGPL-3",
"category": "RMA", "category": "RMA",
"summary": "Forces sales orders created from RMA to be forced as invoiced", "summary": "Forces sales orders created from RMA to be forced as invoiced",

View File

@@ -7,7 +7,6 @@ class RmaOperation(models.Model):
_inherit = "rma.operation" _inherit = "rma.operation"
sale_force_invoiced = fields.Boolean( sale_force_invoiced = fields.Boolean(
string="Sale Force Invoiced",
help="Forces the sales order created from RMA to be flagged invoiced. " help="Forces the sales order created from RMA to be flagged invoiced. "
"This is useful when the sales order is free of charge.", "This is useful when the sales order is free of charge.",
) )