Skip to content

Commit

Permalink
[16][MIG] rma_category : migration to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-dacosta committed Oct 27, 2023
1 parent 6365a91 commit 336dbe5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
16 changes: 8 additions & 8 deletions rma_category/README.rst
Original file line number Diff line number Diff line change
@@ -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
===========
Expand All @@ -20,18 +21,17 @@ Credits
Authors
~~~~~~~

* ForgeFlow S.L.
* Akretion

Contributors
~~~~~~~~~~~~

* Mateu Griful <[email protected]>
* Lois Rilo <[email protected]>
* Florian da Costa <[email protected]>

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.

4 changes: 2 additions & 2 deletions rma_category/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion rma_category/views/rma_category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion rma_category/views/rma_order_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<field name="description" position="after">
<field
name="category_ids"
nolabel="1"
widget="many2many_tags"
options="{'no_create': True}"
placeholder="Categories..."
Expand Down

0 comments on commit 336dbe5

Please sign in to comment.