Merge lp:~dorian-kemps/unifield-server/US-10008 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 6269
Proposed branch: lp:~dorian-kemps/unifield-server/US-10008
Merge into: lp:unifield-server
Diff against target: 12 lines (+1/-1)
1 file modified
bin/addons/purchase/purchase_view.xml (+1/-1)
To merge this branch: bzr merge lp:~dorian-kemps/unifield-server/US-10008
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+424860@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/addons/purchase/purchase_view.xml'
2--- bin/addons/purchase/purchase_view.xml 2022-05-02 12:00:43 +0000
3+++ bin/addons/purchase/purchase_view.xml 2022-06-16 12:49:43 +0000
4@@ -353,7 +353,7 @@
5 <field name="dest_partner_type" invisible="1" />
6 <field name="dest_partner_id" attrs="{'invisible': [('order_type', '!=', 'direct')], 'required': [('order_type', '=', 'direct')], 'readonly': [('state', 'not in', ['draft', 'draft_p', 'validated'])]}" on_change="on_change_dest_partner_id(dest_partner_id)" domain="[('id', '!=', company_id), ('partner_type', '=', 'internal')]"/>
7 <field name="dest_address_id" domain="[('dest_address', '=', dest_partner_id)]" attrs="{'required': [('order_type', '=', 'direct')], 'readonly': [('state', 'not in', ['draft', 'draft_p', 'validated'])]}"/>
8- <field name="cross_docking_ok" attrs="{'readonly':['|', '|', '|', ('unallocation_ok', '=', True), ('order_type', '=', 'direct'), ('allocation_setup', '=', 'unallocated'), ('state', '!=', 'draft')]}" on_change="onchange_cross_docking_ok(cross_docking_ok, warehouse_id, categ)"/>
9+ <field name="cross_docking_ok" invisible="1" />
10 <field name="location_id" domain="[('usage', '=', 'internal')]" readonly="1" on_change="onchange_location_id(location_id,categ)"/>
11 <field name="incoterm_id" attrs="{'invisible': [('intl_supplier_ok', '=', False)], 'readonly': [('state', 'not in', ['draft', 'draft_p', 'validated', 'validated_p'])]}" widget="selection"/>
12 </group>

Subscribers

People subscribed via source and target branches