Commit Graph

914 Commits

Author SHA1 Message Date
Lorenzo Battistini
0120aa0f2f Merge pull request #101 from tafaRU/8.0-account_move_template-migr
[ADD] [8.0] Port the module 'account_move_template' to the new API
2015-01-05 14:36:45 +01:00
Pedro M. Baeza
f462e2cc7d Merge pull request #120 from akretion/8.0-fix-pos-with-account_auto_fy_sequence-bug-119
[FIX] Bug #119 account_auto_fy_sequence now works well with the POS
2015-01-02 00:13:04 +01:00
Alexis de Lattre
e477f5a8e1 [FIX] Bug #119 account_auto_fy_sequence now works well with the POS 2015-01-01 15:02:56 +01:00
Pedro M. Baeza
1fdbd69a0e Merge pull request #116 from akretion/8.0-fix-auto-fy-sequence-bug-115
8.0 [FIX] Bug #115 on account_auto_fy_sequence: auto-create fiscal-year specific sequence should not have a sequence type
2014-12-31 17:15:01 +01:00
Alexis de Lattre
dc34480a68 Add comment to explain that code should be set to False 2014-12-31 16:26:41 +01:00
Alexis de Lattre
266c8f6dad [FIX] Bug #115 on account_auto_fy_sequence: auto-create fiscal-year specific sequence should not have a sequence type 2014-12-31 16:07:07 +01:00
Pedro M. Baeza
00b12be511 Merge pull request #114 from akretion/8.0-fix-auto-fy-sequence-bug-113
[FIX] Bug #113 in account_auto_fy_sequence: sequence now created with SUPERUSER_ID
2014-12-31 16:03:39 +01:00
Alexis de Lattre
4e7a9a1904 [FIX] Bug #113 in account_auto_fy_sequence: sequence now created with SUPERUSER_ID 2014-12-31 15:31:26 +01:00
Pedro M. Baeza
1c92933640 Merge pull request #66 from kmsistemas/8.0
[MIG] Migration of account_renumber to 8.0.
2014-12-26 18:08:24 +01:00
Guewen Baconnier
61837c22ff Merge pull request #99 from numerigraphe/8.0-remove-siret
[DEL] l10n_fr_siret
2014-12-23 14:33:36 +01:00
Alex Comba
a02f7b0682 Replace views by view 2014-12-19 15:08:34 +01:00
Alex Comba
14186e6de7 Rem i18n/pt_BR.po because not updated and never used 2014-12-19 11:58:34 +01:00
Alex Comba
676284090e Add missing translation 2014-12-19 11:57:11 +01:00
Alex Comba
32370b2539 Merge pull request #2 from abstract-open-solutions/8.0-account_move_template-migr
[IMP] translations
2014-12-19 11:49:19 +01:00
Davide Corio
911433a380 [IMP] translations 2014-12-18 15:48:59 +01:00
Jordi Llinares
0b932a88f9 _logger call enhancement. 2014-12-18 09:42:37 +01:00
Jordi Llinares
c1e18712c0 [MIG] Migration of account_renumber to 8.0. 2014-12-18 09:42:37 +01:00
Guewen Baconnier
33ee028510 Merge pull request #107 from yvaucher/8.0-separate-lint
Separated Lint tests
2014-12-18 07:42:24 +01:00
Alex Comba
085aed0ae9 Add Guewen Baconnier as contributor 2014-12-17 14:30:00 +01:00
Alex Comba
dbe8aefe96 Replace eval by safe_eval 2014-12-17 14:30:00 +01:00
Alex Comba
c04dcf4fda Avoid not safe assignment on self passing computed_lines as argument 2014-12-17 14:30:00 +01:00
Alex Comba
46e17b8fdd Add missing ~ to README.rst 2014-12-17 14:30:00 +01:00
Alex Comba
d39f5da247 Apply changes according to the new API and remove all title from Warning 2014-12-17 14:30:00 +01:00
Davide Corio
3d52818bfa [IMP] updated italian translation 2014-12-17 14:30:00 +01:00
Davide Corio
c250b30715 [FIX] fields labels 2014-12-17 14:30:00 +01:00
Alex Comba
65c765100a Avoid comma at the end of error_message 2014-12-17 14:30:00 +01:00
Alex Comba
4f827af1a1 Use ensure_one to avoid loop on recordset 2014-12-17 14:30:00 +01:00
Alex Comba
807d8769b7 Replace api.model by api.multi and avoid title from warning in document template 2014-12-17 14:30:00 +01:00
Alex Comba
88617a2ff0 Reduce number of import lines 2014-12-17 14:30:00 +01:00
Alex Comba
2c92113ae8 Add decorator api.model and get some return values aware of the new API 2014-12-17 14:30:00 +01:00
Alex Comba
ccb11f7c94 Remove on_change_template_id method since it never used 2014-12-17 14:30:00 +01:00
Alex Comba
4f5ae13e33 Port select template to the new API 2014-12-17 14:30:00 +01:00
Alex Comba
60f75ea26e Port document template to the new API 2014-12-17 14:30:00 +01:00
Alex Comba
c554160c45 Port move template to the new API 2014-12-17 14:30:00 +01:00
Alex Comba
b1f023727e Improve README.rst 2014-12-17 14:30:00 +01:00
Alex Comba
b7f14ccacf Change version 2014-12-17 14:30:00 +01:00
Alex Comba
410b746aae Update copyright in the header files 2014-12-17 14:30:00 +01:00
Alex Comba
bd31c7e084 Adopt CamelCase for naming classes 2014-12-17 14:30:00 +01:00
Alex Comba
bb905acb16 Set the module installable 2014-12-17 14:29:59 +01:00
Alex Comba
c90f280224 Move the description to README.rst 2014-12-17 14:29:59 +01:00
Alex Comba
9a7462a199 Move account_move_template from __unported__ to root folder 2014-12-17 14:29:59 +01:00
Pedro M. Baeza
66d99734cc Merge pull request #92 from acsone/8.0-port-account-chart-update-ape
8.0 Port account chart update
2014-12-16 17:52:29 +01:00
Yannick Vaucher
6ac418b621 Separated Lint tests 2014-12-16 11:18:17 +01:00
Yannick Vaucher
6d14f67eaa Merge pull request #100 from guewen/account_credit_control-constraints-compat
Credit Control: compatibility with account_constraints
2014-12-12 19:18:40 +01:00
Pedro M. Baeza
28ffe7b14a Merge pull request #102 from guewen/credit_control-view-fix
Credit control: fields not displayed with labels
2014-12-11 17:26:09 +01:00
Guewen Baconnier
02ca8f42fe Put fields in group so their labels are displayed 2014-12-10 15:53:59 +01:00
Guewen Baconnier
17dfa85fb4 Remove the type on views: deprecated 2014-12-10 15:44:26 +01:00
Guewen Baconnier
d2495b663a Do not write the company_id on the line
The field company_id is a related towards the move line.
If we write in credit_control_line.company_id, the ORM will
do a write on the company_id field of account_move_line.

It is useless anyway and if the module account_constraints is installed, it
will block the creation of credit_control_line records.
2014-12-09 09:32:58 +01:00
Lionel Sausin
c07515dae5 [DEL] l10n_fr_siret
This module should migrate to https://github.com/OCA/l10n-france as per https://github.com/OCA/l10n-france/issues/2
2014-12-08 16:00:44 +01:00
Leonardo Pistone
3af41b81e4 Merge pull request #75 from guewen/8.0-account_tax_analysis-migr
8.0: Migration of account_tax_analysis
2014-12-05 16:04:25 +01:00