- May 23, 2023
-
-
oury.balde authored
Remove unnecessary conditions related to invoices
-
- May 22, 2023
-
-
oury.balde authored
in account.move model This commit consolidates the logic for updating date fields in the `account.move` model into a single private method `_update_dates`. Docstrings
-
- Sep 14, 2022
-
-
Vincent Hatakeyama authored
-
- Sep 09, 2022
-
-
Vincent Hatakeyama authored
-
- Feb 18, 2022
-
-
Houzefa Abbasbhay authored
obsoleted by accounting date this module adds.
-
- Mar 04, 2021
-
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
To be reworked.
-
- Feb 17, 2021
-
-
Etienne Ferriere authored
or an accounting document. Updated the translations.
-
- Apr 22, 2020
-
-
Houzefa Abbasbhay authored
Specifics 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.
-
- Mar 06, 2020
-
-
oury.balde authored
The copy of a transaction_date should be disabled by default.
-
- Jan 21, 2020
-
-
Houzefa Abbasbhay authored
-
- Sep 11, 2018
-
-
Etienne Ferriere authored
Updated the translations. Updated the unit tests.
-
- Aug 28, 2019
-
-
oury.balde authored
Note that when the account move date is empty an exception: constraint null value is raised during execution of action_move_create() method.
-
- May 15, 2019
-
-
oury.balde authored
Add force_period_on_date context to always make the period be around the current date. Note that we send a accounting date in reverse_moves func and the fill_acocunting_date should use it instead of today date.
-
- Feb 27, 2019
-
-
Etienne Ferriere authored
Updated the translations. Executed "black" and "isort".
-
- Aug 13, 2018
-
-
Vincent Hatakeyama authored
-
- May 22, 2018
-
-
Houzefa Abbasbhay authored
-
- May 21, 2018
-
-
Houzefa Abbasbhay authored
Simplify the code in the process to iterate on each accdoc one at a time (as we now have a behavior (cut-off) that depends on journal types).
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
-
- May 18, 2018
-
-
Houzefa Abbasbhay authored
-