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
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
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
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
Guewen Baconnier
7af8c08c5f
Merge pull request #34 from acsone/8.0-account_default_draft_move
...
8.0 Migration of account_constraints and account_default_draft_move
2014-11-24 16:14:48 +01:00
Pedro M. Baeza
2a4680555c
Merge pull request #72 from feketemihai/8.0
...
[MIG] Migrate currency_rate_update to V8.
2014-11-21 13:26:29 +01:00
Fekete Mihai
1424ee18c6
Fix whitespaces, 2 lines before class definition.
2014-11-21 13:36:37 +02:00
Fekete Mihai
e18b2a5ac0
Update Yahoo supported currencies, dictionary of supported currencies, fix indentation.
2014-11-21 12:53:56 +02:00
Fekete Mihai
8ab28eeb7e
Remove whitespace from company.py.
2014-11-19 15:12:39 +02:00
Fekete Mihai
0b46ef1304
Update pot file.
2014-11-19 14:07:42 +02:00
Fekete Mihai
924a80029c
Add pot file.
2014-11-19 14:07:42 +02:00
Fekete Mihai
95e865f29e
Update strings.
2014-11-19 14:07:41 +02:00
Fekete Mihai
68ef96193f
Fix flake8 on CA_BoC service.
2014-11-19 14:07:41 +02:00
Fekete Mihai
32dab9a350
Update CA_BoC messages.
2014-11-19 14:07:41 +02:00
Fekete Mihai
b34d2bed48
Update code according to comments.
2014-11-19 14:07:41 +02:00
Fekete Mihai
d9e0a0151c
Fix flake8 errors.
2014-11-19 14:07:41 +02:00
Fekete Mihai
70748150e6
Update travis relative imports, warnings.
2014-11-19 14:07:41 +02:00
Fekete Mihai
54afae3d91
Calculate midnight based on time.
2014-11-19 14:06:33 +02:00
Fekete Mihai
04d1392143
Update datetime.time.min method not existent to datetime.min.time().
2014-11-19 14:06:33 +02:00
Fekete Mihai
a58306af45
Remove trailing whitespaces.
2014-11-19 14:06:33 +02:00
Fekete Mihai
37a5526e46
Add dynamic import of services to pass flake8.
2014-11-19 14:06:33 +02:00
Fekete Mihai
722f8b1a80
Re-add imports of services abstract classes.
2014-11-19 14:06:33 +02:00
Fekete Mihai
f62fc0a4a6
Fix flake8.
2014-11-19 14:06:33 +02:00
Fekete Mihai
2901bfb0a5
Fix some flake8, imports not used.
2014-11-19 14:06:33 +02:00
Fekete Mihai
0962a71240
Update openerp.py security file.
2014-11-19 14:06:08 +02:00
Fekete Mihai
805a17c439
Update acces rights.
2014-11-19 14:06:08 +02:00
Fekete Mihai
36dcab5bdc
Modify contribuitors.
2014-11-19 14:06:08 +02:00
Fekete Mihai
d76addfd7a
Remove self.ensure_one from @api.one.
2014-11-19 14:06:08 +02:00
Fekete Mihai
b3806d4b55
Added abstract classes, split services in different files.
2014-11-19 14:06:07 +02:00
Fekete Mihai
dcd29fd64e
Modify views.
2014-11-19 14:06:07 +02:00
Fekete Mihai
6291a7871a
Add readme.md, cron data for services, modify declaration of views.
2014-11-19 14:06:07 +02:00
Fekete Mihai
b3f786b36a
Update copyrights, colaborators will be visible to readme file.
2014-11-19 14:06:07 +02:00
Fekete Mihai
95434521d7
Move init file to model.
2014-11-19 14:06:07 +02:00
Fekete Mihai
c73b2bc4e9
Update res currency update services to new api.
2014-11-19 14:06:07 +02:00
Fekete Mihai
151e0d536e
Update company to new api.
2014-11-19 14:06:07 +02:00
Fekete Mihai
0f61f5efe1
Move files to subdirectories.
2014-11-19 14:04:17 +02:00
Fekete Mihai
1c43c79e56
Make the module instalable.
2014-11-19 14:04:17 +02:00
Fekete Mihai
2024e3d545
Move directory to main folder.
2014-11-19 14:04:17 +02:00
Adrien Peiffer
af67f03d44
[IMP] Use constraint decorator on account_constraints
2014-11-19 10:55:41 +01:00
Adrien Peiffer
bde1bd5858
[IMP] Not necessary to use checks and fast suite for tests in 8.0
2014-11-19 10:55:41 +01:00
Adrien Peiffer
e1b7d96893
[IMP] Use mapped method
2014-11-19 10:55:41 +01:00
Adrien Peiffer
51e4a8a6e2
[IMP] Replace except_orm with Warning
2014-11-19 10:55:41 +01:00
Adrien Peiffer
727702d6d5
[IMP] Use constraint decorator on account_constraints+
2014-11-19 10:55:41 +01:00
Adrien Peiffer
3ff24e8099
[IMP] Group import
2014-11-19 10:55:41 +01:00
Adrien Peiffer
807b389e7a
[IMP] not necessary to import test folder on init file
2014-11-19 10:55:41 +01:00
Stéphane Bidoul
fcb6150d53
[IMP] allow unreconciling bank statement lines by adding the cancel button
...
Since account_constraint forbids the deletion of account moves that
are linked to a bank statement, we add the possibility to delete them
from the bank statement itself, to provide a way to fix erroneous matches.
2014-11-19 10:54:55 +01:00
Adrien Peiffer
b3544b026b
[TEST] Add tests for account constraints addons
2014-11-19 10:54:55 +01:00