Commit Graph

333 Commits

Author SHA1 Message Date
OCA-git-bot
a443eea0dc Merge PR #365 into 15.0
Signed-off-by pedrobaeza
2022-10-19 09:16:14 +00:00
Vincent Hatakeyama
6e561faff4 Translated using Weblate (French)
Currently translated at 100.0% (99 of 99 strings)

Translation: knowledge-15.0/knowledge-15.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page/fr/
2022-09-29 14:19:27 +00:00
Vincent Hatakeyama
1c2c0cb2f1 Translated using Weblate (French)
Currently translated at 100.0% (26 of 26 strings)

Translation: knowledge-15.0/knowledge-15.0-knowledge
Translate-URL: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-knowledge/fr/
2022-09-29 14:19:26 +00:00
OCA-git-bot
3443333036 [ADD] setup.py 2022-09-08 14:14:40 +00:00
OCA-git-bot
a130591d9f [UPD] README.rst 2022-09-08 14:14:40 +00:00
OCA-git-bot
01d696ab5d [UPD] addons table in README.md 2022-09-08 14:14:39 +00:00
oca-ci
a2a80c4ffc [UPD] Update document_page_approval.pot 2022-09-08 14:12:37 +00:00
OCA-git-bot
67671f023b Merge PR #357 into 15.0
Signed-off-by pedrobaeza
2022-09-08 14:10:15 +00:00
Ivàn Todorovich
2e699e38c4
[IMP] knowledge: bump icon to 15.0 style 2022-09-05 12:18:11 +02:00
Víctor Martínez
59e7776320 [MIG] document_page_approval: Migration to 15.0
TT36950
2022-07-27 13:41:41 +02:00
Víctor Martínez
8fb2e3e69b [IMP] document_page_approval: black, isort, prettier 2022-07-26 13:22:05 +02:00
Pedro M. Baeza
43711349ae [FIX] document_page_approval: Avoid W7940 (dangerous-view-replace-wo-priority) 2022-07-26 13:22:05 +02:00
Jeroen Vet
f643da04af [MIG] document_page_approval: Migration to 14.0
[UPD] Update document_page_approval.pot

[UPD] README.rst
2022-07-26 13:22:04 +02:00
Jeroen Vet
9fb9afe920 [IMP] document_page_approval: black, isort, prettier + squashed admin commits 2022-07-26 13:22:04 +02:00
flachica
8a14abd1d9 Migrate to 13.0 document_page_approval
To pass test is necesary set approval required to False in demo data
2022-07-26 13:22:04 +02:00
flachica
465cd0bc4d [IMP] document_page_approval: black, isort 2022-07-26 13:22:04 +02:00
Victor M.M. Torres
83aab88c9a [MIG] document_page_approval: Migration to v12
[UPD] Update document_page_approval.pot
2022-07-26 13:22:02 +02:00
nicomacr
53560327f5 [FIX] document_page_aproval: Modify in records rules
Add the the group eployee to the rule "Change Request Global" to allow to the user with the rule "Change Request Approver" to create pages
2022-07-26 13:22:02 +02:00
mreficent
86af43ccf9 [FIX] pylint/javascript-lint
[ADD] icon.png
2022-07-26 13:22:01 +02:00
Iván Todorovich
a120514fa8 [FIX+IMP] document_page_approval:
* Rename classes and files to match model names, and removed workflow engine.
* Some fields should be readonly if not in draft.
* Allow Knowledge / Manager to edit previous history names and summary
* Improve ux by adding user_has_drafts to document pages.
* Changes because of implementation of active field on document_page
* Add ir.rules for document.page.history
* Allow to quickly cancel&draft from 'to approve' state
* FIX BUG: am_i_approver was being run as sudo(), hence always giving the user Approving rights.
* FIX hooks
  Because of default='draft' on the state field, state IS NULL wasn't selecting anything.
  Left the condition in case this is changed in the future.
2022-07-26 13:00:42 +02:00
Gabriela Mogollon
526b4811c0 [MIG] document_page_approval: Migration to 11.0 2022-07-26 13:00:42 +02:00
Iván Todorovich
f24799ebcb [IMP][10.0][document_page_approval] Change Requests and workflow improvements on documents (#155) 2022-07-26 13:00:42 +02:00
Maxime Chambreuil
33a0b04b1a [FIX] View 2022-07-26 13:00:42 +02:00
Leonardo Donelli
ef51fcbfc5 [MIG] document_page_approval: Migration to 10.0 2022-07-26 13:00:42 +02:00
Gervais Naoussi
9c2e0560b1 [MIG] document_page_approval: Migration to 9.0
* Lint error corrected
* test improved
* lint error corrected in test file
* readme corrected
* test improved
* test of document page history workflow added
* CI error corrected
* dreipst comment
* Migration to new api improved in model's file and data tag remove in xml file
* code totally migrate to odoo 9.0 api
* test bug fixed
* test error fixed
* Lint error improved
2022-07-26 13:00:42 +02:00
Glen Sojo
18cef341cd [FIX] - document-page-approval: Fixes #60 url not valid when website module is installed. 2022-07-26 13:00:42 +02:00
Glen Sojo
1f525f22d4 [IMP] - Changed string from email template.
[IMP] - Improved views to match document_page improvements.
[IMP] - Added notification to followers when a new version is approved.
[ADD] - Updated document_page_approval pot and added es translations.
[IMP] - document_page_approval: Updated spanish translation.
2022-07-26 13:00:42 +02:00
Loïc Faure-Lacroix
33ec3fe6e2 Comment workflow that cause the error
It should work but further errors could help understand what's going

Commented other necessary part

Add back workflow

Add dependency to knowledge
2022-07-26 13:00:42 +02:00
Giorgio Borelli
25c14f9b20 start porting
fix act_draft and minor ui fix

remove unused variables

change order of xml data files
2022-07-26 13:00:42 +02:00
Sandy Carter
02d2450139 Set document_page_approval as unported 2022-07-26 13:00:42 +02:00
Maxime Chambreuil
6c769449d8 [IMP] Documentation
[ADD] Translation file + french
[FIX] employee_id field does not exist
[FIX] user_email field deprecated
[IMP] Split long lines
[ADD] Images
2022-07-26 13:00:42 +02:00
Jonatan Cloutier
67c5550713 create document_page_approval module
(../7.0pageapproval/ rev 1)

fix status bar in page approval
(../7.0pageapproval/ rev 2)

change approval workflow in page history and started to add showing approved page in normal page
(../7.0pageapproval/ rev 3)

show last approved content and aproved by
(../7.0pageapproval/ rev 4)

Fix bug on page creation
(../7.0pageapproval/ rev 5)

add status in history tree view
(../7.0pageapproval/ rev 6)

add a need approval field and hide the workflow when no approval needed
(../7.0pageapproval/ rev 7)

add access validation to approval
(../7.0pageapproval/ rev 8)

give rigth to Page aprover group on the page_history model and hide the button for unallowed group thought the security isn't enforced a the orm level
(../7.0pageapproval/ rev 9)

made invisible the prover group when not needed
(../7.0pageapproval/ rev 10)

add email to aprovers group's members
(../7.0pageapproval/ rev 11)
2022-07-26 13:00:42 +02:00
OCA-git-bot
27f447a309 [ADD] setup.py 2022-07-25 14:09:39 +00:00
OCA-git-bot
42f59c59dd [UPD] README.rst 2022-07-25 14:09:38 +00:00
OCA-git-bot
0456283249 [UPD] addons table in README.md 2022-07-25 14:09:37 +00:00
oca-ci
7d7797da40 [UPD] Update document_url.pot 2022-07-25 14:06:53 +00:00
OCA-git-bot
cc020fbbf2 Merge PR #353 into 15.0
Signed-off-by pedrobaeza
2022-07-25 14:04:55 +00:00
matiasperalta1
2b4aca393d [MIG] document_url: Migration to 15.0 2022-07-25 10:50:05 -03:00
Víctor Martínez
cdb6da051e [IMP] document_url: Visual and functional improvements in UI.
Define the add attachment and add URL buttons on the same line.
Allow downloading of url type attachments by clicking on the icon or the name.
Define the name of the url type attachments as links (allows to open it in a new tab).
Hide the download button for url attachments.
Force to set mimetype to "application/link" for url attachments.
Displays a link icon for url attachments.
TT30263
2022-07-18 16:19:00 -03:00
Víctor Martínez
d3a0478975 [MIG] document_url: Migration to 14.0
TT30263
2022-07-18 16:19:00 -03:00
davidborromeo
129c79ef93 [MIG] document_url: Migration to 14.0
[MIG] document_url: Migration to 14.0
2022-07-18 16:19:00 -03:00
OCA-git-bot
e17de761a3 [ADD] setup.py 2022-07-12 11:37:47 +00:00
OCA-git-bot
13d442ee9a [UPD] README.rst 2022-07-12 11:37:46 +00:00
OCA-git-bot
ad539fccbe [UPD] addons table in README.md 2022-07-12 11:37:45 +00:00
oca-ci
97ca7704a7 [UPD] Update document_page_reference.pot 2022-07-12 11:35:23 +00:00
OCA-git-bot
f7f33bb234 Merge PR #349 into 15.0
Signed-off-by etobella
2022-07-12 11:33:35 +00:00
OCA-git-bot
03c984733d [ADD] setup.py 2022-06-22 10:30:42 +00:00
OCA-git-bot
e40fab0a35 [UPD] README.rst 2022-06-22 10:30:41 +00:00
OCA-git-bot
d6c3416d56 [UPD] addons table in README.md 2022-06-22 10:30:40 +00:00
oca-ci
a9df6af2ac [UPD] Update document_page_group.pot 2022-06-22 10:28:13 +00:00