Commit Graph

403 Commits

Author SHA1 Message Date
Weblate
86d8d44733 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-16.0/knowledge-16.0-document_page_approval
Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
2024-10-02 10:39:29 -06:00
OCA-git-bot
0aa0d1026f [UPD] README.rst 2024-10-02 10:39:28 -06:00
oca-ci
405afc8c1e [UPD] Update document_page_approval.pot 2024-10-02 10:39:28 -06:00
FernandoRomera
721246a22a [16.0][MIG] document_page_approval: Migration to 16.0 2024-10-02 10:39:28 -06:00
OCA-git-bot
632eb77787 [UPD] README.rst 2024-10-02 10:39:28 -06:00
oca-ci
3128936144 [UPD] Update document_page_approval.pot 2024-10-02 10:39:28 -06:00
Víctor Martínez
94e54977ac [MIG] document_page_approval: Migration to 15.0
TT36950
2024-10-02 10:39:28 -06:00
Pedro M. Baeza
b3438f3263 [FIX] document_page_approval: Avoid W7940 (dangerous-view-replace-wo-priority) 2024-10-02 10:39:28 -06:00
Jeroen Vet
5b925c1410 [MIG] document_page_approval: Migration to 14.0
[UPD] Update document_page_approval.pot

[UPD] README.rst
2024-10-02 10:39:28 -06:00
Jeroen Vet
c00d84daff [IMP] document_page_approval: black, isort, prettier + squashed admin commits 2024-10-02 10:39:28 -06:00
flachica
872c04e4e2 Migrate to 13.0 document_page_approval
To pass test is necesary set approval required to False in demo data
2024-10-02 10:39:28 -06:00
flachica
3e7f9c66d1 [IMP] document_page_approval: black, isort 2024-10-02 10:39:28 -06:00
Victor M.M. Torres
48d178ed43 [MIG] document_page_approval: Migration to v12
[UPD] Update document_page_approval.pot
2024-10-02 10:39:28 -06:00
nicomacr
8759586ade [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
2024-10-02 10:39:28 -06:00
mreficent
b9ce469b22 [FIX] pylint/javascript-lint
[ADD] icon.png
2024-10-02 10:39:28 -06:00
Iván Todorovich
53800f8bca [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.
2024-10-02 10:39:28 -06:00
Gabriela Mogollon
5fdd373886 [MIG] document_page_approval: Migration to 11.0 2024-10-02 10:39:28 -06:00
Iván Todorovich
71a34dd1b5 [IMP][10.0][document_page_approval] Change Requests and workflow improvements on documents (#155) 2024-10-02 10:39:28 -06:00
Maxime Chambreuil
18baa077d9 [FIX] View 2024-10-02 10:39:28 -06:00
Leonardo Donelli
b7ff56915f [MIG] document_page_approval: Migration to 10.0 2024-10-02 10:39:28 -06:00
Gervais Naoussi
82b0942a5d [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
2024-10-02 10:39:28 -06:00
Glen Sojo
46cb817eff [FIX] - document-page-approval: Fixes #60 url not valid when website module is installed. 2024-10-02 10:39:28 -06:00
Glen Sojo
757e077df6 [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.
2024-10-02 10:39:28 -06:00
Loïc Faure-Lacroix
08183ae920 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
2024-10-02 10:39:28 -06:00
Giorgio Borelli
41d03b8b19 start porting
fix act_draft and minor ui fix

remove unused variables

change order of xml data files
2024-10-02 10:39:28 -06:00
Sandy Carter
aaf02515aa Set document_page_approval as unported 2024-10-02 10:39:28 -06:00
Maxime Chambreuil
3ee4bf61b5 [IMP] Documentation
[ADD] Translation file + french
[FIX] employee_id field does not exist
[FIX] user_email field deprecated
[IMP] Split long lines
[ADD] Images
2024-10-02 10:39:28 -06:00
Jonatan Cloutier
bcea3196cd 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)
2024-10-02 10:39:28 -06:00
Esteve Blanch Sanmartí
2853b873b6 Translated using Weblate (Catalan)
Currently translated at 100.0% (21 of 21 strings)

Translation: knowledge-17.0/knowledge-17.0-document_knowledge
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_knowledge/ca/
2024-09-04 18:06:17 +00:00
Esteve Blanch Sanmartí
8145ec9b6d Translated using Weblate (Catalan)
Currently translated at 100.0% (5 of 5 strings)

Translation: knowledge-17.0/knowledge-17.0-document_page_access_group
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page_access_group/ca/
2024-09-04 18:06:17 +00:00
Esteve Blanch Sanmartí
8193dfc80a Translated using Weblate (Catalan)
Currently translated at 100.0% (94 of 94 strings)

Translation: knowledge-17.0/knowledge-17.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page/ca/
2024-09-04 18:06:17 +00:00
Esteve Blanch Sanmartí
8d8d66de3e Translated using Weblate (Catalan)
Currently translated at 100.0% (17 of 17 strings)

Translation: knowledge-17.0/knowledge-17.0-document_url
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_url/ca/
2024-09-04 18:06:17 +00:00
Esteve Blanch Sanmartí
5315140646 Translated using Weblate (Catalan)
Currently translated at 100.0% (18 of 18 strings)

Translation: knowledge-17.0/knowledge-17.0-document_page_tag
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page_tag/ca/
2024-09-04 18:06:17 +00:00
Esteve Blanch Sanmartí
725665e05c Translated using Weblate (Catalan)
Currently translated at 100.0% (4 of 4 strings)

Translation: knowledge-17.0/knowledge-17.0-document_page_group
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page_group/ca/
2024-09-04 18:06:16 +00:00
Esteve Blanch Sanmartí
c4f638a84c Added translation using Weblate (Catalan) 2024-09-04 15:54:44 +00:00
Esteve Blanch Sanmartí
1da9f8bf79 Added translation using Weblate (Catalan) 2024-09-04 15:52:58 +00:00
mymage
3ed8c58113 Translated using Weblate (Italian)
Currently translated at 100.0% (5 of 5 strings)

Translation: knowledge-17.0/knowledge-17.0-document_page_access_group
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page_access_group/it/
2024-08-07 08:58:24 +00:00
Weblate
f89da9b14b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-17.0/knowledge-17.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page/
2024-08-06 17:43:05 +00:00
Weblate
5a9ad05b35 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-17.0/knowledge-17.0-document_page_access_group
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page_access_group/
2024-08-06 17:43:04 +00:00
OCA-git-bot
fdad93db5f [BOT] post-merge updates 2024-08-06 17:42:57 +00:00
oca-ci
1b11963fd7 [UPD] Update document_page_access_group.pot 2024-08-06 17:41:04 +00:00
oca-ci
519e8ad583 [UPD] Update document_page.pot 2024-08-06 17:41:03 +00:00
OCA-git-bot
38b20f0334 Merge PR #493 into 17.0
Signed-off-by pedrobaeza
2024-08-06 17:39:21 +00:00
Víctor Martínez
1c0cf8b2fe [IMP] document_page_access_group: Users compatibility
TT48786
2024-08-06 13:28:00 +02:00
Weblate
5c4ad10921 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-17.0/knowledge-17.0-document_page_group
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page_group/
2024-07-07 10:42:50 +00:00
oca-git-bot
ae006f165f [IMP] update dotfiles 2024-07-06 17:29:11 +00:00
OCA-git-bot
e4c421bd5e [BOT] post-merge updates 2024-07-04 11:49:27 +00:00
oca-ci
b6f142811f [UPD] Update document_page_group.pot 2024-07-04 11:47:40 +00:00
OCA-git-bot
a487660e16 Merge PR #489 into 17.0
Signed-off-by StefanRijnhart
2024-07-04 11:46:07 +00:00
Antoni Marroig Campomar
0d0d164402 [MIG] document_page_group: Migration to 17.0 2024-06-18 16:18:33 +02:00