mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[UPD] README.rst
This commit is contained in:
@@ -25,8 +25,8 @@ Account Move Reconcile Forbid Cancel
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
This module extends the functionality of account invoicing to restrict
|
||||
'reset to draft' or 'cancel' an invoice that has been reconciled.
|
||||
This module restricts to cancel or reset to draft any invoice/journal entry that
|
||||
has been reconciled (aka paid).
|
||||
|
||||
**Table of contents**
|
||||
|
||||
@@ -38,11 +38,11 @@ Usage
|
||||
|
||||
To use this module, you need to:
|
||||
|
||||
#. Go to *Invoicing > Customers > invoices*
|
||||
#. Edit an invoice that has a payment.
|
||||
#. Click the 'Reset to Draft' button and you will get a validation error
|
||||
#. Go to *Invoicing > Customers > Invoices*
|
||||
#. Access an invoice that has a payment.
|
||||
#. Click on the 'Reset to Draft' button and you will get an error
|
||||
message to prevent you from resetting the invoice to draft state because
|
||||
it already has an associated payment.
|
||||
it has already an associated payment.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
|
||||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<title>Account Move Reconcile Forbid Cancel</title>
|
||||
<style type="text/css">
|
||||
|
||||
@@ -368,8 +368,8 @@ ul.auto-toc {
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/account-reconcile/tree/13.0/account_move_reconcile_forbid_cancel"><img alt="OCA/account-reconcile" src="https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-reconcile-13-0/account-reconcile-13-0-account_move_reconcile_forbid_cancel"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/98/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module extends the functionality of account invoicing to restrict
|
||||
‘reset to draft’ or ‘cancel’ an invoice that has been reconciled.</p>
|
||||
<p>This module restricts to cancel or reset to draft any invoice/journal entry that
|
||||
has been reconciled (aka paid).</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
@@ -387,11 +387,11 @@ ul.auto-toc {
|
||||
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
|
||||
<p>To use this module, you need to:</p>
|
||||
<ol class="arabic simple">
|
||||
<li>Go to <em>Invoicing > Customers > invoices</em></li>
|
||||
<li>Edit an invoice that has a payment.</li>
|
||||
<li>Click the ‘Reset to Draft’ button and you will get a validation error
|
||||
<li>Go to <em>Invoicing > Customers > Invoices</em></li>
|
||||
<li>Access an invoice that has a payment.</li>
|
||||
<li>Click on the ‘Reset to Draft’ button and you will get an error
|
||||
message to prevent you from resetting the invoice to draft state because
|
||||
it already has an associated payment.</li>
|
||||
it has already an associated payment.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
|
||||
Reference in New Issue
Block a user