Skip to content

Commit

Permalink
temp rebasing PR 711 (8297b04)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Oct 19, 2023
2 parents 2b737c4 + 8297b04 commit d2c4cfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sale_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Sale UX',
'version': "16.0.1.8.0",
'version': "16.0.1.9.0",
'category': 'Sales',
'sequence': 14,
'summary': '',
Expand Down
4 changes: 3 additions & 1 deletion sale_ux/views/sale_order_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@
<field name="priority" eval="99"/>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<field name="client_order_ref" position="replace"/>
<field name="client_order_ref" position="attributes">
<attribute name="groups">!sale_ux.group_reference_on_tree_and_main_form</attribute>
</field>
<field name="partner_shipping_id" position="after">
<field groups="sale_ux.group_reference_on_tree_and_main_form" name="client_order_ref"/>
</field>
Expand Down

0 comments on commit d2c4cfd

Please sign in to comment.