Skip to content

Commit a63b519

Browse files
committed
[UPD] README.rst
1 parent 14527f1 commit a63b519

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

web_domain_field/README.rst

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ The field used as domain must provide the domain as a JSON encoded string.
8282
store=False,
8383
)
8484
85-
@api.multi
8685
@api.depends('name')
8786
def _compute_product_id_domain(self):
8887
for rec in self:

web_domain_field/static/description/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<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/" />
77
<title>Web Domain Field</title>
88
<style type="text/css">
99

@@ -426,7 +426,6 @@ <h1><a class="toc-backref" href="#id1">Usage</a></h1>
426426
<span class="n">store</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span>
427427
<span class="p">)</span>
428428

429-
<span class="nd">&#64;api</span><span class="o">.</span><span class="n">multi</span>
430429
<span class="nd">&#64;api</span><span class="o">.</span><span class="n">depends</span><span class="p">(</span><span class="s1">'name'</span><span class="p">)</span>
431430
<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>
432431
<span class="k">for</span> <span class="n">rec</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span>

0 commit comments

Comments
 (0)