[16][MIG] rma_category : migration to 16

This commit is contained in:
Florian da Costa
2023-10-27 09:36:24 +02:00
parent b145d8a17b
commit 8bcda1c244
4 changed files with 11 additions and 12 deletions

View File

@@ -1,8 +1,9 @@
==============
RMA Filter Lot
==============
============
RMA Category
============
Filter RMA lots in customer RMA to only allow lots sent to customer.
This module allow to create categories for RMA and assign these categories to the RMA.
The goal is to be able to classify/organise the RMAs.
Bug Tracker
===========
@@ -20,18 +21,17 @@ Credits
Authors
~~~~~~~
* ForgeFlow S.L.
* Akretion
Contributors
~~~~~~~~~~~~
* Mateu Griful <mateu.griful@forgeflow.com>
* Lois Rilo <lois.rilo@forgeflow.com>
* Florian da Costa <florian.dacosta@akretion.com>
Maintainers
~~~~~~~~~~~
This module is maintained by the ForgeFlow.
This module is part of the `ForgeFlow/stock-rma <https://github.com/ForgeFlow/stock-rma/tree/13.0/rma>`_ project on GitHub.
This module is part of the `ForgeFlow/stock-rma <https://github.com/ForgeFlow/stock-rma/tree/16.0/rma>`_ project on GitHub.

View File

@@ -2,11 +2,11 @@
{
"name": "RMA Category",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"category": "RMA",
"summary": "Add RMA categories to classify RMAs",
"author": "Akretion",
"author": "Akretion,ForgeFlow",
"website": "https://github.com/ForgeFlow/stock-rma",
"depends": ["rma"],
"data": [

View File

@@ -38,7 +38,7 @@
<field name="model">rma.category</field>
<field eval="6" name="priority" />
<field name="arch" type="xml">
<tree string="RMA Categories">
<tree>
<field name="name" />
<field name="active" />
</tree>

View File

@@ -7,7 +7,6 @@
<field name="description" position="after">
<field
name="category_ids"
nolabel="1"
widget="many2many_tags"
options="{'no_create': True}"
placeholder="Categories..."