Nhomar Hernández [Vauxoo]
d51ec84852
Merge pull request #47 from vauxoo-dev/8.0-redesign_picking_process_crm_claim_rma
...
[IMP] crm_claim_rma module adapted to new features with respect to picking in Odoo 8.0
2015-09-22 23:47:09 -05: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
Stéphane Bidoul
702ad0dcd8
unported modules must not be installable
2015-09-22 17:48:06 +02:00
Nhomar Hernández [Vauxoo]
f76ab7dd66
Merge pull request #32 from eezee-it/port_crm_claim_rma
...
Port crm_claim_rma
2015-08-11 02:58:13 -05:00
Aristobulo Meneses
67a030e1f8
Merge pull request #5 from LeartS/crm_claim_rma-fix-travis-errors
...
Fix travis errors
2015-08-11 09:43:05 +02:00
Leonardo Donelli
f35c179849
Fix error on installation related to order of xml records
...
The claim form view refers to some window actions that were declared
after. Move the view definition after the actions definition to
fix error.
2015-08-07 17:16:19 +02:00
Leonardo Donelli
f746a981c5
Fix PEP8 warnings
2015-08-07 17:04:32 +02:00
Aristobulo Meneses
d64e189817
Merge pull request #4 from LeartS/port_crm_claim_rma_fixes
...
Improvements to the port of crm_claim_rma
2015-08-07 15:22:31 +02:00
Leonardo Donelli
2b2048846c
Work with recordsets instead of ids
...
In the `_get_common_*` methods and also in the default functions
2015-08-07 14:58:37 +02:00
Leonardo Donelli
635c5d53c6
Show location labels in return wizard, remove commented code
2015-08-07 14:39:17 +02:00
Leonardo Donelli
7914a43334
Fix some outdated references to the renamed fields
2015-08-07 14:27:27 +02:00
Ondřej Kuzník
7022354aa1
[IMP] Port tests to v8 as well
...
Conflicts:
crm_claim_rma/tests/test_lp_1282584.py
2015-08-07 12:13:16 +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
Ondřej Kuzník
71cdae5210
Move claim buttons to the header
2015-08-06 11:37:26 +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
Leonardo Donelli
5ca3f55b80
Fix imports, docstrings and other conventions
...
Imports https://www.python.org/dev/peps/pep-0008/#id17
and http://odoo-new-api-guide-line.readthedocs.org/en/latest/conventions.html
Docstrings https://www.python.org/dev/peps/pep-0257/
2015-08-05 11:43:28 +02:00
Nhomar Hernández [Vauxoo]
4a5c54fd2f
Merge pull request #33 from vauxoo-dev/8.0-squash_product_warranty_module_between_oca_vauxoo
...
8.0 squash product warranty module between oca vauxoo
2015-08-05 03:31:36 -05:00
Nhomar Hernandez
ee1eb0f437
[FIX] typo on comment being refered to an unexistent field.
2015-08-05 02:57:23 -05:00
Nhomar Hernandez
fa835852fa
[FIX] typo on comment being refered to an unexistent field.
2015-08-05 02:54:26 -05:00
Yanina Aular (Vauxoo)
b4850d6050
[IMP] product_warranty module is migrated to API 8.0 and odoo 8.0
2015-08-04 11:25:18 -04:30
Aristobulo Meneses
862d473ffe
Add OCA/crm dependency
2015-07-31 15:13:28 +02:00
Aristobulo Meneses
cb02d2100d
Remove unused ValidationError import. Remove unnecesary blank lines
2015-07-31 15:08:45 +02:00
Aristobulo Meneses
fb13528ee9
Use crm_claim_code
2015-07-31 14:46:05 +02:00
Aristobulo Meneses
2aac9904e3
Modify pre_init_hook method
2015-07-31 13:50:50 +02:00
Aristobulo Meneses
e252e8fa8c
Fix pre_init_hook parameter
2015-07-31 13:32:04 +02:00
Aristobulo Meneses
9d0d61abd1
Add missing blank lines in __init__.py
2015-07-31 13:23:55 +02:00
Aristobulo Meneses
4632e7120c
Fix line under-indented issue
2015-07-31 13:17:19 +02:00
Aristobulo Meneses
b11121025c
Use pre_init_hook to fill claim number
2015-07-31 13:14:58 +02:00
Aristobulo Meneses
890ec06c47
Fix fields declaration
2015-07-31 12:56:42 +02:00
Aristobulo Meneses
87debeeece
Get context directly from self.env
2015-07-31 12:28:33 +02:00
Aristobulo Meneses
ecaff70eec
Proper use of context with new api
2015-07-31 12:25:43 +02:00
Aristobulo Meneses
bdd939ac78
Merge branch 'port_crm_claim_rma' of https://github.com/eezee-it/rma into port_crm_claim_rma
2015-07-31 12:19:02 +02:00
Aristobulo Meneses
30dfdbbf69
Import fields using a wide scope. Update fields declaration
2015-07-31 12:17:19 +02:00
Aristobulo Meneses
61884011a0
Use wide scope when importing fields.
2015-07-31 11:32:19 +02:00
Aristobulo Meneses
a787c6a7a3
Move crm_claim_rma from __unported__
2015-07-31 10:07:29 +02:00
Alexandre Fayolle
8c29715d52
Update travis configuration
...
use sudo: false to enable container build
use cache: pip to cache pip packages
2015-07-24 23:04:43 +02:00
Javier Carrasco
1be17a3630
Updated crm_claim_rma to Odoo v8
2015-07-16 20:14:23 -04:30
Javier Carrasco
50ce66dec6
Update copyright. Update module descriptor to include Eezee-It
2015-07-14 11:26:58 -04:30
Yannick Vaucher
6085180eb2
Merge pull request #23 from credativUK/8.0-product_warranty
...
product warranty port v8
2015-05-22 15:11:48 +02:00
Ondřej Kuzník
c681fc12a9
[IMP] Move description to README.rst
2015-05-14 10:25:19 +01:00
Ondřej Kuzník
fb09dc050a
[IMP] Port product_warranty
2015-05-14 10:25:19 +01:00
Ondřej Kuzník
d835c12774
[FIX] Fix flake8 issues
2015-05-14 10:25:18 +01:00
Ondřej Kuzník
4517ce08db
[FIX] Switch to AGPL
2015-05-14 10:25:18 +01:00
Sandy
c172d85478
Remove sudo requirement
2015-05-13 16:16:19 -04:00
Pedro M. Baeza
9542abc0d4
Merge pull request #19 from gurneyalex/8.0-fix-travis
...
8.0 fix travis
2015-04-21 10:17:59 +02:00
Alexandre Fayolle
9ca96a6467
update branch information in README.md
2015-04-21 10:04:48 +02:00
Alexandre Fayolle
799af52f29
update travis config to latest standards
2015-04-21 10:04:33 +02:00
Alexandre Fayolle
0f5a429d31
don't use travis container-based infrastructure
2015-03-27 16:21:13 +01:00