Skip to content

Commit e50fa64

Browse files
committed
[MIG] edi_product_oca: Migration to 18.0
1 parent 2e33697 commit e50fa64

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

edi_product_oca/__manifest__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
{
55
"name": "EDI Product",
66
"summary": """
7-
EDI framework configuration and base logic for products and products packaging""",
8-
"version": "16.0.1.1.1",
7+
EDI framework configuration and base logic
8+
for products and products packaging""",
9+
"version": "18.0.1.0.0",
910
"license": "AGPL-3",
1011
"author": "ForgeFlow, Odoo Community Association (OCA)",
1112
"website": "https://github.com/OCA/edi-framework",
1213
"depends": [
1314
"product",
14-
"edi_oca",
15+
"edi_endpoint_oca",
1516
],
1617
"data": [
1718
"views/product_views.xml",

edi_product_oca/views/product_packaging_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
type="object"
1919
class="oe_stat_button"
2020
icon="fa-retweet"
21-
attrs="{'invisible': [('exchange_record_count', '=', 0)]}"
21+
invisible="exchange_record_count == 0"
2222
name="action_view_edi_records"
2323
>
2424
<field

edi_product_oca/views/product_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
type="object"
2424
class="oe_stat_button"
2525
icon="fa-retweet"
26-
attrs="{'invisible': [('exchange_record_count', '=', 0)]}"
26+
invisible="exchange_record_count == 0"
2727
name="action_view_edi_records"
2828
>
2929
<field

0 commit comments

Comments
 (0)