Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 17.0 #321

Merged
merged 27 commits into from
Aug 21, 2024
Merged
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a6bcedb
[MERPWH-1420] replaced deprecated get_resource_path to file_path
KirillVorobey May 31, 2024
dca7af7
[MERPWH-1420] fixed deprecated clear_caches
KirillVorobey May 31, 2024
717f060
Merge pull request #320 from ventor-tech/MERPWH-1453-vb-fix-warnings-…
ventor-dev May 31, 2024
4e7d397
[MERPWH-1274] Added the setting Apply all lines automatically to the …
KirillVorobey Jun 11, 2024
fc073d0
[MERGE] MERPWH-1274 -> release-17.0
KirillVorobey Jun 11, 2024
02d2abe
[MERPWH-1274] changed RFID id menu
KirillVorobey Jun 11, 2024
c639669
[MERGE] MERPWH-1274 -> release-17.0
KirillVorobey Jun 11, 2024
9c6f695
[MERPWH-1276] Optimization of the serialize_record_ventor method
KirillVorobey Jun 12, 2024
7212158
[CUSPRO-78] added Filter Settings field for res.users model
KirillVorobey Jul 23, 2024
5195e82
[MERGE] Merge branch 'CUSPRO-78-v17-add-a-new-filter-for-all-operatio…
KirillVorobey Jul 23, 2024
332682f
[MERPWH-1274] added Hide product's quantity and Hide Apply button set…
KirillVorobey Aug 1, 2024
44c4e21
Merge branch 'MERPWH-1274-v17-Add-option-to-do-inventory-counts-by-RF…
KirillVorobey Aug 1, 2024
cf19647
[MERPWH-1481] added Hide product's quantity setting in QI and II menus
KirillVorobey Aug 6, 2024
cafdfba
[MERGE] Merge branch 'MERPWH-1481-v17-add-hide-products-quantity-sett…
KirillVorobey Aug 6, 2024
8da677c
[MERPWH-1481] added dependency between start_inventory_with_one and h…
KirillVorobey Aug 7, 2024
bf9ac50
Merge branch 'MERPWH-1481-v17-add-hide-products-quantity-setting-17.0…
KirillVorobey Aug 7, 2024
6ed128f
[MERPWH-1425] enable manage_product_owner if group_stock_tracking_own…
KirillVorobey Aug 8, 2024
b5e9eae
[MERPWH-1425] Updated the description for setting 'Show packages fiel…
KirillVorobey Aug 8, 2024
f2e5dd3
[MERGE] Merge branch 'MERPWH-1425-v17-refactoring-of-warehouse-settin…
KirillVorobey Aug 8, 2024
34683be
[MERPWH-1395] added 'Open details screen first' setting to WO menu
KirillVorobey Aug 12, 2024
3454d26
[MERGE] Merge branch 'MERPWH-1395-v17-move-open-details-screen-first-…
KirillVorobey Aug 12, 2024
82f11f9
[MERPWH-1425] fixed null value for save_transfer_after_exit
KirillVorobey Aug 12, 2024
cedded3
Merge branch 'MERPWH-1425-v17-refactoring-of-warehouse-settings-scree…
KirillVorobey Aug 12, 2024
f135d3b
[MERPWH-1274] changed technical_name for Apply all lines automaticall…
KirillVorobey Aug 16, 2024
3de1a41
Merge branch 'MERPWH-1274-v17-Add-option-to-do-inventory-counts-by-RF…
KirillVorobey Aug 16, 2024
111bae3
[REVERT] Revert [MERPWH-1276] 9c6f69559c5cc46b3256b390bc04e7b2d706c1d2
KirillVorobey Aug 16, 2024
db79158
updated release notes
KirillVorobey Aug 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ventor_base/data/ventor_option_setting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,9 +1056,9 @@
</record>

<!-- RFID -->
<record id="apply_all_lines_automaticall_rfid" model="ventor.option.setting">
<record id="apply_all_lines_automatically_rfid" model="ventor.option.setting">
<field name="name">Apply all lines automatically</field>
<field name="technical_name">apply_all_lines_automaticall</field>
<field name="technical_name">apply_all_lines_automatically</field>
<field name="value" ref="ventor_base.bool_false"/>
<field name="settings_dependency" eval="[(6, 0, [ref('ventor_base.bool_false'), ref('ventor_base.bool_true')])]"/>
<field name="value_type">bool</field>
Expand Down