[MIG] 10.0
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
'name': 'Partner Shipping Filter with Customer',
|
||||
'summary': "Shows only delivery addresses that are linked "
|
||||
"with the customer",
|
||||
'version': '8.0.1.0.0',
|
||||
'version': '10.0.1.0.0',
|
||||
'category': 'Sale Management',
|
||||
'website': 'http://akretion.com',
|
||||
'author': 'Akretion, Odoo Community Association (OCA)',
|
||||
@@ -2,7 +2,7 @@
|
||||
# © 2017 Chafique DELLI @ Akretion
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from openerp import models, fields
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class SaleOrder(models.Model):
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<openerp>
|
||||
<data>
|
||||
<odoo>
|
||||
|
||||
<record id="view_order_form" model="ir.ui.view">
|
||||
<field name="model">sale.order</field>
|
||||
@@ -19,5 +18,4 @@
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user