[MIG] delivery_partner: to Odoo 15.0

This commit is contained in:
Jared Kipe
2021-10-06 07:02:12 -07:00
parent fd4c870ce5
commit 67fbab9ff2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
'name': 'Partner Shipping Accounts', 'name': 'Partner Shipping Accounts',
'author': 'Hibou Corp. <hello@hibou.io>', 'author': 'Hibou Corp. <hello@hibou.io>',
'version': '14.0.1.0.0', 'version': '15.0.1.0.0',
'category': 'Stock', 'category': 'Stock',
'sequence': 95, 'sequence': 95,
'summary': 'Record shipping account numbers on partners.', 'summary': 'Record shipping account numbers on partners.',

View File

@@ -69,7 +69,7 @@
<field name="inherit_id" ref="delivery.view_partner_property_form"/> <field name="inherit_id" ref="delivery.view_partner_property_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='property_delivery_carrier_id']" position="after"> <xpath expr="//field[@name='property_delivery_carrier_id']" position="after">
<field name="shipping_account_ids" context="{'default_partner_id': active_id}"> <field name="shipping_account_ids">
<tree> <tree>
<field name="description"/> <field name="description"/>
<field name="name"/> <field name="name"/>