[17.0][MIG] logistics_planning_base: Migration to 17.0#207
Closed
ChristianSantamaria wants to merge 22 commits into17.0from
Closed
[17.0][MIG] logistics_planning_base: Migration to 17.0#207ChristianSantamaria wants to merge 22 commits into17.0from
ChristianSantamaria wants to merge 22 commits into17.0from
Conversation
Base addon for logistics management
…ptional all fields in tree view and modify some translations
…e_date in type input
With this improvement, new tools for massive schedules mark as finished are added. And, when logistics_planning_mgmt_weight is installed, schedule inputs are not automatically marked as finished when a ticket (move) is selected, so massive marking schedules as finished becomes important.
…hods
Some onchange methods had write() calls within, that could lead to
unexpected results. In that cases we should use dot (".") notation or
update() calls.
With this improvement, it's possible to duplicate those logistics plannings manually created. Some of the fields were reset anyway (like state, linked stock move, invoicing, etc). Parametrized multi duplication is allowed (selecting a certain number of schedules to be duplicated, with a custom limit that prevent a user error selecting "Duplicate" action when it wasn't intended to).
…dules This is allowed for manual schedules at 'ready' state. An extra code that prevents saving a schedule with move but without partner is added.
…nly users If a user that have read-only access to logistics schedules loads any view that computes partner_readonly technical field, an error is raised. Addon logistics_planning_mgmt_weight adds a menu for this limited access users, so an error is raised. This fixes it.
…o schedules Co-Authored-By: David Alonso <david.alonso@solvos.es>
…_price_unit_done fields in draft state
…n of logistic schedule
5a6a6c4 to
d9b59a4
Compare
Contributor
|
Replaced by solvosci/slv-logistics#1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Standard migration to v17