Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,9 @@
* Only a subset of the type of fields is actually supported
* Multicompany not fully supported
* The popover widget indicating the number of pending changes is not shown for
fields without a label at the moment. The approach was already failing in 15.0
(in the case of inline fields such as the partner address fields)
and even in 14.0 (in the case of fields for which no value was set yet).
Or, for a more flexible approach, implement a kind of view preprocessing that
allows a developer to indicate where the widget needs to go (analogous to
`<label for="field_name" />`).