mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[RFR] Conformity
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
"""Import python modules."""
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (C) 2015 Therp BV - http://therp.nl.
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
"""Import python modules extending orm models."""
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (C) 2015 Therp BV - http://therp.nl.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user