[18.0][ADD] sale_order_warehouse_header#4360
Conversation
b0c1303 to
10cdf1f
Compare
cgarcia-solvos
left a comment
There was a problem hiding this comment.
Code and functional review. LGTM!
Only minor comment:
| <record id="sale_order_view_form" model="ir.ui.view"> | ||
| <field name="name">sale.order</field> |
There was a problem hiding this comment.
Please rename id and name from the views to make them clearer:
| <record id="sale_order_view_form" model="ir.ui.view"> | |
| <field name="name">sale.order</field> | |
| <record id="sale_order_view_form_inherit_warehouse_header" model="ir.ui.view"> | |
| <field name="name">sale.order.form (in sale_order_warehouse_header)</field> |
10cdf1f to
61c7d3c
Compare
|
@rousseldenis can you review it please? |
| <field name="model">sale.order</field> | ||
| <field name="inherit_id" ref="sale_stock.view_order_form_inherit_sale_stock" /> | ||
| <field name="arch" type="xml"> | ||
| <xpath expr="//field[@name='warehouse_id'][2]" position="attributes"> |
There was a problem hiding this comment.
Don't you have a better anchor than [2] ?
Moves warehouse field in sales orders form to header, so it becomes more accessible. Improvements in the search view: - Filter by warehouse. - Group by warehouse.
61c7d3c to
078ce3c
Compare
|
@rousseldenis done |
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
This PR has the |
|
@rousseldenis The merge process could not be finalized, because command |
Moves warehouse field in sales orders form to header, so it becomes more accessible. Improvements in the search view: