Commit Graph

456 Commits

Author SHA1 Message Date
Yves Goldberg
26c72a7a05 Added translation using Weblate (Hebrew) 2024-03-19 16:45:06 +01:00
OCA-git-bot
f834cb3f33 [UPD] README.rst 2024-03-19 16:45:06 +01:00
mreficent
950e01c8ff [UPD] Eficent -> ForgeFlow 2024-03-19 16:45:06 +01:00
OCA-git-bot
7605404c7c document_page 13.0.1.0.3 2024-03-19 16:45:06 +01:00
OCA-git-bot
254304af9c document_page 13.0.1.0.2 2024-03-19 16:45:06 +01:00
OCA-git-bot
7676f2a6d6 document_page 13.0.1.0.1 2024-03-19 16:45:06 +01:00
flachica
6c3911e9a5 Required impossible. Protected method needed
Content field can't be required for first document version
_create_history is needed for dependencies
2024-03-19 16:45:06 +01:00
Tonow-c2c
9aa12774b4 [FIX][13.0] retrive 12.0 behaviours in category creation without content
The document.page content for category is required as in 12.0 but in IHM in 12.0 we can create a category without fill this field.

It's only one fix to retrive the same behaviour but investigation in the field definition and computation will be great
2024-03-19 16:45:06 +01:00
OCA Transbot
8eac1d0656 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-13.0/knowledge-13.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-13-0/knowledge-13-0-document_page/
2024-03-19 16:45:06 +01:00
oca-travis
e47173e81c [UPD] Update document_page.pot 2024-03-19 16:45:06 +01:00
Maxime Chambreuil
0b086fd867 [IMP] document_page: Add button box 2024-03-19 16:45:06 +01:00
OCA-git-bot
0e5f74820a pre-commit update 2024-03-19 16:45:06 +01:00
OCA Transbot
db3b91b87a Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-13.0/knowledge-13.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-13-0/knowledge-13-0-document_page/
2024-03-19 16:45:06 +01:00
oca-travis
9c0e630e82 [UPD] Update document_page.pot 2024-03-19 16:45:05 +01:00
ernesto
7820400e86 [MIG] document_page: Migration to 13.0 2024-03-19 16:45:05 +01:00
ernesto
037289d171 [IMP] document_page: black, isort 2024-03-19 16:45:05 +01:00
Valaeys Stéphane
f81c571e76 Translated using Weblate (French)
Currently translated at 100.0% (92 of 92 strings)

Translation: knowledge-12.0/knowledge-12.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-12-0/knowledge-12-0-document_page/fr/
2024-03-19 16:45:05 +01:00
oca-travis
977e9c1c3f [UPD] Update document_page.pot
[UPD] README.rst

document_page 12.0.1.1.0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-12.0/knowledge-12.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-12-0/knowledge-12-0-document_page/

[UPD] README.rst
2024-03-19 16:45:05 +01:00
Simone Orsi
3e95238e4d document_page: fix link 2024-03-19 16:45:05 +01:00
OCA Transbot
016a4bc682 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-12.0/knowledge-12.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-12-0/knowledge-12-0-document_page/
2024-03-19 16:45:05 +01:00
oca-travis
a33525fa38 [UPD] Update document_page.pot 2024-03-19 16:45:05 +01:00
OCA-git-bot
ebb20990e3 [UPD] README.rst 2024-03-19 16:45:05 +01:00
mreficent
31a240ba83 [MIG] document_page: Migration to 12.0 2024-03-19 16:45:05 +01:00
oca-travis
ade79d8b66 [UPD] Update document_page.pot 2024-03-19 16:45:05 +01:00
Jordi Ballester Alomar
0fcc6e8c30 add activities to wiki pages 2024-03-19 16:45:05 +01:00
Lois Rilo
f512be8155 [11.0][IMP] document_page:
* move menus to a higher level.
 * fix categories search view.
 * fix create menu action not being accessible in any way.
 * reorder form view, focusing in the content, not in secondary fields.
2024-03-19 16:45:05 +01:00
oca-travis
70e190edcf [UPD] Update document_page.pot 2024-03-19 16:45:05 +01:00
nicomacr
8188d16cca [IMP] check recusion when select parent 2024-03-19 16:45:05 +01:00
Gabriela Mogollon
d719d6a57f [FIX] document_page: fix report
- fix references: report module is now web module

- display_* fields are removed in this version
2024-03-19 16:45:05 +01:00
oca-travis
9f66d54cff [UPD] Update document_page.pot 2024-03-19 16:45:05 +01:00
Iván Todorovich
ffcfa553c1 [document_page] FIX creating history when there are no changes made. Add history name field, to name revisions. Modified views to allow setting this field.
[document_page] FIX BUG: UI hanging when editing content. This was due to the api.depends on _compute_diff. Removing it because it's not really necessary since the field is not stored.

[document_page] page_id should be readonly.

Improve active field

[document_page] Update version number

[UPD] Update document_page.pot

[MIG] document_page_multi_company (#188)

* [MIG] document_page_multi_company

Added this feature from the old module directly in document_page
2024-03-19 16:45:05 +01:00
José Luis
a0bae4b2b2 Update document_page.xml
Fixing `Page` parents.
2024-03-19 16:45:05 +01:00
Axel-G
4ee2b1a2b0 Translated using Weblate (German)
Currently translated at 77.8% (42 of 54 strings)

Translation: knowledge-11.0/knowledge-11.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-11-0/knowledge-11-0-document_page/de/
2024-03-19 16:45:05 +01:00
derKonig
dd1e017e95 Translated using Weblate (Persian)
Currently translated at 51.9% (28 of 54 strings)

Translation: knowledge-11.0/knowledge-11.0-document_page
Translate-URL: https://translation.odoo-community.org/projects/knowledge-11-0/knowledge-11-0-document_page/fa/
2024-03-19 16:45:05 +01:00
oca-travis
ade0db81c2 [UPD] Update document_page.pot 2024-03-19 16:45:05 +01:00
Gabriela Mogollon
9398e6bf57 [MIG] document_page: Migration to 11.0
continue migration
2024-03-19 16:45:05 +01:00
Jose Maria Alzaga
e00c160e8d [MIG] document_page: Migration to 11.0 2024-03-19 16:45:05 +01:00
OCA Transbot
a13c2864e3 OCA Transbot updated translations from Transifex 2024-03-19 16:45:05 +01:00
Iván Todorovich
c5abed5086 [IMP][10.0][document_page] Change Requests and workflow improvements on documents (#155) 2024-03-19 16:45:05 +01:00
Maxime Chambreuil
cef9ab282a [MIG] document_page: Migration to version 10.0 (#120)
* [MIG] Migration to version 10.0
* [FIX] Comments and CI errors
* [FIX] ValueError: External ID not found in the system: base.menu_base_partner
* [FIX] ValueError: Wrong value for ir.actions.act_window.target: 'inlineview'
* [FIX] Based on @lasley comments
* [FIX] External ID not found in the system: base.group_document_user
2024-03-19 16:45:05 +01:00
Gervais Naoussi
fba1f84f08 [MIG] document_page: Migration to 9.0 2024-03-19 16:45:05 +01:00
Matjaž Mozetič
cd482c29f6 Translations sync with templates 2024-03-19 16:45:05 +01:00
Glen Sojo
bff5c3f0f3 [FIX+IMP] document_page:
* Changed history widget to html.
* Improved views and added followers to pages.
* Updated document_page pot and es translations.
* document_page:^Cissing dependency.
2024-03-19 16:45:05 +01:00
Matjaz Mozetic
d410429172 Slovene translations added 2024-03-19 16:45:05 +01:00
Loïc Faure-Lacroix
57315425fd [FIX+IMP] document_page:
* Add dependency to knowledge
* Adding hack in document_page_history to allow calling method that don't exists
* document_page_history don't have _sql attribute
* Filter more fields
2024-03-19 16:45:05 +01:00
Giorgio Borelli
717c4c05ea use new API 2024-03-19 16:45:05 +01:00
Maxime Chambreuil
e782721770 [ADD] document_page from odoo/7.0 2024-03-19 16:45:05 +01:00
OCA-git-bot
07d98d3cfe [BOT] post-merge updates 2024-02-09 12:30:40 +00:00
oca-ci
9585a985d7 [UPD] Update document_knowledge.pot 2024-02-09 12:29:03 +00:00
OCA-git-bot
e9ecb88ac9 Merge PR #447 into 17.0
Signed-off-by pedrobaeza
2024-02-09 12:27:29 +00:00