We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c718b2 commit 1dc563fCopy full SHA for 1dc563f
docs/backend/behaviors.md
@@ -252,7 +252,7 @@ The add and edit forms contain a new field `Price (net)`.
252
253
This field is not displayed in most views.
254
To display the data entered in this field, you need to modify the page template by adding the `price_net` field as `context.price_net`.
255
-To access the `price_vat` and `price_gross` fields, you need to get the adapter in your view class:
+To access the `price_vat` and `price_gross` fields from a browser view, you need to get the adapter from the context of the view:
256
257
```Python
258
from .price import IPriceBehavior
0 commit comments