Alexis de Lattre
c61a22bc5e
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
2023-06-05 11:29:47 +02:00
Alexis de Lattre
1d5b817a1e
account_move_template: Add support for date_maturity
...
Update README
Add a name on all groups in views
2023-06-05 11:29:47 +02:00
Alexis de Lattre
d2da4f4276
[MIG] account_move_template from v11 to v12 (full re-write)
2023-06-05 11:29:47 +02:00
Jordi Ballester Alomar
7f35b8a9ee
add journal to template
2023-06-05 11:29:47 +02:00
Jordi Ballester Alomar
39070f31b0
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.
2023-06-05 11:29:47 +02:00
Jordi Ballester Alomar
af3f17e8d2
update menu entries, small fixes and updated readme structure.
2023-06-05 11:29:47 +02:00
OCA Transbot
cac36925e6
OCA Transbot updated translations from Transifex
2023-06-05 11:29:47 +02:00
Raf Ven
1fd226a7ea
account_move_template: Migration to 11.0
2023-06-05 11:29:47 +02:00
Stéphane Bidoul (ACSONE)
48603ddf7f
website URI
2023-06-05 11:29:47 +02:00
Nhomar Hernández [Vauxoo]
5bc8527f98
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.
2023-06-05 11:29:47 +02:00
Pedro M. Baeza
299c50d06c
Rename manifest files
2023-06-05 11:29:47 +02:00
Stéphane Bidoul (ACSONE)
97e9ac1da9
remove en.po that was erroneously created by transbot
2023-06-05 11:29:47 +02:00
Alexandre Fayolle
37fbf936bb
use safe_eval
2023-06-05 11:29:47 +02:00
Pedro M. Baeza
b95fab9b4c
Make modules uninstallable
2023-06-05 11:29:47 +02:00
Stéphane Bidoul
55d0ec2544
prefix versions with 8.0
2023-06-05 11:29:47 +02:00
OCA Transbot
46f16539d2
OCA Transbot updated translations from Transifex
2023-06-05 11:29:47 +02:00
Yannick Vaucher
46583edb27
Add missing default oca icons
2023-06-05 11:29:47 +02:00
Yannick Vaucher
55ff2724d2
Add bug tracker link on README.rst
2023-06-05 11:29:47 +02:00
Alexandre Fayolle
6556513097
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.
2023-06-05 11:29:47 +02:00
Rudolf Schnapka
f32c79362c
removed extra linefeed
...
+ minor correction
2023-06-05 11:29:47 +02:00
Rudolf Schnapka
394ab61c98
initial german translation (mostly)
2023-06-05 11:29:47 +02:00
Alex Comba
044622e752
Replace views by view
2023-06-05 11:29:47 +02:00
Alex Comba
6be8844757
Rem i18n/pt_BR.po because not updated and never used
2023-06-05 11:29:47 +02:00
Alex Comba
38c0560272
Add missing translation
2023-06-05 11:29:47 +02:00
Davide Corio
4f4193a8c5
translations
2023-06-05 11:29:47 +02:00
Alex Comba
e568b9ddcc
Add Guewen Baconnier as contributor
2023-06-05 11:29:47 +02:00
Alex Comba
665198b8d7
Replace eval by safe_eval
2023-06-05 11:29:47 +02:00
Alex Comba
565135f77f
Avoid not safe assignment on self passing computed_lines as argument
2023-06-05 11:29:47 +02:00
Alex Comba
25ff52d497
Add missing ~ to README.rst
2023-06-05 11:29:47 +02:00
Alex Comba
cda768d80b
Apply changes according to the new API and remove all title from Warning
2023-06-05 11:29:47 +02:00
Davide Corio
dc32e4dd62
updated italian translation
2023-06-05 11:29:47 +02:00
Davide Corio
f4f85b3241
fields labels
2023-06-05 11:29:47 +02:00
Alex Comba
7c817ee743
Avoid comma at the end of error_message
2023-06-05 11:29:47 +02:00
Alex Comba
4e103b95f0
Use ensure_one to avoid loop on recordset
2023-06-05 11:29:47 +02:00
Alex Comba
994a3246e1
Replace api.model by api.multi and avoid title from warning in document template
2023-06-05 11:29:47 +02:00
Alex Comba
e12d21c549
Reduce number of import lines
2023-06-05 11:29:47 +02:00
Alex Comba
3805060c9b
Add decorator api.model and get some return values aware of the new API
2023-06-05 11:29:47 +02:00
Alex Comba
510d446687
Remove on_change_template_id method since it never used
2023-06-05 11:29:47 +02:00
Alex Comba
fa34898601
Port select template to the new API
2023-06-05 11:29:47 +02:00
Alex Comba
9d9499a1b8
Port document template to the new API
2023-06-05 11:29:47 +02:00
Alex Comba
bc32c437da
Port move template to the new API
2023-06-05 11:29:47 +02:00
Alex Comba
f3d7658bbe
Improve README.rst
2023-06-05 11:29:47 +02:00
Alex Comba
d5d40a1828
Change version
2023-06-05 11:29:47 +02:00
Alex Comba
821947ba43
Update copyright in the header files
2023-06-05 11:29:47 +02:00
Alex Comba
a9ae5f205f
Adopt CamelCase for naming classes
2023-06-05 11:29:47 +02:00
Alex Comba
4c5a8070f0
Move the description to README.rst
2023-06-05 11:29:47 +02:00
Alex Comba
ca0069933e
Move account_move_template from __unported__ to root folder
2023-06-05 11:29:47 +02:00
Stéphane Bidoul
4c0e12f739
pylint regexp raw string
2023-06-05 11:29:47 +02:00
Stéphane Bidoul
f38cc9b26d
pylint relative imports
2023-06-05 11:29:47 +02:00
Nicolas Bessi
aba790be58
pep8 line length to 80, activate pep8 check in travis, and add noqa on scenario while waiting improvement of quality-tools
2023-06-05 11:29:47 +02:00