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
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
@@ -20,18 +21,17 @@ Credits
|
|||||||
Authors
|
Authors
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
* ForgeFlow S.L.
|
* Akretion
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
* Mateu Griful <mateu.griful@forgeflow.com>
|
* Florian da Costa <florian.dacosta@akretion.com>
|
||||||
* Lois Rilo <lois.rilo@forgeflow.com>
|
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
This module is maintained by the ForgeFlow.
|
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",
|
"name": "RMA Category",
|
||||||
"version": "14.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"category": "RMA",
|
"category": "RMA",
|
||||||
"summary": "Add RMA categories to classify RMAs",
|
"summary": "Add RMA categories to classify RMAs",
|
||||||
"author": "Akretion",
|
"author": "Akretion,ForgeFlow",
|
||||||
"website": "https://github.com/ForgeFlow/stock-rma",
|
"website": "https://github.com/ForgeFlow/stock-rma",
|
||||||
"depends": ["rma"],
|
"depends": ["rma"],
|
||||||
"data": [
|
"data": [
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
<field name="model">rma.category</field>
|
<field name="model">rma.category</field>
|
||||||
<field eval="6" name="priority" />
|
<field eval="6" name="priority" />
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree string="RMA Categories">
|
<tree>
|
||||||
<field name="name" />
|
<field name="name" />
|
||||||
<field name="active" />
|
<field name="active" />
|
||||||
</tree>
|
</tree>
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
<field name="description" position="after">
|
<field name="description" position="after">
|
||||||
<field
|
<field
|
||||||
name="category_ids"
|
name="category_ids"
|
||||||
nolabel="1"
|
|
||||||
widget="many2many_tags"
|
widget="many2many_tags"
|
||||||
options="{'no_create': True}"
|
options="{'no_create': True}"
|
||||||
placeholder="Categories..."
|
placeholder="Categories..."
|
||||||
|
|||||||
Reference in New Issue
Block a user