[12.0] account_financial_tools: Lint fixing
This commit is contained in:
parent
8d345e1e4a
commit
046c3eb7aa
@ -23,7 +23,7 @@ Account Move Template
|
||||
:target: https://runbot.odoo-community.org/runbot/92/12.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
The user can configure journal entries templates, useful for recurring entries.
|
||||
The amount of each template line can be computed (through python code)
|
||||
@ -82,11 +82,18 @@ Authors
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Module Authors
|
||||
--------------
|
||||
|
||||
* Davide Corio <davide.corio@agilebg.com>
|
||||
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
||||
* Paolo Chiara <p.chiara@isa.it>
|
||||
* Franco Tampieri <franco.tampieri@agilebg.com>
|
||||
* Alexis de Lattre <alexis.delattre@akretion.com> (full re-write for v12)
|
||||
|
||||
Module Contributors
|
||||
-------------------
|
||||
|
||||
* Jalal ZAHID <j.zahid@auriumtechnologies.com> (port to v10)
|
||||
* Alex Comba <alex.comba@agilebg.com> (Port to V8)
|
||||
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
|
||||
|
@ -8,8 +8,8 @@
|
||||
'version': '12.0.1.0.0',
|
||||
'category': 'Accounting',
|
||||
'summary': "Templates for recurring Journal Entries",
|
||||
'author': "Agile Business Group, Odoo Community Association (OCA), Aurium "
|
||||
"Technologies, Vauxoo, Eficent, Akretion",
|
||||
'author': "Agile Business Group, Aurium Technologies, Vauxoo, Eficent, "
|
||||
"Akretion, Odoo Community Association (OCA)",
|
||||
'website': 'https://github.com/OCA/account-financial-tools',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
|
@ -28,6 +28,8 @@ class AccountMoveTemplate(models.Model):
|
||||
'This name is already used by another template!'
|
||||
)]
|
||||
|
||||
@api.multi
|
||||
@api.returns('self', lambda value: value.id)
|
||||
def copy(self, default=None):
|
||||
self.ensure_one()
|
||||
default = dict(default or {}, name=_('%s (copy)') % self.name)
|
||||
|
@ -1,8 +1,15 @@
|
||||
Module Authors
|
||||
--------------
|
||||
|
||||
* Davide Corio <davide.corio@agilebg.com>
|
||||
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
||||
* Paolo Chiara <p.chiara@isa.it>
|
||||
* Franco Tampieri <franco.tampieri@agilebg.com>
|
||||
* Alexis de Lattre <alexis.delattre@akretion.com> (full re-write for v12)
|
||||
|
||||
Module Contributors
|
||||
-------------------
|
||||
|
||||
* Jalal ZAHID <j.zahid@auriumtechnologies.com> (port to v10)
|
||||
* Alex Comba <alex.comba@agilebg.com> (Port to V8)
|
||||
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
|
||||
|
@ -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 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
|
||||
<title>Account Move Template</title>
|
||||
<style type="text/css">
|
||||
|
||||
@ -382,8 +382,12 @@ the template to use and the amounts to fill.</p>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a><ul>
|
||||
<li><a class="reference internal" href="#module-authors" id="id6">Module Authors</a></li>
|
||||
<li><a class="reference internal" href="#module-contributors" id="id7">Module Contributors</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -427,12 +431,19 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
|
||||
<div class="section" id="module-authors">
|
||||
<h3><a class="toc-backref" href="#id6">Module Authors</a></h3>
|
||||
<ul class="simple">
|
||||
<li>Davide Corio <<a class="reference external" href="mailto:davide.corio@agilebg.com">davide.corio@agilebg.com</a>></li>
|
||||
<li>Lorenzo Battistini <<a class="reference external" href="mailto:lorenzo.battistini@agilebg.com">lorenzo.battistini@agilebg.com</a>></li>
|
||||
<li>Paolo Chiara <<a class="reference external" href="mailto:p.chiara@isa.it">p.chiara@isa.it</a>></li>
|
||||
<li>Franco Tampieri <<a class="reference external" href="mailto:franco.tampieri@agilebg.com">franco.tampieri@agilebg.com</a>></li>
|
||||
<li>Alexis de Lattre <<a class="reference external" href="mailto:alexis.delattre@akretion.com">alexis.delattre@akretion.com</a>> (full re-write for v12)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="module-contributors">
|
||||
<h3><a class="toc-backref" href="#id7">Module Contributors</a></h3>
|
||||
<ul class="simple">
|
||||
<li>Jalal ZAHID <<a class="reference external" href="mailto:j.zahid@auriumtechnologies.com">j.zahid@auriumtechnologies.com</a>> (port to v10)</li>
|
||||
<li>Alex Comba <<a class="reference external" href="mailto:alex.comba@agilebg.com">alex.comba@agilebg.com</a>> (Port to V8)</li>
|
||||
<li>Guewen Baconnier <<a class="reference external" href="mailto:guewen.baconnier@camptocamp.com">guewen.baconnier@camptocamp.com</a>></li>
|
||||
@ -441,7 +452,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
|
||||
<h2><a class="toc-backref" href="#id8">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
|
Loading…
Reference in New Issue
Block a user