Commit Graph

44 Commits

Author SHA1 Message Date
aheficent
c2b3821433 [UPT]oca_dependencies 2018-02-07 11:57:39 +01:00
aheficent
66d9768d01 [ADD] rma_operating_unit 2018-02-07 11:57:39 +01:00
aheficent
632b9c6ac2 [FIX]when moves but no procurements qtys were not ok 2018-02-07 10:45:16 +01:00
Nikul Chaudhary
a480de7e34 [IMP] Improved Unit Test Case and Fixed Travis 2018-02-07 10:45:16 +01:00
lreficent
be7752a1ad [9.0][IMP] rma: add link to source SO and PO 2018-02-07 10:45:16 +01:00
lreficent
a3eac9d90e [FIX] allow child partners too 2018-02-07 10:45:16 +01:00
lreficent
7be22708f1 [9.0][FIX] rma_account: refund wizard 2018-02-07 10:45:16 +01:00
lreficent
439d732f84 [9.0][FIX] rma: create supplier rma wizard 2018-02-07 10:45:16 +01:00
lreficent
3ab9abd5bd [9.0][IMP] rma_purchase: allow to search by order reference 2018-02-07 10:45:16 +01:00
lreficent
598a64104a [9.0][IMP] rma_sale: allow to search by order reference 2018-02-07 10:45:16 +01:00
lreficent
4de0fc7dbf [9.0] add under_warranty field 2018-02-07 10:45:16 +01:00
lreficent
f82b84cab9 add partner constrain 2018-02-07 10:45:16 +01:00
lreficent
a7410f762c [9.0][IMP] rma: add button to rma's from customers 2018-02-07 10:45:16 +01:00
lreficent
dc4cd4b74e fix invoice address 2018-02-07 10:45:16 +01:00
lreficent
bb4dd5ecfb [9.0][REW] rma_repair: adapt 2018-02-07 10:45:16 +01:00
lreficent
e60813eeea fix rma_sale 2018-02-07 10:45:16 +01:00
lreficent
c6a774e9d4 fix rma 2018-02-07 10:45:16 +01:00
lreficent
ccbce45d78 [9.0][REW] rma_quality_control: adapt 2018-02-07 10:45:16 +01:00
lreficent
371f6cd77f [9.0][FIX] wizards need to specify partner. 2018-02-07 10:45:16 +01:00
lreficent
a418c18262 [9.0][FIX] rma: wizard 2018-02-07 10:45:16 +01:00
lreficent
0a3753eaa7 [9.0][IMP] rma: add constrains 2018-02-07 10:45:16 +01:00
lreficent
76297e50b0 [9.0][REW] rma_sale: adapt 2018-02-07 10:45:16 +01:00
lreficent
e6ca0f94ca [9.0][REW] rma_purchase: adapt 2018-02-07 10:45:16 +01:00
lreficent
3bfa4ff077 [9.0][REW] rma_account: adapt. 2018-02-07 10:45:16 +01:00
lreficent
2f0125dc73 [9.0][REW] rma: workflow centralized on rma.order.line and the use of rma.order is optional. 2018-02-07 10:45:16 +01:00
lreficent
25cabe2ef3 update dependencies 2017-12-20 13:18:03 +01:00
lreficent
44ffa8fc12 pylint 2017-10-30 12:54:18 +01:00
lreficent
fe1999ddae [ADD] dependencies.txt 2017-10-30 12:36:36 +01:00
lreficent
2598b71cf6 [9.0][FIX] rma_repair: issue with memory autovacuum. 2017-10-24 10:36:42 +02:00
lreficent
ba247bf511 [9.0][IMP] rma_repair: change default sequence for repairs. 2017-10-20 10:25:56 +02:00
lreficent
2987f8fd49 [9.0][FIX] rma_repair 2017-10-20 10:25:56 +02:00
Jordi Ballester
0dd3bb38ed add rma_repair 2017-10-20 10:25:56 +02:00
lreficent
628020957b [9.0][FIX] rma_sale: product might be changed when creating SO from RMA. 2017-10-11 17:41:32 +02:00
lreficent
bd4246c65c [9.0][FIX] rma_sale: wrong domain 2017-09-19 17:17:07 +02:00
lreficent
d762dea26c [9.0][IMP] rma_purchase:
* remove unneded copy and ondelete attributes.
* simplify action_view methods.
* fix rma line supplier view.
* fix wizard.
* extend README.
* minor extra fixes.
2017-08-28 10:53:12 +02:00
lreficent
b4eb0adc84 [9.0][IMP] rma_sale:
* simplify actgion_view methods.
* remove unneded copy and ondelete attributes.
* Fix wizard to add rma lines from SO.
* Update README and some strings.
2017-08-28 10:53:12 +02:00
lreficent
bf2bbc01a3 [9.0][IMP] rma_account:
* remove unneded copy attributes.
* simplify action_view methods.
* fix wrong naming.
* fix misplaced views.
* fix wrong count and view actions for rma.orders in invoices.
* fix error when installing the module.
* remove unneded data update when preparing rma lines from invoice lines.
* minor extra fixes.
2017-08-25 12:36:27 +02:00
lreficent
1e5995c006 [9.0][FIX]
* rma: receipt_policy selections not matching.
* rma_sale: fix _prepare_rma_line_from_sale_order_line.
2017-08-24 13:53:45 +02:00
aheficent
929bf5ef8b [IMP] default operation in product and product_categ for customer and supplier
[IMP]Separate menus for customer and supplier operations
* Add active field to rma operation
* Added tests
* Fix travis
* Fix create supplier rma from customer rma
2017-08-24 13:50:49 +02:00
lreficent
19da435a2d [9.0][FIX] rma:
* fix assignment of moves.
* default qty in rma lines.
* remove account dependency.
* test and flake8 fixes.
2017-08-17 09:52:02 +02:00
lreficent
d0313d30f2 [9.0] rma: remove rma.rule and add that setting to product.category 2017-08-17 09:51:59 +02:00
lreficent
67e7f70575 [9.0][FIX] rma_quality_control_issue: button only visible in state in progress. 2017-08-17 09:51:09 +02:00
Jordi Ballester
3631354137 init branch 2017-08-17 09:50:59 +02:00
Jordi Ballester Alomar
4f3c676426 Initial commit 2017-07-27 17:57:44 +02:00