[MIG] 10.0

This commit is contained in:
Pierrick brun
2019-01-04 11:11:39 +01:00
parent 7a65c63f99
commit 6405be3fcf
3 changed files with 4 additions and 6 deletions

View File

@@ -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)',

View File

@@ -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):

View File

@@ -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>