index
:
OCB.git
18.0
debian/18.0.0-1
pristine-tar
upstream
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
odoo
/
tests
/
form.py
Age
Commit message (
Expand
)
Author
2024-09-14
[ADD] tests: API to create form from action dict
Xavier Morel
2024-09-10
[IMP] all: replace <tree> in <list>
Gorash
2024-07-14
[FIX] tests: better simulate M2M in server side Form
Rémy Voet (ryv)
2024-02-29
[IMP] web, *: get_views could return extra data in models
Maryam Kia
2024-01-13
[FIX] core: avoid hiding access error in onchange() with Form
Raphael Collet
2023-12-23
[FIX] tests: fix assert message of required field check
Rémy Voet (ryv)
2023-11-16
[FIX] tests: make server-side Form use web_save() like the web client
Raphael Collet
2023-09-13
[FIX] core: remove unnecessary `ast.unparse`
Xavier Morel
2023-08-31
[REF] *: rename onchange2 to onchange
Raphael Collet
2023-08-18
[IMP] tests: improve fields_spec for web_read() and onchange2() used in Form
Raphael Collet
2023-08-18
[IMP] tests: make Form use onchange2() instead of onchange()
Raphael Collet
2023-08-18
[IMP] tests: make Form use web_read() instead of read()
Raphael Collet
2023-08-18
[REF] base: Update modifier syntax (invisible, required, readonly)
Gorash
2023-07-05
[IMP] tests: simplify implementation of Form
Raphael Collet
2023-05-11
[IMP] web: Optional start date in daterange fields
Julien Mougenot
2023-05-05
[IMP] form: Support daterange field dependencies
Julien Mougenot
2023-03-31
[IMP] tests: make server-side Form use get_views()
Raphael Collet
2023-03-31
[IMP] tests: make Form call onchange with the context of the modified field
Raphael Collet
2023-03-31
[IMP] tests: improve code of Form
Raphael Collet