Commit Graph

1308 Commits

Author SHA1 Message Date
florian-dacosta
18cfd9a444 normal removal fix 2014-12-18 13:45:18 +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
Nicolas Bessi (nbessi)
534ff07d62 Merge pull request #88 from vrenaville/revert-commit-for-menu-merge
Revert "[IMP] modify menu item for item search extension"
2014-12-17 14:39:49 +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
luc-demeyer
2fd3a41be8 early removal bugfix 2014-12-15 18:32:40 +01:00
Guewen Baconnier
7e13c6ae26 Remove required on the currency and fallback to company's currency...
... on the policy level if it is empty.

Also, it fixes a bug when a credit line had no currency and the level
had the company's currency. As False is different than any currency,
it entered in res_currency.compute() with a False currency. It must
just fallback on the company's currency if the credit line's currency
is empty.
2014-12-15 16:55:13 +01:00
Guewen Baconnier
228e687ac3 Use the new API instead of mocks for FixedFeesTester
It will be easier to write additional tests
2014-12-15 16:53:24 +01:00
luc-demeyer
d02a73afbf performance improvement + early removal 2014-12-15 15:19:29 +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
Sébastien BEAU
a4d65df4f9 [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 2014-12-11 14:53:23 +01:00
luc-demeyer
ac56590e04 Merge pull request #3 from acsone/7.0-asset-management-perf-ldm-sbi
[IMP] account_asset_management: performance improvement when recomputing...
@sbidoul  : thanks for this improvement.
2014-12-10 22:45:46 +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
Stéphane Bidoul
34b6ea142b [IMP] account_asset_management: performance improvement when recomputing the depreciation board
This commit removes an unncessary JOIN, and reduces the number
of computation of the depreciation values. It is not necessary to
recompute the depreciation values when computing the depreciation
board, only when posting depreciation lines.
2014-12-08 13:52:10 +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
Guewen Baconnier
01a9d8ab94 Merge pull request #93 from acsone/8.0-account_reversal-fr-sbi
[IMP] improve account_reversal french translation
2014-12-04 10:41:20 +01:00
Guewen Baconnier
860b4d7697 Merge pull request #96 from acsone/8.0-forward-port-sbi
Merge branch '7.0' into 8.0 until 7318cd0
2014-12-04 07:45:52 +01:00
Stéphane Bidoul
3380d2b302 Merge branch '7.0' into 8.0 until 7318cd09 2014-12-03 19:11:19 +01:00
Alex Comba
7318cd09d1 Merge pull request #95 from acsone/7.0-account_auto_fy_sequence_imp-lga
account_auto_fy_sequence : When create journal, use fy instead of year in the sequence
2014-12-03 16:12:35 +01:00
Laetitia Gangloff
c9bfcfc35d When create journal, use fy instead of year in the sequence 2014-12-03 14:33:19 +01:00
Pedro M. Baeza
409208bb4b Merge pull request #91 from acsone/8.0-forward-port-sbi
[8.0] port account_auto_fy_sequence to 8.0
2014-12-03 10:37:27 +01:00