File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ The field used as domain must provide the domain as a JSON encoded string.
82
82
store = False ,
83
83
)
84
84
85
- @api.multi
86
85
@api.depends (' name' )
87
86
def _compute_product_id_domain (self ):
88
87
for rec in self :
Original file line number Diff line number Diff line change 3
3
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
4
< head >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
6
- < meta name ="generator " content ="Docutils: http://docutils.sourceforge.net/ " />
6
+ < meta name ="generator " content ="Docutils 0.15.1 : http://docutils.sourceforge.net/ " />
7
7
< title > Web Domain Field</ title >
8
8
< style type ="text/css ">
9
9
@@ -426,7 +426,6 @@ <h1><a class="toc-backref" href="#id1">Usage</a></h1>
426
426
< span class ="n "> store</ span > < span class ="o "> =</ span > < span class ="kc "> False</ span > < span class ="p "> ,</ span >
427
427
< span class ="p "> )</ span >
428
428
429
- < span class ="nd "> @api</ span > < span class ="o "> .</ span > < span class ="n "> multi</ span >
430
429
< span class ="nd "> @api</ span > < span class ="o "> .</ span > < span class ="n "> depends</ span > < span class ="p "> (</ span > < span class ="s1 "> 'name'</ span > < span class ="p "> )</ span >
431
430
< span class ="k "> def</ span > < span class ="nf "> _compute_product_id_domain</ span > < span class ="p "> (</ span > < span class ="bp "> self</ span > < span class ="p "> ):</ span >
432
431
< span class ="k "> for</ span > < span class ="n "> rec</ span > < span class ="ow "> in</ span > < span class ="bp "> self</ span > < span class ="p "> :</ span >
You can’t perform that action at this time.
0 commit comments