Commit Graph

13 Commits

Author SHA1 Message Date
Víctor Martínez
6438cd21f0 [MIG] document_page_approval: Finish migration
Changes done:
- Squash administrative commits
- Purge translations
- Remove ir.model.access.csv file
- Improve tests (change to setUpClass)
- Replace name_get() to _compute_display_name() (document_page)
- Remove readonly=1 (redudant, it already is) defined in approved_uid and approved_date fields in views
- Restore readonly=1 to the state field
- Remove duplicate Back to draft button

TT51529
2024-11-12 17:38:23 +01:00
EdgarRetes
74660f10b7 [MIG] document_page_approval: Migration to 17.0 2024-11-12 10:31:56 +01:00
Alberto Martínez
6755e94b48 [MIG] document_page: Migration to 17.0 2024-03-20 16:32:53 +01:00
Ivan Sokolov
6419efd6f0 Updated from template 2024-03-19 16:45:06 +01:00
Jacob Oldfield
402f425785 [MIG] document_page: Migration to 15.0 2024-03-19 16:45:06 +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
mreficent
31a240ba83 [MIG] document_page: Migration to 12.0 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
Jose Maria Alzaga
e00c160e8d [MIG] document_page: Migration to 11.0 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