Commit Graph

887 Commits

Author SHA1 Message Date
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
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
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
Nicolas Bessi (nbessi)
2424c3dd8c Merge pull request #63 from guewen/8.0-account_credit_control_dunning_fees-migr
Port account_credit_control_dunning_fees to 8.0
2014-12-02 14:59:12 +01:00
Nicolas Bessi (nbessi)
f338b3b5d7 Merge pull request #62 from guewen/8.0-account_credit_control-migr
Migration of account_credit_control
2014-12-02 14:35:36 +01:00
Stéphane Bidoul
d6b7cf24bc [IMP] improve account_reversal fr translation 2014-11-29 16:27:56 +01:00
Adrien Peiffer
d2eef7d86c [DEL] product_obj isn't used 2014-11-28 09:16:01 +01:00
Adrien Peiffer
f0a6c9f559 [FIX] number digits is returned before assignment in case of property exist but account not 2014-11-28 09:09:32 +01:00
Adrien Peiffer
69dd10dea9 [IMP] Use get_by_record method of ir.property 2014-11-28 09:06:54 +01:00
Adrien Peiffer
89a1bc710a [PORT] value_reference of ir.property is a char 2014-11-27 10:40:33 +01:00
Adrien Peiffer
b741d43169 [PORT] Set account_chart_update installable 2014-11-27 10:20:57 +01:00
Adrien Peiffer
fe8457dced [PORT] Move account_chart_update out of unported 2014-11-27 10:18:59 +01:00
Stéphane Bidoul
28f73be2a9 [IMP] README.md -> README.rst 2014-11-26 20:02:35 +01:00
Stéphane Bidoul
2fb15b9a9c [MIG] account_auto_fy_sequence 8.0 migration
README.md, remove checks in tests
2014-11-26 12:17:46 +01:00
Stéphane Bidoul
148ff37ee8 Forward port '7.0' until 7c1e5b37ab 2014-11-26 12:11:31 +01:00
Pedro M. Baeza
208b00cfc0 Merge pull request #90 from sbidoul/patch-1
[8.0] account_default_draft_move uses tuples instead of lists in sql operations
2014-11-26 11:43:35 +01:00
Pedro M. Baeza
7c1e5b37ab Merge pull request #71 from acsone/7.0-account_auto_fy_sequence-sbi
[ADD] 7.0 account_auto_fy_sequence
2014-11-26 11:40:58 +01:00
Stéphane Bidoul
4967ae4a60 remove vim line 2014-11-26 10:34:37 +01:00
Stéphane Bidoul (ACSONE)
6be9630a90 [8.0] account_default_draft_move use tuples instead of lists in sql operations
lists are converted into ARRAY which is invalid for a sql IN.

I'm 99.9% certain this was working before. Perhaps a change in the ORM.
2014-11-26 10:32:25 +01:00
Stéphane Bidoul
1d05c67787 [IMP] account_auto_fy_sequence: check that the sequence has not been used...
when changing from %(year)s to %(fy)s on an existing sequence.
2014-11-25 19:16:31 +01:00
Stéphane Bidoul
ff0cc9a828 [FIX] account_auto_fy_sequence: correct behaviour in presence of
multiple sequences to choose from
2014-11-25 19:05:52 +01:00
Stéphane Bidoul
748ae53495 [IMP] auto_fy_sequence: refactor for readability 2014-11-25 19:05:49 +01:00
Leonardo Pistone
7496594a6b Merge pull request #86 from acsone/8.0-del-account_move_validation_improvement-sbi
[DEL] account_move_validation_improvement is now in official 8.0
2014-11-25 18:50:02 +01:00
Stéphane Bidoul
475e22a719 [FIX] account_auto_fy_sequence: spelling 2014-11-25 15:07:23 +01:00