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