Commit Graph

761 Commits

Author SHA1 Message Date
OCA Transbot
fad772782b OCA Transbot updated translations from Transifex 2022-06-02 15:48:09 -04:00
Raf Ven
65d35d2d33 account_move_template: Migration to 11.0 2022-06-02 15:48:09 -04:00
Stéphane Bidoul (ACSONE)
55a2568765 website URI 2022-06-02 15:48:09 -04:00
Nhomar Hernández [Vauxoo]
e0a076c199 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.
2022-06-02 15:48:09 -04:00
Pedro M. Baeza
6975d00ece Rename manifest files 2022-06-02 15:48:09 -04:00
Stéphane Bidoul (ACSONE)
40bc589584 remove en.po that was erroneously created by transbot 2022-06-02 15:48:09 -04:00
Alexandre Fayolle
c019fcb9c5 use safe_eval 2022-06-02 15:48:09 -04:00
Pedro M. Baeza
ce4bd5d057 Make modules uninstallable 2022-06-02 15:48:09 -04:00
Stéphane Bidoul
777cc97a17 prefix versions with 8.0 2022-06-02 15:48:09 -04:00
OCA Transbot
b80f0601f0 OCA Transbot updated translations from Transifex 2022-06-02 15:48:09 -04:00
Yannick Vaucher
6f9adce182 Add missing default oca icons 2022-06-02 15:48:09 -04:00
Yannick Vaucher
e61418b23b Add bug tracker link on README.rst 2022-06-02 15:48:09 -04:00
Alexandre Fayolle
ac0e7569e3 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2022-06-02 15:48:09 -04:00
Rudolf Schnapka
91a96a93db removed extra linefeed
+ minor correction
2022-06-02 15:48:09 -04:00
Rudolf Schnapka
174cfbfdbe initial german translation (mostly) 2022-06-02 15:48:09 -04:00
Alex Comba
e1a369790c Replace views by view 2022-06-02 15:48:09 -04:00
Alex Comba
2e053fa3ec Rem i18n/pt_BR.po because not updated and never used 2022-06-02 15:48:09 -04:00
Alex Comba
81641ac0bc Add missing translation 2022-06-02 15:48:09 -04:00
Davide Corio
d1a81b15dc translations 2022-06-02 15:48:09 -04:00
Alex Comba
c09911cf31 Add Guewen Baconnier as contributor 2022-06-02 15:48:09 -04:00
Alex Comba
2e3dc17192 Replace eval by safe_eval 2022-06-02 15:48:09 -04:00
Alex Comba
476952bdf3 Avoid not safe assignment on self passing computed_lines as argument 2022-06-02 15:48:09 -04:00
Alex Comba
fb9bdcc0fa Add missing ~ to README.rst 2022-06-02 15:48:09 -04:00
Alex Comba
4d93854eb2 Apply changes according to the new API and remove all title from Warning 2022-06-02 15:48:09 -04:00
Davide Corio
59db73d30c updated italian translation 2022-06-02 15:48:09 -04:00
Davide Corio
1c11606b49 fields labels 2022-06-02 15:48:09 -04:00
Alex Comba
a71e951b7e Avoid comma at the end of error_message 2022-06-02 15:48:09 -04:00
Alex Comba
66db2d5df8 Use ensure_one to avoid loop on recordset 2022-06-02 15:48:09 -04:00
Alex Comba
ae077c37bd Replace api.model by api.multi and avoid title from warning in document template 2022-06-02 15:48:09 -04:00
Alex Comba
05fe136093 Reduce number of import lines 2022-06-02 15:48:09 -04:00
Alex Comba
d95e105466 Add decorator api.model and get some return values aware of the new API 2022-06-02 15:48:09 -04:00
Alex Comba
c496ac99d8 Remove on_change_template_id method since it never used 2022-06-02 15:48:09 -04:00
Alex Comba
0a260843e8 Port select template to the new API 2022-06-02 15:48:09 -04:00
Alex Comba
4bce2f03e3 Port document template to the new API 2022-06-02 15:48:09 -04:00
Alex Comba
48fcec8576 Port move template to the new API 2022-06-02 15:48:09 -04:00
Alex Comba
e989e6efd4 Improve README.rst 2022-06-02 15:48:09 -04:00
Alex Comba
6937f66659 Change version 2022-06-02 15:48:09 -04:00
Alex Comba
da5423b951 Update copyright in the header files 2022-06-02 15:48:09 -04:00
Alex Comba
03eadb3d61 Adopt CamelCase for naming classes 2022-06-02 15:48:09 -04:00
Alex Comba
b51fb2bdf3 Move the description to README.rst 2022-06-02 15:48:09 -04:00
Alex Comba
23a6eafe2a Move account_move_template from __unported__ to root folder 2022-06-02 15:48:09 -04:00
Stéphane Bidoul
3a87ecd014 pylint regexp raw string 2022-06-02 15:48:09 -04:00
Stéphane Bidoul
e2d09e09cb pylint relative imports 2022-06-02 15:48:09 -04:00
Nicolas Bessi
0ed433dbeb pep8 line length to 80, activate pep8 check in travis, and add noqa on scenario while waiting improvement of quality-tools 2022-06-02 15:48:09 -04:00
Nicolas Bessi
89ebd9d516 flake8 PEP8 of module account_move_template 2022-06-02 15:48:09 -04:00
Nicolas Bessi
39e24976f1 Fix flake8 tests for account_move_template 2022-06-02 15:48:09 -04:00
Nicolas Bessi
42a5fc03c7 move all unported addons into __unported__ folder instead of adding _unported suffix 2022-06-02 15:48:09 -04:00
Nicolas Bessi
a19b6be302 Revert "Rename all addons to xxx_unported to be travis compliant"
This reverts commit 7eb182744f.
2022-06-02 15:48:09 -04:00
Nicolas Bessi
0571577f7a Rename all addons to xxx_unported to be travis compliant 2022-06-02 15:48:09 -04:00
Nicolas Bessi
97bc4d23c1 Set all addons to uninstallable 2022-06-02 15:48:09 -04:00