mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG] rma_sale_force_invoiced: Migration to 15.0
This commit is contained in:
committed by
Lois Rilo
parent
b0a0cc2d24
commit
fdd80e64e3
@@ -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",
|
||||||
|
|||||||
@@ -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.",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user