Commit Graph

456 Commits

Author SHA1 Message Date
Francesco Foresti
77c573c34a Translated using Weblate (Italian)
Currently translated at 96.7% (59 of 61 strings)

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/it/

Translated using Weblate (Italian)

Currently translated at 96.7% (59 of 61 strings)

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/it/

[UPD] Update document_page_approval.pot

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-11-12 10:31:50 +01:00
Víctor Martínez
012c7354ba [FIX] document_page_approval: Change mail template expressions
[UPD] Update document_page_approval.pot

document_page_approval 16.0.1.1.0

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-11-12 10:31:49 +01:00
mymage
a91aeb61e2 Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings)

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/it/
2024-11-12 10:31:49 +01:00
Francesco Foresti
37b8da54f0 Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings)

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/it/
2024-11-12 10:31:49 +01:00
Bole
1138d052df Translated using Weblate (Croatian)
Currently translated at 83.6% (51 of 61 strings)

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/hr/

Translated using Weblate (Croatian)

Currently translated at 96.7% (59 of 61 strings)

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/hr/
2024-11-12 10:31:48 +01:00
mymage
a8534ab388 Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings)

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/it/

Translated using Weblate (Italian)

Currently translated at 100.0% (61 of 61 strings)

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/it/
2024-11-12 10:31:46 +01:00
FernandoRomera
855ada5558 [16.0][MIG] document_page_approval: Migration to 16.0
[UPD] Update document_page_approval.pot

[UPD] README.rst

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-11-12 10:31:45 +01:00
Víctor Martínez
9a203c464b [MIG] document_page_approval: Migration to 15.0
TT36950

[UPD] Update document_page_approval.pot

[UPD] README.rst
2024-11-12 10:31:43 +01:00
Pedro M. Baeza
21c3babdf1 [FIX] document_page_approval: Avoid W7940 (dangerous-view-replace-wo-priority) 2024-11-12 10:19:23 +01:00
Jeroen Vet
0db8877942 [MIG] document_page_approval: Migration to 14.0
[UPD] Update document_page_approval.pot

[UPD] README.rst
2024-11-12 10:19:23 +01:00
Jeroen Vet
af56fba7d0 [IMP] document_page_approval: black, isort, prettier + squashed admin commits 2024-11-12 10:19:23 +01:00
flachica
4257dd7990 Migrate to 13.0 document_page_approval
To pass test is necesary set approval required to False in demo data
2024-11-12 10:19:23 +01:00
flachica
b2653fcfd6 [IMP] document_page_approval: black, isort 2024-11-12 10:19:23 +01:00
Victor M.M. Torres
b8856712f1 [MIG] document_page_approval: Migration to v12
[UPD] Update document_page_approval.pot
2024-11-12 10:19:23 +01:00
nicomacr
3c038cf9a2 [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-11-12 10:19:23 +01:00
mreficent
a0910c6bae [FIX] pylint/javascript-lint
[ADD] icon.png
2024-11-12 10:19:23 +01:00
Iván Todorovich
0915ea699b [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-11-12 10:19:23 +01:00
Gabriela Mogollon
99bace0ea7 [MIG] document_page_approval: Migration to 11.0 2024-11-12 10:19:23 +01:00
Iván Todorovich
c3bb2e0c2e [IMP][10.0][document_page_approval] Change Requests and workflow improvements on documents (#155) 2024-11-12 10:19:23 +01:00
Maxime Chambreuil
a7a1424e31 [FIX] View 2024-11-12 10:19:23 +01:00
Leonardo Donelli
c5fea1f516 [MIG] document_page_approval: Migration to 10.0 2024-11-12 10:19:23 +01:00
Gervais Naoussi
7c74b68bda [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-11-12 10:19:23 +01:00
Glen Sojo
1497f2d465 [FIX] - document-page-approval: Fixes #60 url not valid when website module is installed. 2024-11-12 10:19:23 +01:00
Glen Sojo
9a499b93f6 [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-11-12 10:19:23 +01:00
Loïc Faure-Lacroix
e11088199d 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-11-12 10:19:23 +01:00
Giorgio Borelli
1b562a6cdf start porting
fix act_draft and minor ui fix

remove unused variables

change order of xml data files
2024-11-12 10:19:23 +01:00
Sandy Carter
df5c8491ec Set document_page_approval as unported 2024-11-12 10:19:23 +01:00
Maxime Chambreuil
75b25fa82a [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-11-12 10:19:23 +01:00
Jonatan Cloutier
7844730f3e 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-11-12 10:19:23 +01:00
Pedro M. Baeza
827fc0d8dc
Merge pull request #507 from Tecnativa/17.0-ou-fix-document_page_access_group
[17.0][OU-FIX] document_page_access_group: use env in openupgrade load_data instead of cr
2024-11-11 14:36:16 +01:00
Víctor Martínez
b914708178 [OU-FIX] document_page_access_group: use env in openupgrade load_data instead of cr
As stated in https://github.com/OCA/openupgradelib/blob/master/openupgradelib/openupgrade.py#L297, the param should `env`, instead of the cursor
2024-11-11 14:15:34 +01: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