Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.rst 2.36 KiB

Changelog

13.0.1.6.0

Add the possibility to forbid unreconciliation for accounting entries emitted on specific accounts on closed periods.

13.0.1.5.1

Fix regression for document pieces

13.0.1.5.0

Fix date field to always equal accounting date for all types of documents in account.move model.

13.0.1.4.0

Date is expected to be changed on non invoices when posting. Make it work while being compatible with all of account tests.

13.0.1.3.0

Make sure that account moves date handling is closer to what the account module expects and does. This allows the use of OCA reports, and probably plays better with other modules too.

Changed to create periods in tests so that the account tests do not fail.

13.0.1.2.1

Fix tests. When the module is not installed at the same time as the account module, the account chart is already generated and the override that installs the demo data is not run.

Corrected a Python constraint in the fiscal year model to make it able to check a recordset, and not only one record at once.

In the fiscal year method generating the associated periods, add the possibility to specify a keyword argument, which will define the codes of the periods to create.

On upload of the account chart, forbid the creation of a new fiscal year, if and only if a fiscal year of same code exists for the same company. The exclusion must be executed on the basis of the company and not without it.

On call of the 'find' methods of fiscal years and accounting periods, ensure that only one object is returned.

13.0.1.2.0

Hide default date field, obsoleted by accounting date this module adds.

13.0.1.1.2

Corrected the user company which is used in unit tests.

13.0.1.1.1

Fix error in period name_search.

13.0.1.1.0

  • Users may set accounting dates in advance.
  • Show/hide invoice & transaction dates based on menu items.

13.0.1.0.0

  • Migrate to Odoo 13.0. In the process, to play better with accounting changes:
    • No longer change the base date field; add accounting_date instead.
    • Build periods when loading accounting data for a new company.

11.0.1.2

In tests, copy a product rather than create a new one, that way required fields will be already filled.

11.0.1.1

Add index on columns for performance