Move view code from sale_usability_extension to sale_stock_usability (pickings_ids belongs to sale_stock !)
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
'version': '0.2',
|
'version': '0.2',
|
||||||
'category': 'Sales Management',
|
'category': 'Sales Management',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'summary': 'use management',
|
'summary': 'Small usability improvements to the sale_stock module',
|
||||||
'description': """
|
'description': """
|
||||||
Sale Stock Usability
|
Sale Stock Usability
|
||||||
====================
|
====================
|
||||||
@@ -34,6 +34,7 @@ Sale Stock Usability
|
|||||||
The usability enhancements include:
|
The usability enhancements include:
|
||||||
|
|
||||||
* *To invoice* filter on pickings filters on invoice_state = 2binvoiced AND state = done
|
* *To invoice* filter on pickings filters on invoice_state = 2binvoiced AND state = done
|
||||||
|
* Add a tab with the list of related pickings in sale order form
|
||||||
|
|
||||||
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
|
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
|
||||||
""",
|
""",
|
||||||
|
|||||||
@@ -21,6 +21,18 @@
|
|||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
<record id="view_order_form_inherit" model="ir.ui.view">
|
||||||
|
<field name="name">sale_stock_usability.sale_order_form</field>
|
||||||
|
<field name="model">sale.order</field>
|
||||||
|
<field name="inherit_id" ref="sale_stock.view_order_form_inherit"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<notebook position="inside">
|
||||||
|
<page string="Delivery Orders" states="progress,waiting_date,manual,invoice_except,shipping_except,done">
|
||||||
|
<field name="picking_ids" nolabel="1"/>
|
||||||
|
</page>
|
||||||
|
</notebook>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
</data>
|
</data>
|
||||||
</openerp>
|
</openerp>
|
||||||
|
|||||||
Reference in New Issue
Block a user