MIG sale_sourced_by_line to 12.0

This commit is contained in:
Jared Kipe
2019-03-15 14:36:35 -07:00
parent 911742eb8d
commit 41c1cc0130
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
'name': 'Sale Sourced by Line',
'summary': 'Multiple warehouse source locations for Sale order',
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
'author': "Hibou Corp.,Odoo Community Association (OCA)",
'category': 'Warehouse',
'license': 'AGPL-3',
@@ -23,7 +23,6 @@ however it does not necessarily work in the same ways or have the same features.
""",
'depends': [
'sale_stock',
'sale_order_dates',
],
'demo': [],
'data': [

View File

@@ -13,7 +13,7 @@
<field name="date_planned"/>
<field name="warehouse_id"/>
</xpath>
<xpath expr="//field[@name='requested_date']" position="before">
<xpath expr="//field[@name='commitment_date']" position="before">
<field name="date_planned" />
</xpath>
</field>