Commit Graph

19 Commits

Author SHA1 Message Date
Yannick Vaucher
f0bc61c820 Merge pull request #70 from factorlibre/8.0-default-fix
[FIX] crm_claim_rma: Fixed company_id default fields
2016-05-06 13:28:34 +02:00
Kalantojus Karolis
fb637c0711 Add missing model decorator 2016-04-14 10:55:43 +02:00
Hugo Santos
ca235d3b9b [FIX] crm_claim_rma: Fixed company_id default fields 2016-01-18 17:33:10 +01:00
Osval Reyes
f6d1f1a7f9 [FIX] crm_claim_rma: fix display_name that wasn't showing as expected 2015-11-18 17:34:44 -04:30
Osval Reyes
5aa7cee0d9 [FIX] crm_claim_rma: 'api' imported but unused 2015-11-12 13:17:35 -04:30
jesusVMayor
7d04cf7ce7 [FIX] crm_claim_rma: Remove stock.picking create function. OCA/rma#61 2015-11-12 13:17:14 -04:30
Osval Reyes
b3bd18ddfe [IMP] improved module crm_claim_rma 2015-11-12 10:22:45 -04:30
Alexandre Fayolle
9cb4451f6f replace copy_data override with copy=False
the code for code is already in copy_data of crm_claim_code.

added test
2015-09-28 16:55:36 +02:00
Alexandre Fayolle
09e8a8d132 fix mistakes made when porting to the new API 2015-09-28 15:56:27 +02:00
Alex Comba
75860f1fcb Merge pull request #51 from damdam-s/8.0-fix_message_log_chat
[FIX] wrong decorator 'model' used instead of 'multi'
2015-09-28 13:32:58 +02:00
Alexandre Fayolle
e5f5a97ea4 Merge pull request #49 from damdam-s/8.0-fix-name_get_unicode
[FIX] unicode error when accents in name
2015-09-28 13:04:06 +02:00
Damien Crier
5f9f812ef9 [FIX] wrong decorator 'model' used instead of 'multi' 2015-09-28 13:00:52 +02:00
Damien Crier
dffeaf9c7a [FIX] unicode error when accents in name 2015-09-28 11:27:37 +02:00
Yanina Aular (Vauxoo)
011a59a32e [FIX] Fixes #46. Module adapted to new characteristics with respect to picking in stock module, tests created and improved. 2015-09-22 18:12:35 -04:30
Leonardo Donelli
f746a981c5 Fix PEP8 warnings 2015-08-07 17:04:32 +02:00
Leonardo Donelli
df55bf0013 Ensure recordset is a single record in methods, slight adjustments 2015-08-07 11:48:40 +02:00
Leonardo Donelli
63d63c3bae Improve crm.claim views
Put buttons in the header, fix layout (smart buttons),
reduce code duplication, remove duplicated name field,
fix indentation and whitespace,
rename 'Return lines' to 'claim lines', ...
2015-08-06 14:24:48 +02:00
Leonardo Donelli
d11503bca4 Improve port to new API and fix exceptions error.
Simplify some methods, work with recordset instead of ids when
possible, use @api.one, follow naming guidelines, ...

Also fixes an error introduced in the previous-to-last commit
regarding the custom exceptions.
2015-08-05 20:03:24 +02:00
Leonardo Donelli
e1b79001d2 Follow OCA guidelines for module structure
https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md
2015-08-05 15:19:01 +02:00