Commit Graph

72 Commits

Author SHA1 Message Date
Pedro M. Baeza
3b1f4b49d3 [MIG] account_check_deposit: Migration to 11.0 2019-02-21 10:59:56 +01:00
oca-travis
becb39d333 [UPD] Update account_check_deposit.pot 2019-02-21 10:59:56 +01:00
Pedro M. Baeza
44de5ceccf [FIX] account_check_deposit: Change company currency in tests by SQL
For avoiding constraint.
2019-02-21 10:59:56 +01:00
OCA Transbot
d980e5ab8a OCA Transbot updated translations from Transifex 2019-02-21 10:59:56 +01:00
Alexis de Lattre
67aef2578a [FIX+imp] account_check_deposit: no auto-post move + use the bank journal if the offsetting account is the bank account 2019-02-21 10:59:56 +01:00
OCA Transbot
4239d2eaf4 OCA Transbot updated translations from Transifex 2019-02-21 10:59:56 +01:00
Alexis de Lattre
47a487bbe7 [MIG] account_check_deposit: Migration to v10
* Add option to have the counter-part of the deposit move directly to the bank account
  Use account.config.settings page
* Remove data that create a bank journal because it blocks the loading of the chart of accounts when
  the module is installed at the same time as the chart of account (via dependencies)
2019-02-21 10:59:56 +01:00
Florian da Costa
70277c0234 Fix payment field + automatic reconciliation on validation 2019-02-21 10:59:56 +01:00
Mourad Elhadj Mimoune
91ed0df172 [MIG] account_check_deposit: Migration to 9.0
* create move and move line at the same time
* add tests
2019-02-21 10:59:56 +01:00
OCA Transbot
a72c37f2ef OCA Transbot updated translations from Transifex 2019-02-21 10:59:56 +01:00
Alexis de Lattre
84dd9c008d [REF] account_check_deposit : Port to new API
* Move description from __openerp__.py to README.rst
* Move files in sub-directories
* FIX access rights issue when user was not accounting manager
2019-02-21 10:59:56 +01:00
OCA Transbot
1e78c10d84 OCA Transbot updated translations from Transifex 2019-02-21 10:59:56 +01:00
Alexis Delattre
fc78edc191 Port to v8
Convert webkit report to qweb
2019-02-21 10:59:56 +01:00
Sébastien BEAU
7daead9988 [PORT] start porting account_check_deposit 2019-02-21 10:59:56 +01:00
Sylvain LE GAL
1e3b056f84 [FIX] move translation file in unported folders 2019-02-21 10:59:56 +01:00
Rudolf Schnapka
1d87d53662 german translations upto invoice currency 2019-02-21 10:59:56 +01:00
Sébastien BEAU
86b4ce92ee [FIX] fix domain, give the posibility to use a different journal (one for the payment, one for the deposit), hide unreconcile entry which a link to a deposit 2019-02-21 10:59:56 +01:00
Alexis de Lattre
eac16025f1 Add support for multi-currency
Works with a single account journal
Usability and many other enhancements
2019-02-21 10:59:56 +01:00
Sebastien Beau
dfc71970c3 [FIX+REF+IMP] account_check_deposit:
* [FIX] fix datamodel structure, indeed check_payment_ids should be a m2o. In the view we still keep the widget
* [REF] remove useless state cancel, only draft/done is sufficent for now, forbid to delete a done deposit, fix move_line name need to be the equal to the line.ref for the reconciliation
* [IMP] improve reconciliation between the check and the check deposit
* [FIX] set correctly the date on the move line generated
* [FIX] fix reconciliation of check
* [IMP] check deposit improve view and add tab for move line generated
* [IMP] add total amount and flag to know if the deposit have been reconcile, the best will be to add a workflow
* [FIX] fix error when replaying commit
* [REF] remove dependency on sale_quick_payment as check can be registred in various way like native voucher
* [CLEAN] pep8 cleanup no code change
* [REF] clean remove useless code, default value are called during the create
* [FIX] fix wrong spelling
* [REF] V7 clean up
2019-02-21 10:59:56 +01:00
Benoit Guillot
1032fde947 [FIX+IMP] account_check_deposit: Several things:
* Clean code
* Add access rules for account_check_deposit
* Change print button name
2019-02-21 10:59:56 +01:00
Delli Chafique
d862210dfb [IMP]account_check_deposit: add the print option webkit 2019-02-21 10:59:56 +01:00
Sébastien Beau
13cb680ea9 [FIX] fix remove pdb call 2019-02-21 10:59:56 +01:00
Benoit Guillot
55cac8c2dd [INIT] init module to manage check deposits 2019-02-21 10:59:56 +01:00
oca-travis
472e7bf22d [UPD] Update account_renumber.pot 2019-02-20 23:57:35 +00:00
OCA-git-bot
e6a63e1c64 [ADD] setup.py 2019-02-20 23:34:45 +00:00
OCA-git-bot
03b6374503 [UPD] README.rst 2019-02-20 23:34:44 +00:00
Pedro M. Baeza
4db8718067 Merge pull request #773 from Tecnativa/12.0-mig-account_renumber
[MIG] account_renumber: Migration to 12.0
2019-02-21 00:31:57 +01:00
cubells
5e34ffdffc [MIG] account_renumber: Migration to 12.0 2019-02-20 08:59:50 +01:00
Rudolf Schnapka
52882017da Translated using Weblate (German)
Currently translated at 100,0% (27 of 27 strings)

Translation: account-financial-tools-11.0/account-financial-tools-11.0-account_renumber
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-11-0/account-financial-tools-11-0-account_renumber/de/
2019-02-18 10:21:24 +01:00
OCA Git Bot
b762018abb [UPD] README.rst 2019-02-18 10:21:24 +01:00
oca-travis
dab9428026 [UPD] Update account_renumber.pot 2019-02-18 10:21:24 +01:00
Pedro M. Baeza
fe3aedfa1a [MIG] account_renumber: Migration to 11.0
* Standard procedure
* README by fragments
* 2to3 run
* Manifest changed
2019-02-18 10:21:24 +01:00
Pedro M. Baeza
fa7e534c4b [FIX] account_renumber: Fix translations after unsucessful git am
Due to the merge operations, a lot of conflicts arise. This way, I have rid off the problems
and let to the same translation status as before.
2019-02-18 10:21:24 +01:00
OCA Transbot
d6b7d0f6c3 OCA Transbot updated translations from Transifex 2019-02-18 10:21:24 +01:00
Pedro M. Baeza
ab1e98733f [FIX] account_renumber: sudo for assigning next sequences
You don't need to have settings permission for running this wizard.
2019-02-18 09:34:36 +01:00
David Vidal
01e04a11bf [MIG] account_renumber: Migration to 10.0 2019-02-18 09:34:36 +01:00
OCA Transbot
c2cfbfa51d OCA Transbot updated translations from Transifex 2019-02-18 09:34:36 +01:00
Jairo Llopis
cba890145c [IMP] account_renumber:
* Increase coverage to 100%.
* Update data file tags, remove old-style "or" from wizard view.
* Skip renumber when no date range is found.
2019-02-18 09:34:36 +01:00
Jairo Llopis
fa621e2f59 [9.0][MIG][account_renumber] Migrate to 9.0, refactor.
- In v9 `account.period` has disappeared, so now the wizard asks for start and end dates.
- `ir.sequence` has changed logic too, this module is now adapted.
- Old tests had to be run through the CLI. New tests work with standard test system.
- Old menu parent does not exist anymore, so it is now moved to other place.
- Old license & copyright headers are now updated, respecting old copyrights where found.
- `.pot` file removed.
- README added.

Related to https://github.com/OCA/account-financial-tools/issues/311#issuecomment-219378169.
2019-02-18 09:34:36 +01:00
OCA Transbot
4316df6640 OCA Transbot updated translations from Transifex 2019-02-18 09:34:36 +01:00
Rudolf Schnapka
55df1f3f2e initial german translation (mostly) 2019-02-18 09:34:36 +01:00
Jordi Llinares
7f431b65b4 [MIG] Migration of account_renumber to 8.0. 2019-02-18 09:34:36 +01:00
Nicolas Bessi
5c9c0c5c05 [FIX] move all unported addons into __unported__ folder instead of adding _unported suffix 2019-02-18 09:34:36 +01:00
Nicolas Bessi
70a06a36b1 Set all addons to uninstallable 2019-02-18 09:34:36 +01:00
Pedro M. Baeza
25be919ab6 [IMP] account_renumber: Full PEP8 in wizard_renumber.py 2019-02-18 09:34:36 +01:00
Launchpad Translations on behalf of account-core-editors
cd68e60981 Launchpad automatic translations update. 2019-02-18 09:34:36 +01:00
Pedro M. Baeza
ec0f4d3bc2 [IMP] account_renumber: PEP8
[IMP] account_renumber: Restrict to account managers.
[IMP] account_renumber: Fix translations.
2019-02-18 09:34:36 +01:00
Pedro M. Baeza
0a38b1f9d8 [IMP] account_renumber: Spaces instead tabs on XML.
[FIX] account_renumber: Group restriction for the menu removed.
2019-02-18 09:34:36 +01:00
Launchpad Translations on behalf of account-core-editors
5db7bdac3f Launchpad automatic translations update. 2019-02-18 09:34:36 +01:00
Joaquin Gutierrez
57c24565d0 [FIX+IMP] account_renumber: General Refactoring:
[FIX] Changed types to orm.Model, orm.TransientModel and orm.AbstractModel.
[FIX] Change renumbering assistants in renumbering, show results and cancellation to version 7.
[FIX] Remove legacy code calls.
[FIX] Contributions have been written in the standard format of the community.
[FIX] Changes in the form to work as a real wizard.
[FIX] Remove 'init_xml' keys, because it's no longer needed in v7.
[FIX] Rename 'demo_xml' key to the new standard 'demo'.
[FIX] Rename menu entry to "Renumber journal entries".
[FIX] Change imports calls.
[FIX] Remove __author__ variables in files, because authors are put on manifest file (__openerp__.py).
[FIX] Increased compatibility with standard PEP8.
[FIX] Delete test folder. On the next review I'll be able to create with YAML.
[IMP] In selecting these come peridos sorted correctly. I modified the code to renumber the entries from period to period with this order.
[FIX] Wizard in new windows.
[FIX] Add oe_link class to close botton.
[FIX] Remove import time, it's not required.
[FIX] Delete "_process" method, it's not requerired.
[FIX] Delete "_get_id", now use the method "next_by_id" of object ir.sequence.
[FIX] Refactoring get_sequence_id_for_fiscalyear_id. At the core there is no method to get the id of a sequence based on the fiscal year. Change sql querys for browser method.
[FIX] Change order "Renumber" and "Cancel" buttons.
[FIX] Identation for return sequence_id in method get_sequence_id_for_fiscalyear_id
[FIX] Change variable name seq_facade for sequences.
[FIX] Revision for PEP8
2019-02-18 09:34:36 +01:00