-
Notifications
You must be signed in to change notification settings - Fork 3
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
[16.0][MIG] maintenance_request_duplicated: Migratio to 16.0 #154
Open
kluna1998
wants to merge
17
commits into
16.0
Choose a base branch
from
16.0-mig-maintenance_request_duplicated_bueno
base: 16.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
0b8be9c
[11.0][ADD] maintenance_request_duplicated
cabdf4b
[11.0][ADD] cb_maintenance_security
f1a1f46
[11.0][IMP] maintenance_request_duplicated: Translate
736a436
[11.0][IMP] cb_maintenance: Menu changes
0371406
[11.0][FIX] solution in duplicated requests
3f9ffe8
[12.0][MIG] cb_maintenance repo
a449134
[12.0][FIX] duplicate project request
9ea6207
[FIX] maintenance_project inheritance
etobella e815d04
[FIX] maintenance_project inheritance
etobella a6fdc21
[IMP] fix pre-commit
etobella 3f65903
[MIG] maintenance_request_duplicated: Migration to 13.0
olgamarcocb 4b92e51
[IMP] pre-commit: Add readme autogeneration
etobella 274b9a4
[IMP] maintenance_request_duplicated : black, isort, prettier
sanchonuria 7430204
[14.0][MIG] maintenance_request_duplicated: Migration to 14.0
sanchonuria 9b43929
Update from template
etobella 36dcea3
[IMP] maintenance_request_duplicated : black, isort, prettier
kluna1998 61399d4
[MIG] maintenance_request_duplicated: migration to 16.0
kluna1998 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
|
@@ -9,10 +8,11 @@ | |
|
||
/* | ||
:Author: David Goodger ([email protected]) | ||
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ | ||
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ | ||
:Copyright: This stylesheet has been placed in the public domain. | ||
|
||
Default cascading style sheet for the HTML output of Docutils. | ||
Despite the name, some widely supported CSS2 features are used. | ||
|
||
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to | ||
customize this style sheet. | ||
|
@@ -275,7 +275,7 @@ | |
margin-left: 2em ; | ||
margin-right: 2em } | ||
|
||
pre.code .ln { color: grey; } /* line numbers */ | ||
pre.code .ln { color: gray; } /* line numbers */ | ||
pre.code, code { background-color: #eeeeee } | ||
pre.code .comment, code .comment { color: #5C6576 } | ||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } | ||
|
@@ -301,7 +301,7 @@ | |
span.pre { | ||
white-space: pre } | ||
|
||
span.problematic { | ||
span.problematic, pre.problematic { | ||
color: red } | ||
|
||
span.section-subtitle { | ||
|
@@ -369,7 +369,7 @@ <h1 class="title">Maintenance Request Duplicated</h1> | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:4cf02a34e2e07f7e6a36ecb327e68a4127502a1279fb75eeade0481a42d39767 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> | ||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/tegin/cb-maintenance/tree/14.0/maintenance_request_duplicated"><img alt="tegin/cb-maintenance" src="https://img.shields.io/badge/github-tegin%2Fcb--maintenance-lightgray.png?logo=github" /></a></p> | ||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/tegin/cb-maintenance/tree/16.0/maintenance_request_duplicated"><img alt="tegin/cb-maintenance" src="https://img.shields.io/badge/github-tegin%2Fcb--maintenance-lightgray.png?logo=github" /></a></p> | ||
<p>This module allows you to manage duplicated requests.</p> | ||
<p><strong>Table of contents</strong></p> | ||
<div class="contents local topic" id="contents"> | ||
|
@@ -396,7 +396,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1> | |
<p>Bugs are tracked on <a class="reference external" href="https://github.com/tegin/cb-maintenance/issues">GitHub Issues</a>. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
<a class="reference external" href="https://github.com/tegin/cb-maintenance/issues/new?body=module:%20maintenance_request_duplicated%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> | ||
<a class="reference external" href="https://github.com/tegin/cb-maintenance/issues/new?body=module:%20maintenance_request_duplicated%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> | ||
<p>Do not contact contributors directly about support or help with technical issues.</p> | ||
</div> | ||
<div class="section" id="credits"> | ||
|
@@ -415,7 +415,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2> | |
</div> | ||
<div class="section" id="maintainers"> | ||
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2> | ||
<p>This module is part of the <a class="reference external" href="https://github.com/tegin/cb-maintenance/tree/14.0/maintenance_request_duplicated">tegin/cb-maintenance</a> project on GitHub.</p> | ||
<p>This module is part of the <a class="reference external" href="https://github.com/tegin/cb-maintenance/tree/16.0/maintenance_request_duplicated">tegin/cb-maintenance</a> project on GitHub.</p> | ||
<p>You are welcome to contribute.</p> | ||
</div> | ||
</div> | ||
|
14 changes: 14 additions & 0 deletions
14
maintenance_request_duplicated/static/src/scss/maintenance.scss
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.o_cb_maintenance.o_list_renderer .o_list_table { | ||
.text-danger { | ||
color: $table-color !important; | ||
background-color: #ffefef; | ||
} | ||
.text-success { | ||
color: $table-color !important; | ||
background-color: #e2ffe6; | ||
} | ||
.text-info { | ||
color: $table-color !important; | ||
background-color: #e2f0ff; | ||
} | ||
} |
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esto de donde viene?