Skip to content

Commit 57af968

Browse files
author
phucph
committed
[MIG] edit_purchase_oca: Migration to 18.0
1 parent 7a209ce commit 57af968

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

edi_purchase_oca/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Contributors
7070
------------
7171

7272
- Lois Rilo <lois.rilo@forgeflow.com>
73+
- Phan Hong Phuc <phucph@trobz.com>
7374

7475
Maintainers
7576
-----------

edi_purchase_oca/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "EDI Purchase",
66
"summary": """
77
Define EDI Configuration for Purchase Orders""",
8-
"version": "17.0.1.0.0",
8+
"version": "18.0.1.0.0",
99
"license": "LGPL-3",
1010
"author": "ForgeFlow, Odoo Community Association (OCA)",
1111
"website": "https://github.com/OCA/edi-framework",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
- Lois Rilo \<<lois.rilo@forgeflow.com>\>
2+
- Phan Hong Phuc \<<phucph@trobz.com>\>

edi_purchase_oca/static/description/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
414414
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
415415
<ul class="simple">
416416
<li>Lois Rilo &lt;<a class="reference external" href="mailto:lois.rilo&#64;forgeflow.com">lois.rilo&#64;forgeflow.com</a>&gt;</li>
417+
<li>Phan Hong Phuc &lt;<a class="reference external" href="mailto:phucph&#64;trobz.com">phucph&#64;trobz.com</a>&gt;</li>
417418
</ul>
418419
</div>
419420
<div class="section" id="maintainers">

edi_purchase_oca/views/edi_exchange_record_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<field name="name">Purchase Order Exchange Record</field>
1010
<field name="type">ir.actions.act_window</field>
1111
<field name="res_model">edi.exchange.record</field>
12-
<field name="view_mode">tree,form</field>
12+
<field name="view_mode">list,form</field>
1313
<field name="domain">[('model', '=', 'purchase.order')]</field>
1414
<field name="context">{}</field>
1515
</record>

0 commit comments

Comments
 (0)