mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
MIG sale_sourced_by_line to 12.0
This commit is contained in:
@@ -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': [
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user