Skip to content

Commit ad4b677

Browse files
MiquelRForgeFlowkittiu
authored andcommitted
[UPD] purchase_exception: remove old usage in readme
1 parent e8b6811 commit ad4b677

File tree

4 files changed

+11
-26
lines changed

4 files changed

+11
-26
lines changed

purchase_exception/README.rst

-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ format etc.)
3737
.. contents::
3838
:local:
3939

40-
Usage
41-
=====
42-
43-
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
44-
:alt: Try me on Runbot
45-
:target: https://runbot.odoo-community.org/runbot/142/12.0
46-
4740
Bug Tracker
4841
===========
4942

purchase_exception/data/purchase_exception_data.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<field name="active" eval="False" />
2424
</record>
2525
<record id="pol_excep_qty_check" model="exception.rule">
26-
<field name="name">Quantity not negative</field>
26+
<field name="name">Quantity not positive</field>
2727
<field name="description">Purchase line quantity must be positive</field>
2828
<field name="sequence">50</field>
2929
<field name="model">purchase.order.line</field>

purchase_exception/readme/USAGE.rst

-3
This file was deleted.

purchase_exception/static/description/index.html

+10-15
Original file line numberDiff line numberDiff line change
@@ -376,45 +376,40 @@ <h1 class="title">Purchase Exception</h1>
376376
<p><strong>Table of contents</strong></p>
377377
<div class="contents local topic" id="contents">
378378
<ul class="simple">
379-
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
380-
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
381-
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
382-
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
383-
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
384-
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
379+
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
380+
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
381+
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
382+
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
383+
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
385384
</ul>
386385
</li>
387386
</ul>
388387
</div>
389-
<div class="section" id="usage">
390-
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
391-
<a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/142/12.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a>
392-
</div>
393388
<div class="section" id="bug-tracker">
394-
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
389+
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
395390
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
396391
In case of trouble, please check there if your issue has already been reported.
397392
If you spotted it first, help us smashing it by providing a detailed and welcomed
398393
<a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_exception%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
399394
<p>Do not contact contributors directly about support or help with technical issues.</p>
400395
</div>
401396
<div class="section" id="credits">
402-
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
397+
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
403398
<div class="section" id="authors">
404-
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
399+
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
405400
<ul class="simple">
406401
<li>Akretion</li>
407402
</ul>
408403
</div>
409404
<div class="section" id="contributors">
410-
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
405+
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
411406
<ul class="simple">
412407
<li>Mourad EL HADJ MIMOUNE &lt;<a class="reference external" href="mailto:mourad.elhadj.mimoune&#64;akretion.com">mourad.elhadj.mimoune&#64;akretion.com</a>&gt;</li>
413408
<li>Sudhir Arya &lt;<a class="reference external" href="mailto:sudhir&#64;erpharbor.com">sudhir&#64;erpharbor.com</a>&gt;</li>
414409
</ul>
415410
</div>
416411
<div class="section" id="maintainers">
417-
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
412+
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
418413
<p>This module is maintained by the OCA.</p>
419414
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
420415
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose

0 commit comments

Comments
 (0)