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',
|
||||
'category': 'Sales Management',
|
||||
'license': 'AGPL-3',
|
||||
'summary': 'use management',
|
||||
'summary': 'Small usability improvements to the sale_stock module',
|
||||
'description': """
|
||||
Sale Stock Usability
|
||||
====================
|
||||
@@ -34,6 +34,7 @@ Sale Stock Usability
|
||||
The usability enhancements include:
|
||||
|
||||
* *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>.
|
||||
""",
|
||||
|
||||
@@ -21,6 +21,18 @@
|
||||
</field>
|
||||
</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>
|
||||
</openerp>
|
||||
|
||||
Reference in New Issue
Block a user