-
Uncategorized
- [0] Introduction
- [1] Module Structure
- [2] Models & Fields
- [3] Data introduction
- [4] Introduction to Security
- [5] Actions & Menus
- [6] Basic Views
- [7] Relational Fields
- [8] Fields computation
- [9] Fields Onchange
- [10] Actions
- [11] Constraints
- [12] Inline Views
- [13] Widgets
- [14] Ordering
- [15] Advanced Views
- [16] Advanced searches
-
[17] More buttons
-
[18] Model Inheritance
-
[19] View Inheritance
-
[END]
Onchange & Soft warnings
Rating
0
0
There are no comments for now.
1.
In an Odoo model, you have a field price and a related field tax_amount. Whenever the price changes, you want to update the tax_amount field accordingly. How do you define the onchange method for this scenario?
2.
To raise a soft warning, my method should end by;
Additional Resources
Content only accessible to course attendees.