Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
14
report_qweb_field_option/readme/CONFIGURE.md
Normal file
14
report_qweb_field_option/readme/CONFIGURE.md
Normal file
@@ -0,0 +1,14 @@
|
||||
Go to *Settings \> Technical \> Reporting \> Qweb Field Options*, and
|
||||
create records according to your needs.
|
||||
|
||||
For each record:
|
||||
|
||||
- Set **Model** and **Field** (required)
|
||||
- Set **UoM** and **UoM Field**, or **Currency** and **Currency Field**
|
||||
only for fields of float type (optional)
|
||||
- Set **Company** (optional)
|
||||
- Set **Options** as a string representation of a dictionary. E.g.,
|
||||
`{"widget": "date"}`, `{"widget": "monetary"}`, or
|
||||
`{"widget": "contact", "fields": ["name", "phone"]}`
|
||||
- Set **Digits** (only for float-type fields). The value is ignored if
|
||||
Options is set
|
||||
Reference in New Issue
Block a user