Commit Graph

30 Commits

Author SHA1 Message Date
ps-tubtim
51d6e0ee08 [FIX] account_move_template: sudo action 2021-12-22 17:05:27 +07:00
Alexis de Lattre
9d4d93ad13 [MIG] account_move_template to v14 2021-02-03 21:13:58 +01:00
Kitti U
e1a761c555 [13.0][IMP] account_move_template, add options to overwirte output lines 2020-11-26 12:29:02 +01:00
Valentin Vinagre Urteaga
fad7aff19f [MIG] account_move_template: Migration to 13.0 2020-11-26 12:29:02 +01:00
Valentin Vinagre Urteaga
31ab2904a7 [IMP] account_move_template: black, isort, prettier 2020-11-26 12:29:02 +01:00
Alexis de Lattre
b5e39b1d17 account_move_template: Fix handling of ref field of account.move
Fix required or readonly status of some fields
Fix menu entry name in README
2020-11-26 12:29:02 +01:00
Alexis de Lattre
ceb454f838 account_move_template: Add support for date_maturity
Update README
Add a name on all groups in views
2020-11-26 12:29:02 +01:00
Alexis de Lattre
8801511f46 [MIG] account_move_template from v11 to v12 (full re-write) 2020-11-26 12:29:02 +01:00
Jordi Ballester Alomar
32050c343c add to the template: - partner - analytic account - analytic tags - taxes - originator tax
When you create a move from a template, you can now indicate the date
and the company to use.

Added tests.
2020-11-26 12:29:02 +01:00
Jordi Ballester Alomar
dc091a4b55 update menu entries, small fixes and updated readme structure. 2020-11-26 12:29:02 +01:00
Raf Ven
7ad62d9568 account_move_template: Migration to 11.0 2020-11-26 12:29:02 +01:00
Nhomar Hernández [Vauxoo]
b34eb97739 account_move_template: to 10.0 (#511)
* [MIG] account_move_template: to 10.0

All working, removed feature of transitory account, I think that feature
is redundant because it can be solved with python code lines and/or a
proper server action per client, beside it was not properly documented.

- All code refactored more new api oriented.
- Tested with enterprise and all views fixed.
- Removed all licences on files and moved as usual to where they belong.

* [FIX] removed tax from view.

The taxes should be triggered from the account itself and not wired into
the template.

* [FIX] account_move_template: Activities in just for saas-x comming on
v100, for now I left it commented to simply uncomment it on v11

* [FIX] account_move_template: Cleanup translations, not useful after
refactor

* [REF] account_move_template: Removing all reference to taxes.

* [IMP] account_move_template: Translating

* [FIX] account_move_template: Fixing lints.
2020-11-26 12:29:02 +01:00
Alex Comba
03a2b2f8ab Apply changes according to the new API and remove all title from Warning 2020-11-26 12:29:02 +01:00
Alex Comba
8b8a1b8b56 Use ensure_one to avoid loop on recordset 2020-11-26 12:29:02 +01:00
Alex Comba
a6840ce143 Reduce number of import lines 2020-11-26 12:29:02 +01:00
Alex Comba
2025f63e40 Add decorator api.model and get some return values aware of the new API 2020-11-26 12:29:01 +01:00
Alex Comba
16a0f73dd5 Remove on_change_template_id method since it never used 2020-11-26 12:29:01 +01:00
Alex Comba
8120b6d0bc Port select template to the new API 2020-11-26 12:29:01 +01:00
Alex Comba
e9f801aca0 Adopt CamelCase for naming classes 2020-11-26 12:29:01 +01:00
Alex Comba
7d726b244c Move account_move_template from __unported__ to root folder 2020-11-26 12:29:01 +01:00
Stéphane Bidoul
148bdbba33 pylint relative imports 2020-11-26 12:29:01 +01:00
Nicolas Bessi
58d3b3cb61 pep8 line length to 80, activate pep8 check in travis, and add noqa on scenario while waiting improvement of quality-tools 2020-11-26 12:29:01 +01:00
Nicolas Bessi
50a20b5583 Fix flake8 tests for account_move_template 2020-11-26 12:29:01 +01:00
Nicolas Bessi
597c9f9c47 move all unported addons into __unported__ folder instead of adding _unported suffix 2020-11-26 12:29:01 +01:00
Nicolas Bessi
327b7ed649 Revert "Rename all addons to xxx_unported to be travis compliant"
This reverts commit 7eb182744f.
2020-11-26 12:29:01 +01:00
Nicolas Bessi
e6709fa902 Rename all addons to xxx_unported to be travis compliant 2020-11-26 12:29:01 +01:00
Bruno Bottacini
e6dd0f8794 account_move_template migration to openerp 7 2020-11-26 12:29:01 +01:00
Lorenzo Battistini
4a74a6f1fb copyright header 2020-11-26 12:29:01 +01:00
Lorenzo Battistini
5420bbd88f minor fixes 2020-11-26 12:29:01 +01:00
Lorenzo Battistini
04390340d5 account_move_template moved from https://code.launchpad.net/~domsense/domsense-agilebg-addons/6.1 2020-11-26 12:29:01 +01:00