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 8f932dd commit e320c3fCopy full SHA for e320c3f
docs/backend/behaviors.md
@@ -254,6 +254,8 @@ 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 from a browser view, you need to get the adapter from the context of the view:
256
257
+(behavior-code-example)=
258
+
259
```python
260
from .price import IPriceBehavior
261
0 commit comments