[RFR] Conformity

This commit is contained in:
Stefan Rijnhart
2015-07-06 17:42:34 +02:00
parent 044d6ded8a
commit ecbe889479
8 changed files with 5 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
Module name
===========
Use bank transaction date to determine move period
==================================================
By default, a bank statement in Odoo has its own period, and this period
will be assigned to all the moves generated from the bank statement lines,

View File

@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-
"""Import python modules."""
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (C) 2015 Therp BV - http://therp.nl.

View File

@@ -18,7 +18,7 @@
#
##############################################################################
{
'name': 'Use bank transaction (line) date to determine move period',
'name': 'Use bank transaction (line) date to determine move period',
'version': '1.0',
'author': 'Therp BV, Odoo Community Association (OCA)',
'category': 'Banking addons',

View File

@@ -1,5 +1,4 @@
# -*- encoding: utf-8 -*-
"""Import python modules extending orm models."""
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (C) 2015 Therp BV - http://therp.nl.

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
"""Extend account.bank.statement to use transaction date in moves."""
##############################################################################
#
# Copyright (C) 2015 Therp BV - http://therp.nl.

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
"""Extend account.bank.statement.line to use transaction date in moves."""
##############################################################################
#
# Copyright (C) 2015 Therp BV - http://therp.nl.

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
"""Extend account.move.line to use date for period, when requested."""
##############################################################################
#
# Copyright (C) 2015 Therp BV - http://therp.nl.

View File

@@ -1,8 +1,6 @@
"""Import unit tests."""
##############################################################################
#
# Copyright (C) 2015 Therp BV - http://therp.nl.
# All Rights Reserved
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
@@ -23,5 +21,3 @@
#
##############################################################################
from . import test_reconciliation
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: