mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[16][MIG] rma_category : migration to 16
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
<field name="description" position="after">
|
||||
<field
|
||||
name="category_ids"
|
||||
nolabel="1"
|
||||
widget="many2many_tags"
|
||||
options="{'no_create': True}"
|
||||
placeholder="Categories..."
|
||||
|
||||
Reference in New Issue
Block a user