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 Sep 29, 2023
1 parent d424f26 commit 38a1411
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rma/views/rma_order_line_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<field name="delivery_policy" />
</group>
<group name="description" string="Description">
<field name="description" nolabel="1" />
<field name="description" nolabel="1" colspan="4"/>
</group>
</group>
<notebook>
Expand Down
2 changes: 1 addition & 1 deletion rma_category/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"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",
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 38a1411

Please sign in to comment.