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',
|
'name': 'Sale Sourced by Line',
|
||||||
'summary': 'Multiple warehouse source locations for Sale order',
|
'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)",
|
'author': "Hibou Corp.,Odoo Community Association (OCA)",
|
||||||
'category': 'Warehouse',
|
'category': 'Warehouse',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
@@ -23,7 +23,6 @@ however it does not necessarily work in the same ways or have the same features.
|
|||||||
""",
|
""",
|
||||||
'depends': [
|
'depends': [
|
||||||
'sale_stock',
|
'sale_stock',
|
||||||
'sale_order_dates',
|
|
||||||
],
|
],
|
||||||
'demo': [],
|
'demo': [],
|
||||||
'data': [
|
'data': [
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<field name="date_planned"/>
|
<field name="date_planned"/>
|
||||||
<field name="warehouse_id"/>
|
<field name="warehouse_id"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//field[@name='requested_date']" position="before">
|
<xpath expr="//field[@name='commitment_date']" position="before">
|
||||||
<field name="date_planned" />
|
<field name="date_planned" />
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user