Skip to content

Commit

Permalink
[IMP] l10n_it_delivery_note: delivery note company field adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
renda-dev authored and PicchiSeba committed Feb 23, 2024
1 parent f966a79 commit bdde11f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions l10n_it_delivery_note/views/stock_delivery_note.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@
</div>
<group>
<group>
<field
name="company_id"
options="{'no_create': True}"
attrs="{'readonly': [('pickings_picker', '!=', [])]}"
groups="base.group_multi_company"
/>
<field
name="partner_sender_id"
attrs="{'readonly': [('pickings_picker', '!=', [])]}"
Expand Down Expand Up @@ -179,6 +173,13 @@
title="Update to now"
/>
</div>
<field
name="company_id"
options="{'no_create': True}"
attrs="{'readonly': [('pickings_picker', '!=', [])]}"
groups="base.group_multi_company"
domain="[('id', 'in', context.get('allowed_company_ids', []))]"
/>
</group>
</group>
<group>
Expand Down

0 comments on commit bdde11f

Please sign in to comment.