[14.0][ADD] base_changeset_tier_validation: New module
Misc changes from base_changeset:
- [x] Change development_status to Beta.
- [x] Improve
_changeset_disabled()method withself.env.su - [x] Remove
<data>tag from groups.xml - [x] Add Admin user to Changeset Configuration (
group_changeset_manager) group - [x] Changes to the form view of
record.changesetfor better inheritance - [x] Fix
add_changeset()method withvalidator_group_ids
New module
Extra changes:
- [x] Hide popover changes buttons if there is a review linked to the changeset. TT45803
- [x] Change
tier_validation_labeltopending_review_ids. TT45805 - [x] Add Review Summary to changeset form view
- [x] Custom tree view (review_ids) to changeset form view.
Locked by:
- [x]
base_tier_validation: https://github.com/OCA/server-ux/pull/659 - [x]
base_tier_validation: https://github.com/OCA/server-ux/pull/714
Please @pedrobaeza and @CarlosRoca13 can you review it (for now, it is only a proof of concept)?
@Tecnativa TT43351
Hi @astirpe, some modules you are maintaining are being modified, check this out!
Ping @pedrobaeza
Now, it's ready to review. @pedrobaeza and @CarlosRoca13
@victoralmau can you please fix the typo on module name? Changest > Changeset
@victoralmau can you please fix the typo on module name? Changest > Changeset
Sorry, already changed.
Currently there is an error when trying to access the changeset from the revisions table at the bottom.
If we have web_tree_many2one_clickable installed and we try to access the changeset, the whole breadcrumb is lost.
Before:
This will be resolved with https://github.com/OCA/server-ux/pull/716 change.
After: